From a43c0d74bec78ae1ae63aa810e6dee8314fe9595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:18:20 +0000 Subject: [PATCH] build(deps): bump faker from 33.1.0 to 33.3.0 Bumps [faker](https://github.com/joke2k/faker) from 33.1.0 to 33.3.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.1.0...v33.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 64086aa2..2e053267 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -23,7 +23,7 @@ pytest-django >= 0.2.0 pytest-factoryboy >= 2.1.0 coveralls >= 3.0.1 factory-boy==3.3.1 -faker==33.1.0; python_version >= '3.6' +faker==33.3.0; python_version >= '3.6' # Unsure jedi==0.19.2; python_version >= '3.6'