From 774d79d7659fc30b5af30dad79b16f3c8dee9f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:30:45 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 1.10.10 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 1.10.10. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.10) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yt_shared/requirements_shared.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_shared/requirements_shared.txt b/yt_shared/requirements_shared.txt index b87d28b..c0c4321 100644 --- a/yt_shared/requirements_shared.txt +++ b/yt_shared/requirements_shared.txt @@ -3,5 +3,5 @@ SQLAlchemy==2.0.17 aio-pika==9.1.3 aiohttp==3.8.4 asyncpg==0.27.0 -pydantic==1.10.9 +pydantic==1.10.10 uvloop==0.17.0