From 5ae2bd3582f8e1a88f7a5a66e109a995fa3d3fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:46:16 +0000 Subject: [PATCH 1/2] chore(deps): bump pydantic from 2.11.3 to 2.11.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.3 to 2.11.4. - [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/v2.11.3...v2.11.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90367d7..451a32c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ propcache==0.3.1 psutil==7.0.0 pycparser==2.22 pycryptodomex==3.22.0 -pydantic==2.11.3 +pydantic==2.11.4 pydantic_core==2.33.1 PyNaCl==1.5.0 pypresence==4.3.0 From 099cc836c94c25aad4b1c3f2ae02f9d0ba5492db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:23:29 +0200 Subject: [PATCH 2/2] chore(deps): bump pydantic-core from 2.33.1 to 2.34.1 (#214) Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.33.1 to 2.34.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.1...v2.34.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giulio --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 451a32c..19f1a1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ psutil==7.0.0 pycparser==2.22 pycryptodomex==3.22.0 pydantic==2.11.4 -pydantic_core==2.33.1 +pydantic_core==2.34.1 PyNaCl==1.5.0 pypresence==4.3.0 python-dotenv==1.1.0