Skip to content

Commit 3e6011b

Browse files
Bump faker from 37.1.0 to 37.3.0 (#2315)
Bumps [faker](https://github.com/joke2k/faker) from 37.1.0 to 37.3.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.1.0...v37.3.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.3.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 3358ea9 commit 3e6011b

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
@@ -59,7 +59,7 @@ classifiers = [
5959

6060
[project.optional-dependencies]
6161
development = [
62-
"Faker==37.1.0",
62+
"Faker==37.3.0",
6363
"coverage==7.8.0",
6464
"factory-boy==3.3.3",
6565
"pre-commit>=3.5.0",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ snowflake.core==1.4.0
1717
tomlkit==0.13.2
1818
typer==0.15.2
1919
urllib3>=1.24.3,<2.5
20-
Faker==37.1.0
20+
Faker==37.3.0
2121
coverage==7.8.0
2222
factory-boy==3.3.3
2323
pre-commit>=3.5.0

0 commit comments

Comments
 (0)