From 2434d5166fbdc8be29d13d9fc40211959d9fed9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:28:18 +0000 Subject: [PATCH] Update faker requirement in /queryzen-api Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v36.1.0...v38.0.0) --- updated-dependencies: - dependency-name: faker dependency-version: 38.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- queryzen-api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queryzen-api/pyproject.toml b/queryzen-api/pyproject.toml index 7f49324..40c181a 100644 --- a/queryzen-api/pyproject.toml +++ b/queryzen-api/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "django>=5.1.5,<6", "djangorestframework>=3.15.2,<4", "django-filter~=25.1", - "faker>=36.1.0,<38", + "faker>=36.1.0,<39", "factory-boy>=3.3.1,<4", "celery>=5.4.0,<6", "django-celery-results>=2.5.1,<3",