From 7013f7953284e190fdce8d9f0b15f0de4723f084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:42:12 +0000 Subject: [PATCH] build(deps): bump future from 0.18.2 to 0.18.3 in /requirements 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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 318532423a..875373407a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -71,4 +71,4 @@ oauthlib==2.0.2 jwt-oauth2>=0.1.1 django-oauth-toolkit==0.12.0 -future==0.18.2 +future==0.18.3