diff --git a/poetry.lock b/poetry.lock index dd29c77f..4cc813f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3522,13 +3522,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validators" -version = "0.33.0" +version = "0.34.0" description = "Python Data Validation for Humans™" optional = true python-versions = ">=3.8" files = [ - {file = "validators-0.33.0-py3-none-any.whl", hash = "sha256:134b586a98894f8139865953899fc2daeb3d0c35569552c5518f089ae43ed075"}, - {file = "validators-0.33.0.tar.gz", hash = "sha256:535867e9617f0100e676a1257ba1e206b9bfd847ddc171e4d44811f07ff0bfbf"}, + {file = "validators-0.34.0-py3-none-any.whl", hash = "sha256:c804b476e3e6d3786fa07a30073a4ef694e617805eb1946ceee3fe5a9b8b1321"}, + {file = "validators-0.34.0.tar.gz", hash = "sha256:647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f"}, ] [package.extras] @@ -3708,4 +3708,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6265883c78231a867a029d6478df196329a33419e007bba25b68b4bc8acd8b34" +content-hash = "e64f13f15b39eca6621c7bb30bd37e448281a6d8ae6d77626563702594b4ced3" diff --git a/pyproject.toml b/pyproject.toml index daed0cc6..a5449a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ python-magic = {version = "^0.4.27", optional = true} pydeep2 = {version = "^0.5.1", optional = true} lief = {version = "^0.15.0", optional = true} beautifulsoup4 = {version = "^4.12.3", optional = true} -validators = {version = "^0.33.0", optional = true} +validators = {version = ">=0.33,<0.35", optional = true} sphinx-autodoc-typehints = {version = "^2.3.0", optional = true, python = ">=3.9"} docutils = {version = "^0.21.1", optional = true, python = ">=3.9"} recommonmark = {version = "^0.7.1", optional = true, python = ">=3.9"}