From f66c815017efdaa875cb777efe469493ad5a87f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 02:55:10 +0000 Subject: [PATCH] Update factory-boy requirement from <3.3 to <3.4 Updates the requirements on [factory-boy](https://github.com/FactoryBoy/factory_boy) to permit the latest version. - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/v1.0.4...3.3.0) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:production ... 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 59f630c..ff95902 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -factory-boy<3.3 +factory-boy<3.4 testfixtures==7.1.0 psycopg[binary]>=3.1 mysqlclient<2.1.2