Skip to content

Commit

Permalink
Update faker requirement from <24.1.0,>=23.2.1 to >=23.2.1,<24.2.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@v23.2.1...v24.1.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 2e6ae13 commit dbbc7db
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 @@ -23,7 +23,7 @@ dependencies = [

[project.optional-dependencies]
"dev" = [
"Faker>=23.2.1,<24.1.0",
"Faker>=23.2.1,<24.2.0",
"python-dotenv~=1.0.1",
]

Expand Down

0 comments on commit dbbc7db

Please sign in to comment.