Skip to content

Commit

Permalink
chore(deps): update validators requirement
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.30.0...0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 41bcd07 commit d332db6
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 @@ -272,7 +272,7 @@ tmdbsimple = "^2.8.0"
tornado = "^6.3.2"
tvdbsimple = "^1.0.6"
Unidecode = "^1.2.0"
validators = ">=0.30.0,<0.34.0"
validators = ">=0.30.0,<0.35.0"
enzyme = ">=0.4.1,<0.6.0"
python3-fanart = "^2.0.0"
gntp = "^1.0.3"
Expand Down

0 comments on commit d332db6

Please sign in to comment.