From 20cb64a8e1b144ab82c413b5e5a107619f35f0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:39:20 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 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.16.0...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 04d52d2..a1b1960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pytest==4.6.5 mock==2.0.0 PyHamcrest==1.9.0 cffi==1.11.5 -future==0.16.0 # needed by gosnmp_python, gossh_python and goodbc_python +future==0.18.3 # needed by gosnmp_python, gossh_python and goodbc_python python-dateutil==2.7.5 guppy==0.1.11 zipp==1.2.0 diff --git a/setup.py b/setup.py index d810e6d..b968527 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run(self): include_package_data=True, # Force the egg to unzip zip_safe=False, - install_requires=["cffi==1.11.5", "future==0.17.1", "python-dateutil==2.7.5"], + install_requires=["cffi==1.11.5", "future==0.18.3", "python-dateutil==2.7.5"], # Ensures that distributable copies are platform-specific and not universal distclass=BinaryDistribution, # See https://pypi.python.org/pypi?%3Aaction=list_classifiers