From 0d182f60db7015113c95e9ca813bed785ca8c082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:02:58 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26eba42e..26a0c2ec 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "tqdm==4.51.0", "torch==1.6.0", "torchtext==0.4.0", - "future==0.18.2", + "future==0.18.3", "configargparse==1.2.3", "tensorboard==2.3.0", "flask==1.1.2",