From 7012add99eb27b53396fb5f809102140f3ff5ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:51:12 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 19.11.0 to 19.12.0 in /requirements Bumps [faker](https://github.com/joke2k/faker) from 19.11.0 to 19.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/v19.11.0...v19.12.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 9416b50d..ffc70f97 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pytest-django==4.5.2 prospector==1.10.3 factory_boy==3.3.0 -Faker==19.11.0 +Faker==19.12.0 django-debug-toolbar==4.2.0 pylint<3 black==23.10.1