From b8a917aceb94c444c5397870952efeb1bcd92b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 02:28:55 +0000 Subject: [PATCH] Bump testfixtures from 7.2.2 to 8.2.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.2.2 to 8.2.0. - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.2.2...8.2.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 dc5f375..cce8437 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ factory-boy<3.4 -testfixtures==7.2.2 +testfixtures==8.2.0 psycopg[binary]>=3.1 mysqlclient<2.2.5 django-test-without-migrations==0.6