diff --git a/poetry.lock b/poetry.lock index c336926..a8384a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -932,7 +932,7 @@ description = "Python Data Validation for Humans™." name = "validators" optional = false python-versions = "*" -version = "0.14.3" +version = "0.15.0" [package.dependencies] decorator = ">=3.4.0" @@ -996,7 +996,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "80de9a47b3f92843f26db5ebb5ef44c54db3554416084d1de698a8c8f4d0bd0b" +content-hash = "f0640d6cedd4505dc1f8b717138f3d24e8555d86f0196ac967560d3ebf74d883" python-versions = "^3.6" [metadata.files] @@ -1409,7 +1409,7 @@ urllib3 = [ {file = "urllib3-1.25.9.tar.gz", hash = "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"}, ] validators = [ - {file = "validators-0.14.3.tar.gz", hash = "sha256:6a0d9502219aee486f1ee12d8a9635e4a56f3dbcfa204b4e0de3a038ae35f34f"}, + {file = "validators-0.15.0.tar.gz", hash = "sha256:31e8bb01b48b48940a021b8a9576b840f98fa06b91762ef921d02cb96d38727a"}, ] wcwidth = [ {file = "wcwidth-0.1.9-py2.py3-none-any.whl", hash = "sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1"}, diff --git a/pyproject.toml b/pyproject.toml index e8bc046..7666a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,6 @@ wemake-python-styleguide = "^0.14" flake8-pytest-style = "^1.2" nitpick = "^0.22" -validators = "^0.14" +validators = "^0.15" mypy = "^0.781" safety = "^1.9"