Skip to content

Commit d3d41a2

Browse files
Bump faker from 37.0.0 to 37.1.0 (#2184)
Bumps [faker](https://github.com/joke2k/faker) from 37.0.0 to 37.1.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.0.0...v37.1.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ff10f7 commit d3d41a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ development = [
6464
"pytest-httpserver==1.1.2",
6565
"syrupy==4.9.1",
6666
"factory-boy==3.3.3",
67-
"Faker==37.0.0",
67+
"Faker==37.1.0",
6868
]
6969
packaging = []
7070

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ pytest-randomly==3.16.0
2222
pytest-httpserver==1.1.2
2323
syrupy==4.9.1
2424
factory-boy==3.3.3
25-
Faker==37.0.0
25+
Faker==37.1.0

0 commit comments

Comments
 (0)