From 8cafbceed80d32519524603531ff07d6bdeb934b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 01:33:59 +0000 Subject: [PATCH] Bump pydantic[email] from 1.9.1 to 2.1.1 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 1.9.1 to 2.1.1. - [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.1.1) --- 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..31db4c1 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.1.1 raven==6.10.0 requests==2.28.1 uvloop==0.16.0