From 6f53ee47b077bff8ce009f55e40efb2f6cb72a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:52:02 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 in /etc 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] --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index cb604c4e..c1373a17 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,7 +1,7 @@ CherryPy==6.0.1 click==6.6 Django==1.7.11 -future==0.16.0 +future==0.18.3 six==1.10.0 xlrd==1.0.0 boto3==1.15.14