From e61825a0768b75b0fae7e27acb1ecdf0d8d3f98d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 22:12:08 +0000 Subject: [PATCH] Bump validators from 0.14.3 to 0.18.0 Bumps [validators](https://github.com/kvesteri/validators) from 0.14.3 to 0.18.0. - [Release notes](https://github.com/kvesteri/validators/releases) - [Changelog](https://github.com/kvesteri/validators/blob/master/CHANGES.rst) - [Commits](https://github.com/kvesteri/validators/commits/0.18.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2dcf5c..3febc30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -944,8 +944,8 @@ category = "dev" description = "Python Data Validation for Humans™." name = "validators" optional = false -python-versions = "*" -version = "0.14.3" +python-versions = ">=3.4" +version = "0.18.0" [package.dependencies] decorator = ">=3.4.0" @@ -1001,7 +1001,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "650bc6e483b6aa05be9c8078e93b61e45d6e033706cb12e8b8f07e7562124ddc" +content-hash = "6f6e9c013484ccc82d8e868c34005c5190026d392ee60e0296859afb495b288e" python-versions = "^3.6" [metadata.files] @@ -1415,7 +1415,8 @@ 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.18.0-py3-none-any.whl", hash = "sha256:4141444ae44a5deb8e9ca5785ccdf26c6297cd6d23faacb8c8f26a7543f45ecf"}, + {file = "validators-0.18.0.tar.gz", hash = "sha256:bad0cf89a7f2e0aa9c4b76fa5f1d2309125a2c77eb176f03b89a6d5059271e63"}, ] wemake-python-styleguide = [ {file = "wemake-python-styleguide-0.14.1.tar.gz", hash = "sha256:e13dc580fa56b7b548de8da170bccb8ddff2d4ab026ca987db8a9893bf8a7b5b"}, diff --git a/pyproject.toml b/pyproject.toml index 96d1e53..d5c4d98 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.18" mypy = "^0.782" safety = "^1.9"