From 217dc3f14f5bd8206ea162988fc2d88797b0645a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 13:42:34 +0000 Subject: [PATCH] Bump pytest-factoryboy from 2.7.0 to 2.8.1 in /requirements Bumps [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy) from 2.7.0 to 2.8.1. - [Changelog](https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-factoryboy/compare/2.7.0...2.8.1) --- updated-dependencies: - dependency-name: pytest-factoryboy dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-testing.txt b/requirements/requirements-testing.txt index 35caa0a9..687a2d03 100644 --- a/requirements/requirements-testing.txt +++ b/requirements/requirements-testing.txt @@ -3,5 +3,5 @@ Faker==37.1.0 pytest==8.3.5 pytest-cov==6.1.1 pytest-django==4.11.1 -pytest-factoryboy==2.7.0 +pytest-factoryboy==2.8.1 syrupy==4.9.1