From 27df97cb7e631d0a151a0bb59e64f9fdee25a0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:06:43 +0000 Subject: [PATCH] build(deps): bump validators from 0.22.0 to 0.24.0 in /dblp-fetcher Bumps [validators](https://github.com/python-validators/validators) from 0.22.0 to 0.24.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.22.0...0.24.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dblp-fetcher/poetry.lock | 19 ++++--------------- dblp-fetcher/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index 79bf027..9864294 100644 --- a/dblp-fetcher/poetry.lock +++ b/dblp-fetcher/poetry.lock @@ -464,27 +464,16 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "validators" -version = "0.22.0" +version = "0.24.0" description = "Python Data Validation for Humans™" optional = false python-versions = ">=3.8" files = [ - {file = "validators-0.22.0-py3-none-any.whl", hash = "sha256:61cf7d4a62bbae559f2e54aed3b000cea9ff3e2fdbe463f51179b92c58c9585a"}, - {file = "validators-0.22.0.tar.gz", hash = "sha256:77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370"}, + {file = "validators-0.24.0-py3-none-any.whl", hash = "sha256:4a99eb368747e60900bae947418eb21e230ff4ff5e7b7944b9308c456d86da32"}, + {file = "validators-0.24.0.tar.gz", hash = "sha256:cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3"}, ] -[package.extras] -docs-offline = ["myst-parser (>=2.0.0)", "pypandoc-binary (>=1.11)", "sphinx (>=7.1.1)"] -docs-online = ["mkdocs (>=1.5.2)", "mkdocs-git-revision-date-localized-plugin (>=1.2.0)", "mkdocs-material (>=9.2.6)", "mkdocstrings[python] (>=0.22.0)", "pyaml (>=23.7.0)"] -hooks = ["pre-commit (>=3.3.3)"] -package = ["build (>=1.0.0)", "twine (>=4.0.2)"] -runner = ["tox (>=4.11.1)"] -sast = ["bandit[toml] (>=1.7.5)"] -testing = ["pytest (>=7.4.0)"] -tooling = ["black (>=23.7.0)", "pyright (>=1.1.325)", "ruff (>=0.0.287)"] -tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4.0)"] - [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "67ebad55a0a5012179bfb002ba304f990cca826d4f22082661e403ada7b3e34b" +content-hash = "e1cf388f366e761dbad304199acd238839f549f9a5b11dbafa9153e26256bac1" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index d881cc5..9fe23ae 100644 --- a/dblp-fetcher/pyproject.toml +++ b/dblp-fetcher/pyproject.toml @@ -14,7 +14,7 @@ google-api-python-client = "^2.120.0" google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.0" requests = "^2.31.0" -validators = "^0.22.0" +validators = "^0.24.0" [tool.poetry.dev-dependencies] pytest = "^8.1"