From 4bf16fc177715fc0a99e8d479af4c94e12ea6d5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:45:47 +0100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.10.5 (#1909) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 164600f8..b7ffecc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ markupsafe==3.0.2 ; python_full_version >= "3.10.0" and python_full_version < "4 psycopg2-binary==2.9.10 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" pycparser==2.22 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" pydantic-core==2.27.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" -pydantic==2.10.4 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" +pydantic==2.10.5 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" pygithub==2.5.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" pyjwt[crypto]==2.10.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" pynacl==1.5.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"