From ac070320977646a6403cb6cb13730f3c86c94846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 13:14:26 +0000 Subject: [PATCH] Bump factory-boy from 3.2.0 to 3.2.1 Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/FactoryBoy/factory_boy/releases) - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/3.2.1/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.2.0...3.2.1) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..20eee51f3 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'specutils==1.3', ], extras_require={ - 'test': ['factory_boy==3.2.0'], + 'test': ['factory_boy==3.2.1'], 'docs': [ 'recommonmark~=0.7', 'sphinx~=4.0',