From e560481adbbcd586382711ea0e488f31c4fe9a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:25:31 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.7.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.3. - [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.7.1...v2.7.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b5cde9..be8c334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ async-irc == 0.2.0 typing_extensions == 4.12.1 -pydantic == 2.7.1 +pydantic == 2.7.3