From c24cefbc3bb627824b08b23a91e4ccc596e3e516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:01:06 +0000 Subject: [PATCH] Bump faker from 33.3.1 to 35.0.0 in /requirements Bumps [faker](https://github.com/joke2k/faker) from 33.3.1 to 35.0.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/v33.3.1...v35.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1cbb5cec..05ffb73c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pytest-django==4.9.0 prospector==1.11.0 factory_boy==3.3.1 -Faker==33.3.1 +Faker==35.0.0 django-debug-toolbar==5.0.1 pylint<3 black==24.10.0