From 45b728e0708fd9b7dd493e5d674b9a5fd253085b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:57:35 +0000 Subject: [PATCH] build(deps): update validators requirement 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.20.0...0.33.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 28d8b0c..7f2348d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,4 +4,4 @@ Pillow>=10.2,<11 pytest-cov>=4 pytest-retry>=1.6 -validators>=0.20,<0.29 +validators>=0.20,<0.34