build(deps): bump validators from 0.27.0 to 0.28.0

Bumps [validators](https://github.com/python-validators/validators) from 0.27.0 to 0.28.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.27.0...0.28.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/1195/head
dependabot[bot] 2024-04-04 16:34:43 +00:00 committed by GitHub
parent 4e09fc39cf
commit 812550c5c7
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

@ -3467,13 +3467,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "validators"
version = "0.27.0"
version = "0.28.0"
description = "Python Data Validation for Humans™"
optional = true
python-versions = ">=3.8"
files = [
{file = "validators-0.27.0-py3-none-any.whl", hash = "sha256:bc0d93d874a363bde9e61b7e31dd274fef168ec057ecb8118edc96c161a89285"},
{file = "validators-0.27.0.tar.gz", hash = "sha256:4a70757730619a2c0788aa3c60ba1680372173237c445571586cdef02e37223b"},
{file = "validators-0.28.0-py3-none-any.whl", hash = "sha256:e0184691dea3ba82b52c161ba81d3ec1d8be8da9609f0137d1430b395b366521"},
{file = "validators-0.28.0.tar.gz", hash = "sha256:85bc82511f6ccd0800f4c15d8c0dc546c15e369640c5ea1f24349ba0b3b17815"},
]
[[package]]
@ -3646,4 +3646,4 @@ virustotal = ["validators"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "6243ddb9d5877c356a8d908a2b41d175c9708c8f5ae8ab386fafccf872f30f22"
content-hash = "1466423bba50e6260fa38ca85338deeed6116b0cf939ffe055a0f77941d79ebc"

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.27.0", optional = true}
validators = {version = ">=0.27,<0.29", 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}