From 548c1dd235c428663d9c5e4334d94c72bc9c96fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:08:57 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 0.8.1 to 40.4.0 Bumps [faker](https://github.com/joke2k/faker) from 0.8.1 to 40.4.0. - [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/v0.8.1...v40.4.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06fdd1d52..0009cd52c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ prod = [ [dependency-groups] dev = [ "factory-boy==3.3.3", - "Faker==0.8.1", + "Faker==40.4.0", "tblib==1.7.0", "responses==0.26.0", "django-debug-toolbar==5.2.0",