From 3e31fab2a79e1ffc5547043448f2897f5ca21789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:34:26 +0000 Subject: [PATCH] :arrow_up:(deps): Update factory-boy requirement from >=3.2.0 to >=3.3.3 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/3.2.0...3.3.3) --- updated-dependencies: - dependency-name: factory-boy dependency-version: 3.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6e29baf9..226b9a27 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -24,7 +24,7 @@ memory-profiler>=0.60.0 # Mock and testing utilities responses>=0.23.0 freezegun>=1.5.5 -factory-boy>=3.2.0 +factory-boy>=3.3.3 # Documentation testing sphinx>=6.0.0