Skip to content

Commit

Permalink
Update faker requirement from <20.0,>=4.1 to >=4.1,<23.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...v22.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent e09fe35 commit 18e3700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package_dir =
=src
python_requires = >=3.7, <4
install_requires =
Faker >= 4.1,< 20.0
Faker >= 4.1,< 23.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 18e3700

Please sign in to comment.