From adc27f6491f410b919972afd0aa8beedba1e8f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:48:20 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 40.12.0 to 40.19.1 in /backend Bumps [faker](https://github.com/joke2k/faker) from 40.12.0 to 40.19.1. - [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/v40.12.0...v40.19.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..f3035cd 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -14,7 +14,7 @@ pylint >=4.0.0,<4.1.0 # Testing. coverage ==7.6.12; python_version<"3.14" # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281 -faker ==40.12.0 +faker ==40.19.1 hypothesis >=6.0.0,<7.0.0 pytest >=9.0.0,<10.0.0 requests ==2.33.*