From 9fb35db2e5630709b0fd752df7fe9450a1a4039c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:06:43 +0000 Subject: [PATCH] Bump testfixtures from 6.18.5 to 7.0.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 6.18.5 to 7.0.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/6.18.5...7.0.0) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3138b48..2f47912f 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "coverage==6.4.1", "pytest<7.2", "pytest-cov==3.0.0", - "testfixtures==6.18.5", + "testfixtures==7.0.0", "tox==3.25.1", "flake8==4.0.1", "flake8-docstrings==1.6.0",