Skip to content

Commit

Permalink
Update faker requirement from <20.0,>=4.1 to >=4.1,<34.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 3e67d4f commit 99036be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
requires-python = ">=3.9, <4"
dependencies = [
"Faker >= 4.1,< 20.0",
"Faker >= 4.1,< 34.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 99036be

Please sign in to comment.