From 9895b8032fa6a7f81c059facf8f0d305caacd4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:27:32 +0000 Subject: [PATCH] Bump future from 0.17.1 to 0.18.3 in /ci 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] --- ci/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-tests.txt b/ci/requirements-tests.txt index d5c3f42..9559f9a 100644 --- a/ci/requirements-tests.txt +++ b/ci/requirements-tests.txt @@ -10,7 +10,7 @@ attrs==19.1.0 cffi==1.12.2 coverage==4.5.3 # via pytest-cov execnet==1.5.0 # via pytest-cache -future==0.17.1 +future==0.18.3 mccabe==0.6.1 # via pytest-mccabe more-itertools==5.0.0 # via pytest numpy==1.16.2