From 23ac22fb460e972fa58e66f1a5b1d206c33be75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:38:31 +0000 Subject: [PATCH] Bump pydantic from 2.2.1 to 2.3.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.2.1 to 2.3.0. - [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.2.1...v2.3.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7a4d4e8..5ebb4417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ MarkupSafe==2.1.3 mccabe==0.7.0 packaging==23.1 pycodestyle==2.11.0 -pydantic==2.2.1 +pydantic==2.3.0 pyflakes==3.1.0 pyparsing==3.1.1 requests==2.31.0