From 63b49a9756fde766492c2d4dad20a6eed2eed2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:22:56 +0000 Subject: [PATCH] build(deps): bump faker from 35.2.0 to 36.1.1 in /backend Bumps [faker](https://github.com/joke2k/faker) from 35.2.0 to 36.1.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/v35.2.0...v36.1.1) --- updated-dependencies: - dependency-name: faker 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 9aa8ede3..9118aae8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,5 +18,5 @@ numpy<3.0.0 # Dev pytest==8.3.4 coverage==7.6.12 -Faker==35.2.0 +Faker==36.1.1 locust==2.32.9 \ No newline at end of file