From aa8084766d26a660d0f4120edb00a77d531649ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:45:38 +0000 Subject: [PATCH] Bump testfixtures from 7.0.4 to 7.1.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.0.4 to 7.1.0. - [Release notes](https://github.com/Simplistix/testfixtures/releases) - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.0.4...7.1.0) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 952a0242..465446af 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "coverage==7.1.0", "pytest<7.3", "pytest-cov==4.0.0", - "testfixtures==7.0.4", + "testfixtures==7.1.0", "tox==4.4.5", "flake8==6.0.0", "flake8-docstrings==1.7.0",