From 4cd378c27082440edc3e96ca0b0165f6f37f8d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 01:07:29 +0000 Subject: [PATCH] Bump factory-boy from 3.2.1 to 3.3.0 Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.0. - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.2.1...3.3.0) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index ef6ad5a5..77e265f0 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -26,7 +26,7 @@ django-test-migrations==1.3.0 # via -r requirements/test-requirements.in exceptiongroup==1.0.4 # via pytest -factory-boy==3.2.1 +factory-boy==3.3.0 # via -r requirements/test-requirements.in faker==13.15.1 # via factory-boy