diff --git a/poetry.lock b/poetry.lock index b8a51e0..976d69c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3464,13 +3464,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validators" -version = "0.24.0" +version = "0.27.0" description = "Python Data Validation for Humans™" optional = true python-versions = ">=3.8" files = [ - {file = "validators-0.24.0-py3-none-any.whl", hash = "sha256:4a99eb368747e60900bae947418eb21e230ff4ff5e7b7944b9308c456d86da32"}, - {file = "validators-0.24.0.tar.gz", hash = "sha256:cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3"}, + {file = "validators-0.27.0-py3-none-any.whl", hash = "sha256:bc0d93d874a363bde9e61b7e31dd274fef168ec057ecb8118edc96c161a89285"}, + {file = "validators-0.27.0.tar.gz", hash = "sha256:4a70757730619a2c0788aa3c60ba1680372173237c445571586cdef02e37223b"}, ] [[package]] @@ -3643,4 +3643,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "12d1c9cfa33627059168bed8fb9c6ac7e5eaf2c8ba0e6cadb79446f15d8c3ab4" +content-hash = "724561b379fe286082ae794dfb4ee68b729dbccc2e7e35a0aa3c5bedcc2e2e74" diff --git a/pyproject.toml b/pyproject.toml index c586029..7fcfe40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ python-magic = {version = "^0.4.27", optional = true} pydeep2 = {version = "^0.5.1", optional = true} lief = {version = "^0.14.1", optional = true} beautifulsoup4 = {version = "^4.12.3", optional = true} -validators = {version = "^0.24.0", optional = true} +validators = {version = ">=0.24,<0.28", optional = true} sphinx-autodoc-typehints = {version = "^2.0.0", optional = true} recommonmark = {version = "^0.7.1", optional = true} reportlab = {version = "^4.1.0", optional = true}