From a097be9a9641778942886b48b38c31260b623528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:07:24 +0000 Subject: [PATCH] Bump validators from 0.20.0 to 0.34.0 Bumps [validators](https://github.com/python-validators/validators) from 0.20.0 to 0.34.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.20.0...0.34.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 +++++++-------------------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a4d5971..bbc5688d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -288,17 +288,6 @@ tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.1 [package.extras] toml = ["tomli"] -[[package]] -name = "decorator" -version = "5.1.1" -description = "Decorators for Humans" -optional = false -python-versions = ">=3.5" -files = [ - {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, - {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, -] - [[package]] name = "docutils" version = "0.20.1" @@ -1080,19 +1069,17 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validators" -version = "0.20.0" -description = "Python Data Validation for Humans™." +version = "0.34.0" +description = "Python Data Validation for Humans™" optional = false -python-versions = ">=3.4" +python-versions = ">=3.8" files = [ - {file = "validators-0.20.0.tar.gz", hash = "sha256:24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a"}, + {file = "validators-0.34.0-py3-none-any.whl", hash = "sha256:c804b476e3e6d3786fa07a30073a4ef694e617805eb1946ceee3fe5a9b8b1321"}, + {file = "validators-0.34.0.tar.gz", hash = "sha256:647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f"}, ] -[package.dependencies] -decorator = ">=3.4.0" - [package.extras] -test = ["flake8 (>=2.4.0)", "isort (>=4.2.2)", "pytest (>=2.2.3)"] +crypto-eth-addresses = ["eth-hash[pycryptodome] (>=0.7.0)"] [extras] factory = ["factory-boy"] @@ -1101,4 +1088,4 @@ pytest = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9ed7c81d58f4db4ccfc59925483aecae6b86a7f3412a088bd396f46af982f7db" +content-hash = "9aa2aba0f3f6fffcdb15183a0420d353e581cd587199182def9c18bff30b2783" diff --git a/pyproject.toml b/pyproject.toml index 4c559198..08d2a16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ black = ">=22.10,<24.0" autoflake = "^2.0" types-pytz = "^2023.3" taskipy = "^1.10.1" -validators = "^0.20.0" +validators = ">=0.20,<0.35" pytest-repeat = "^0.9.1" isort = "^5.12" coverage = "^7.2.3"