From 69e220e3ea3ae445c649eef5ddc90c159e99b1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:15:28 -0600 Subject: [PATCH] chore(deps): bump pydantic from 1.10.13 to 2.10.5 (#554) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 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/v1.10.13...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20afe95..cf8879a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ passlib==1.7.4 psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" pyasn1==0.4.8; python_version >= "3.5" and python_version < "4" pycparser==2.22 -pydantic==1.10.13; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" +pydantic==2.10.5; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" pymongo==4.10.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" python-dotenv==1.0.1; python_version >= "3.5" python-jose==3.3.0