From 9553fae6b7a06a1780672a8c3ecd1d98b945731d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:18:52 +0000 Subject: [PATCH] chore(deps): bump faker from 22.6.0 to 40.12.0 in /backend Bumps [faker](https://github.com/joke2k/faker) from 22.6.0 to 40.12.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/v22.6.0...v40.12.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 047c131..e5745c9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -51,7 +51,7 @@ python-json-logger==2.0.7 pytest==9.0.2 pytest-asyncio==1.3.0 pytest-cov==4.1.0 -faker==22.6.0 +faker==40.12.0 # Utilities python-dotenv==1.2.2