From 15dc26f60d6a4622fda201784672d6ad8eaf74ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:37:03 +0000 Subject: [PATCH] chore(deps): bump future from 0.17.1 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.17.1 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.17.1...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9409ba4..8d055c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ certifi==2018.11.29 chardet==3.0.4 commonmark==0.8.1 docutils==0.14 -future==0.17.1 +future==0.18.3 idna==2.8 imagesize==1.1.0 jinja2==2.10