From 60e484a00461f1ad567f6b0f7da56c8f3d12a50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:43:27 +0000 Subject: [PATCH] chore(deps): update factory-boy requirement 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.1...3.3.0) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f56e703bd1..f9fe36c5a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ django-widget-tweaks>=1.4.12 djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat" docutils>=0.18.1 # Used only by dbtemplates for RestructuredText types-docutils>=0.18.1 -factory-boy>=3.2.1,<3.3 +factory-boy>=3.2.1,<3.4 github3.py>=3.2.0 gunicorn>=20.1.0 hashids>=1.3.1