From a962ab1c105f2a8926439737433ead825b1a868c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:59:19 +0000 Subject: [PATCH] Bump testfixtures from 7.1.0 to 7.2.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.1.0 to 7.2.0. - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.1.0...7.2.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 ad488d6..ad408fa 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "coverage==7.3.1", "pytest<7.5", "pytest-cov==4.1.0", - "testfixtures==7.1.0", + "testfixtures==7.2.0", "tox==4.11.3", "flake8==6.1.0", "flake8-docstrings==1.7.0",