From 6412a6eb44c862dc353a5f2d8826b4d2af6c0b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:25:10 +0000 Subject: [PATCH] Bump factory-boy from 3.3.0 to 3.3.1 Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.3.0 to 3.3.1. - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ccb35d70a6..49192388fe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,7 +29,7 @@ django-debug-toolbar==4.3.0 # via -r dev-requirements.in django-extensions==3.2.3 # via -r dev-requirements.in -factory-boy==3.3.0 +factory-boy==3.3.1 # via -r dev-requirements.in faker==19.3.1 # via factory-boy