From 87fe1c881cad2908487909056ee7e4504471cf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:00:57 +0000 Subject: [PATCH] Bump testfixtures from 4.7.0 to 7.1.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 4.7.0 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/4.7.0...7.1.0) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a9f0529..3eae822 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ factory-boy>=2.4 -testfixtures==4.7.0 +testfixtures==7.1.0 psycopg2>=2.5.4 mysqlclient>=1.3.3