From 88e332fdb30ce717d59f8180cc4a213559481877 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 12:13:17 +0000 Subject: [PATCH] build(deps): bump factory-boy from 2.12.0 to 3.0.1 Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 2.12.0 to 3.0.1. - [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/2.12.0...3.0.1) Signed-off-by: dependabot-preview[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index abe2d7f4..30d08dbb 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,4 +1,4 @@ -factory-boy==2.12.0 # via -r requirements/test.txt +factory-boy==3.0.1 # via -r requirements/test.txt pdbpp==0.10.2 # via -r requirements/test.txt pytest==6.0.1 # via -r requirements/test.txt, pytest-cov, pytest-testmon pytest-cov==2.10.0 # via -r requirements/test.txt