From c2fa95e081f20d3d25dac2d43aee4ee4b9d51e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:52:06 +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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/tests.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4089ea9..9db706a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -14,7 +14,7 @@ decorator==5.1.1 # via ipython executing==1.2.0 # via stack-data -factory-boy==3.3.0 +factory-boy==3.3.1 # via -r requirements/dev.in faker==15.3.1 # via factory-boy diff --git a/requirements/functests.txt b/requirements/functests.txt index 4e02fca..9b62446 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -8,7 +8,7 @@ build==1.2.1 # via pip-tools click==8.1.3 # via pip-tools -factory-boy==3.3.0 +factory-boy==3.3.1 # via # -r requirements/functests.in # pytest-factoryboy diff --git a/requirements/lint.txt b/requirements/lint.txt index 54c23b8..ee7e5f8 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -22,7 +22,7 @@ coverage[toml]==7.3.1 # pytest-cov dill==0.3.6 # via pylint -factory-boy==3.3.0 +factory-boy==3.3.1 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/tests.txt b/requirements/tests.txt index 81faa5a..bceb892 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -10,7 +10,7 @@ click==8.1.3 # via pip-tools coverage[toml]==7.3.1 # via pytest-cov -factory-boy==3.3.0 +factory-boy==3.3.1 # via # -r requirements/tests.in # pytest-factoryboy