From ba5bd19f22964b863605857010808c80c2803304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:55:46 +0000 Subject: [PATCH] Update factory-boy requirement from ~=3.2.1 to ~=3.3.3 Updates the requirements on [factory-boy](https://github.com/FactoryBoy/factory_boy) to permit the latest version. - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.2.1...3.3.3) --- updated-dependencies: - dependency-name: factory-boy dependency-version: 3.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aee6cec..a50910f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "django-storages[s3]", "djangoql", # Admin panel query search "djangorestframework", - "factory-boy~=3.2.1", + "factory-boy~=3.3.3", "gunicorn~=20.1.0", "psycopg2-binary", "sentry-sdk",