From e8998b1b08cf6d51aa6901be9446ba26c43fc0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:06:41 +0000 Subject: [PATCH] build(deps): bump faker from 33.3.0 to 33.3.1 Bumps [faker](https://github.com/joke2k/faker) from 33.3.0 to 33.3.1. - [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.0...v33.3.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-patch ... 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 480f32e..37c917e 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==33.3.0 +faker==33.3.1 factory-boy==3.3.1 coverage==7.6.10 mccabe==0.7.0