From a6603824721abe8ee85cd3294cea2c6a5c099d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:04:45 +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.34.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 7f2348d..85cd3cf 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.34 +validators>=0.20,<0.35