From 2c36f47624a454543f266949d1eb0eb0f95247e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:37:00 +0000 Subject: [PATCH] Bump pydantic from 2.5.3 to 2.7.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.7.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 967a3ea..d9f1a19 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -55,7 +55,7 @@ prometheus-client==0.19.0; python_version >= '3.8' promise==2.3 prompt-toolkit==3.0.43; python_full_version >= '3.7.0' pycparser==2.21 -pydantic==2.5.3; python_version >= '3.7' +pydantic==2.7.1; python_version >= '3.7' pydantic-core==2.14.6; python_version >= '3.7' pyjwt==2.8.0; python_version >= '3.7' python-crontab==3.0.0