From 8dadab95150fc76e7114c204fb6321b8552a7832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:29:48 +0000 Subject: [PATCH] Bump testfixtures from 7.2.0 to 7.2.2 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.2.0 to 7.2.2. - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.2.0...7.2.2) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dda3696..007caf3 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "coverage==7.3.2", "pytest<7.5", "pytest-cov==4.1.0", - "testfixtures==7.2.0", + "testfixtures==7.2.2", "tox==4.11.3", "flake8==6.1.0", "flake8-docstrings==1.7.0",