From 65e99b696a1dd0c051d4b5d8ea9852f152e7689f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:55:42 +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 82c74d7..3918290 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -46,7 +46,7 @@ decorator==5.1.1 # via ipython executing==2.0.1 # via stack-data -factory-boy==3.3.0 +factory-boy==3.3.1 # via -r requirements/dev.in faker==22.0.0 # via factory-boy diff --git a/requirements/functests.txt b/requirements/functests.txt index a57f9ad..82d3758 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -40,7 +40,7 @@ click-repl==0.3.0 # via # -r requirements/prod.txt # celery -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 cb12612..d4b5a1a 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -60,7 +60,7 @@ coverage[toml]==7.4.0 # pytest-cov dill==0.3.7 # 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 d2e9489..b2afaa4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -42,7 +42,7 @@ click-repl==0.3.0 # celery coverage[toml]==7.4.0 # via pytest-cov -factory-boy==3.3.0 +factory-boy==3.3.1 # via # -r requirements/tests.in # pytest-factoryboy