From 378c47b01ead09722af3ea89ff4403f83ccbc123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 12:25:21 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency?= =?UTF-8?q?=20pydantic-core=20to=20v2.39.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae989f6..bf62d35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ py-cord @ git+https://github.com/Pycord-Development/pycord.git@ff628eee595c2e07f pycord-rest-bot==0.1.2 pycparser==2.22 pydantic==2.11.7 -pydantic-core==2.33.2 +pydantic-core==2.39.0 pynacl==1.5.0 pypika-tortoise==0.6.1; python_version < "4.0" pyreadline3==3.5.4; sys_platform == "win32" and python_version >= "3.8" From d59ce881fa205174fa7cd25777c0f75212a8da99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 Aug 2025 12:25:57 +0000 Subject: [PATCH 2/2] Autofix: Lint and format code --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf62d35..ae989f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ py-cord @ git+https://github.com/Pycord-Development/pycord.git@ff628eee595c2e07f pycord-rest-bot==0.1.2 pycparser==2.22 pydantic==2.11.7 -pydantic-core==2.39.0 +pydantic-core==2.33.2 pynacl==1.5.0 pypika-tortoise==0.6.1; python_version < "4.0" pyreadline3==3.5.4; sys_platform == "win32" and python_version >= "3.8"