build(deps): bump validators from 0.24.0 to 0.27.0

Bumps [validators](https://github.com/python-validators/validators) from 0.24.0 to 0.27.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.24.0...0.27.0)

---
updated-dependencies:
- dependency-name: validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1194/head
dependabot[bot] 2024-04-03 16:46:37 +00:00 committed by GitHub
parent 4f6aace686
commit 54ed3524b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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}