From 75fe579f4595c2c34f8851b814c991a288af9e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 07:11:04 +0000 Subject: [PATCH] Bump factory-boy from 3.1.0 to 3.2.0 in /requirements Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/FactoryBoy/factory_boy/releases) - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.1.0...3.2.0) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 2d6dea2..e10558f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # Testing pytest==6.1.1 WebTest==2.0.35 -factory-boy==3.1.0 +factory-boy==3.2.0 pdbpp==0.10.2 # Lint and code style