From a83be862df06c7db19a0c192451990113f0ea03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:56:41 +0000 Subject: [PATCH] Bump future from 0.18.2 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74a00ab..f02e662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ opencv_python==4.7.0.68 setuptools==65.7.0 tensorflow==2.10.0 wandb==0.13.7 -future==0.18.2 +future==0.18.3 pillow==9.3.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b09b941..51837d2 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ "wandb==0.13.7", "opencv-python==4.7.0.68", "music21==8.1.0", - "future==0.18.2", + "future==0.18.3", "customtkinter==5.0.3", - "future==0.18.2", + "future==0.18.3", "pillow==9.3.0" ]