From 905aa2782cdda8b916accb6f66927f2973e46edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:25:26 +0000 Subject: [PATCH] Bump pydantic from 2.5.3 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.7.4. - [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.4) --- 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..c6bbbfd 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.4; 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