From 198282e2cfc22db25c2282b5f14930d2f2942c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:16:12 +0000 Subject: [PATCH] Bump pydantic from 2.10.4 to 2.10.5 in /bot/telegram Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.5. - [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.10.4...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- bot/telegram/requirements.in | 2 +- bot/telegram/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/telegram/requirements.in b/bot/telegram/requirements.in index 3a02fafe..a2d574e4 100644 --- a/bot/telegram/requirements.in +++ b/bot/telegram/requirements.in @@ -4,4 +4,4 @@ urllib3==2.3.0 python-dateutil==2.9.0.post0 aiohttp==3.11.11 aiohttp-retry==2.9.1 -pydantic==2.10.4 +pydantic==2.10.5 diff --git a/bot/telegram/requirements.txt b/bot/telegram/requirements.txt index 8b2ab1dd..d4cb60e9 100644 --- a/bot/telegram/requirements.txt +++ b/bot/telegram/requirements.txt @@ -53,7 +53,7 @@ propcache==0.2.0 # via # aiohttp # yarl -pydantic==2.10.4 +pydantic==2.10.5 # via -r requirements.in pydantic-core==2.27.2 # via pydantic