From 70169c8d3c6b0c5ab89ee37123338071af7ac100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:28:57 +0000 Subject: [PATCH] Bump faker from 19.11.0 to 19.12.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 68e9676..caaeffe 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -7,7 +7,7 @@ pylti==0.7.0 ipaddress==1.0.23 python-dateutil==2.8.2 text-unidecode==1.3 # for faker -faker==19.11.0 +faker==19.12.0 factory-boy==3.3.0 coverage==7.3.2 mccabe==0.7.0