From b4dc764f99eeb13322268a0ec4b12f158c7643d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:24:13 +0000 Subject: [PATCH] build(deps): bump faker from 30.1.0 to 30.3.0 Bumps [faker](https://github.com/joke2k/faker) from 30.1.0 to 30.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/v30.1.0...v30.3.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 9d3512a..0da9f2b 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -7,7 +7,7 @@ pylti==0.7.0 ipaddress==1.0.23 python-dateutil==2.9.0.post0 text-unidecode==1.3 # for faker -faker==30.1.0 +faker==30.3.0 factory-boy==3.3.1 coverage==7.6.1 mccabe==0.7.0