From 530af7c26638e4ae5ab62fc6010dc6abf2b29d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:25:47 -0400 Subject: [PATCH] chore(deps): update validators requirement (#8744) 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](https://github.com/python-validators/validators/compare/0.18.2...0.24.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e4a13c608..5af4de2b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"