From 804f98aba903a6f4ca6bfe196d584b269b79e570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 05:31:27 +0000 Subject: [PATCH] Bump testfixtures from 6.18.3 to 6.18.4 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 6.18.3 to 6.18.4. - [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.3...6.18.4) --- 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 d9aad063..125b15f1 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "coverage==6.3.2", "pytest<7.1", "pytest-cov==3.0.0", - "testfixtures==6.18.3", + "testfixtures==6.18.4", "tox==3.24.5", "flake8==4.0.1", "flake8-docstrings==1.6.0",