Skip to content

Commit 99036be

Browse files
Update faker requirement from <20.0,>=4.1 to >=4.1,<34.0
Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v4.1.0...v33.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e67d4f commit 99036be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
requires-python = ">=3.9, <4"
3030
dependencies = [
31-
"Faker >= 4.1,< 20.0",
31+
"Faker >= 4.1,< 34.0",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)