From 323e6105d55efbf080c57bc11db7c95009e4cb81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:19:18 +0000 Subject: [PATCH] Bump pydantic[email] from 1.9.1 to 2.3.0 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 1.9.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/v1.9.1...v2.3.0) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tcsocket/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsocket/requirements.txt b/tcsocket/requirements.txt index 631165e..4a3d2ff 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -9,7 +9,7 @@ cchardet==2.1.7 gunicorn==20.1.0 python-dateutil==2.8.2 pillow==9.2.0 -pydantic[email]==1.9.1 +pydantic[email]==2.3.0 raven==6.10.0 requests==2.28.1 uvloop==0.16.0