Skip to content

Commit

Permalink
chore(deps): update validators requirement (#8744)
Browse files Browse the repository at this point in the history
Updates the requirements on [validators](https://github.com/python-validators/validators) to permit the latest version.
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.18.2...0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 8ab73af commit 530af7c
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 @@ -267,7 +267,7 @@ tmdbsimple = "^2.8.0"
tornado = "^6.3.2"
tvdbsimple = "^1.0.6"
Unidecode = "^1.2.0"
validators = ">=0.18.2,<0.23.0"
validators = ">=0.18.2,<0.25.0"
enzyme = "^0.4.1"
python3-fanart = "^2.0.0"
gntp = "^1.0.3"
Expand Down

0 comments on commit 530af7c

Please sign in to comment.