From 4ad9e94f3b1d8a3bc2886a0ddf959d546cd32e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:50:14 +0000 Subject: [PATCH] Bump validators from 0.33.0 to 0.34.0 Bumps [validators](https://github.com/python-validators/validators) from 0.33.0 to 0.34.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.33.0...0.34.0) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-devel.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-devel.txt b/requirements-devel.txt index a137892df..be1e0163b 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,6 +1,6 @@ requests==2.32.3 httpx==0.25.2 -validators==0.33.0 +validators==0.34.0 authlib==1.3.1 grpcio==1.62.2 grpcio-tools==1.62.2 diff --git a/setup.cfg b/setup.cfg index 8d9578265..ae8a9781d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ include_package_data = True install_requires = requests>=2.30.0,<3.0.0 httpx>=0.25.0,<=0.27.0 - validators==0.33.0 + validators==0.34.0 authlib>=1.2.1,<2.0.0 pydantic>=2.5.0,<3.0.0 grpcio>=1.57.0,<2.0.0