From 277a166abf8e7148fc5bb2ff79b631575e49f3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:52:57 +0000 Subject: [PATCH] Bump validators from 0.12.6 to 0.22.0 Bumps [validators](https://github.com/python-validators/validators) from 0.12.6 to 0.22.0. - [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.12.6...0.22.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c1d712..8ca35db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pipreqs==0.4.9 requests==2.21.0 nose==1.3.7 -validators==0.12.6 +validators==0.22.0 wheel==0.38.1