From ef19871865b15f10df7ff0cd885bc0b2c5081c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:09:40 +0000 Subject: [PATCH] Bump testfixtures from 7.2.2 to 8.1.0 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.2.2 to 8.1.0. - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.2.2...8.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 d582bf3..759d217 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ factory-boy<3.4.0 -testfixtures==7.2.2 +testfixtures==8.1.0 psycopg[binary]>=3.1 mysqlclient<2.2.5 packaging