diff --git a/poetry.lock b/poetry.lock index 3300d7f8..69e437be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2094,13 +2094,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validators" -version = "0.28.1" +version = "0.28.3" description = "Python Data Validation for Humans™" optional = false python-versions = ">=3.8" files = [ - {file = "validators-0.28.1-py3-none-any.whl", hash = "sha256:890c98789ad884037f059af6ea915ec2d667129d509180c2c590b8009a4c4219"}, - {file = "validators-0.28.1.tar.gz", hash = "sha256:5ac88e7916c3405f0ce38ac2ac82a477fcf4d90dbbeddd04c8193171fc17f7dc"}, + {file = "validators-0.28.3-py3-none-any.whl", hash = "sha256:53cafa854f13850156259d9cc479b864ee901f6a96e6b109e6fc33f98f37d99f"}, + {file = "validators-0.28.3.tar.gz", hash = "sha256:c6c79840bcde9ba77b19f6218f7738188115e27830cbaff43264bc4ed24c429d"}, ] [[package]] diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a53d954..6ad2529c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -95,7 +95,7 @@ typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0" types-requests==2.31.0.20240406 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.11.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0" -validators==0.28.1 ; python_version >= "3.9" and python_version < "4.0" +validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0" watchdog==4.0.0 ; 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 95414580..cdf82857 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.11.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0" -validators==0.28.1 ; python_version >= "3.9" and python_version < "4.0" +validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0" wrapt==1.16.0 ; python_version >= "3.9" and python_version < "4.0"