From 1fd7e42c38c6d6bca923f21f05f49b413e31f9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:48:24 +0000 Subject: [PATCH] build(deps): bump validators from 0.28.3 to 0.33.0 (#460) --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f0fee3af..e150a69a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2085,15 +2085,18 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validators" -version = "0.28.3" +version = "0.33.0" description = "Python Data Validation for Humans™" optional = false python-versions = ">=3.8" files = [ - {file = "validators-0.28.3-py3-none-any.whl", hash = "sha256:53cafa854f13850156259d9cc479b864ee901f6a96e6b109e6fc33f98f37d99f"}, - {file = "validators-0.28.3.tar.gz", hash = "sha256:c6c79840bcde9ba77b19f6218f7738188115e27830cbaff43264bc4ed24c429d"}, + {file = "validators-0.33.0-py3-none-any.whl", hash = "sha256:134b586a98894f8139865953899fc2daeb3d0c35569552c5518f089ae43ed075"}, + {file = "validators-0.33.0.tar.gz", hash = "sha256:535867e9617f0100e676a1257ba1e206b9bfd847ddc171e4d44811f07ff0bfbf"}, ] +[package.extras] +crypto-eth-addresses = ["eth-hash[pycryptodome] (>=0.7.0)"] + [[package]] name = "virtualenv" version = "20.26.3" @@ -2266,4 +2269,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e8954798524662ff978e98d88d29f2381ec6a6802c363a32e5784306876be786" +content-hash = "c43f72931b1ced9009c7ebdb36aacfed69f790aec698597b085821f671a9b5e2" diff --git a/pyproject.toml b/pyproject.toml index f65b3b71..badbaa6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ rtoml = ">=0.9,<0.12" requests = "^2.31.0" pygithub = "^2.2.0" simple-toml-settings = ">=0.4,<0.7" -validators = "^0.28.1" +validators = ">=0.28.1,<0.34.0" [build-system] requires = ["poetry-core"] diff --git a/requirements-dev.txt b/requirements-dev.txt index f11149dd..643da2c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -94,7 +94,7 @@ typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0" types-requests==2.32.0.20240712 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0" +validators==0.33.0 ; python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.3 ; python_version >= "3.9" and python_version < "4.0" watchdog==4.0.1 ; python_version >= "3.9" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index b0f673de..f4be6e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0" typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0" +validators==0.33.0 ; python_version >= "3.9" and python_version < "4.0" wrapt==1.16.0 ; python_version >= "3.9" and python_version < "4.0"