From 3c416d7bc2168dc3be179cea9205dd91a01e0de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:27:55 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-factoryboy from 2.1.0 to 2.7.0 Bumps [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy) from 2.1.0 to 2.7.0. - [Changelog](https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-factoryboy/commits) --- updated-dependencies: - dependency-name: pytest-factoryboy dependency-type: direct:development update-type: version-update:semver-minor ... 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 dd397bc..973d48a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ pytest-cov==4.1.0 pytest-django==4.7.0 pytest-env==1.1.3 # pytest-factoryboy needs to stay at 2.1.0 because of wrong interpretation of parameters with "__" -pytest-factoryboy==2.1.0 +pytest-factoryboy==2.7.0 pytest-freezegun==0.4.2 pytest-mock==3.12.0 pytest-randomly==3.15.0