From 8aa6220c83bf0256a4afa6593810890c6cb0a476 Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 15 Jun 2026 15:30:27 +0200 Subject: [PATCH 1/3] Upgrade bump-my-version to the latest version --- requirements/development.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index f3131cf..357f186 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -10,7 +10,7 @@ attrs==25.3.0 # via nox bracex==2.6 # via wcmatch -bump-my-version==1.2.1 +bump-my-version==1.3.0 # via rustfluent (pyproject.toml) certifi==2025.7.14 # via @@ -109,7 +109,6 @@ tomlkit==0.13.3 # via bump-my-version typing-extensions==4.14.1 # via - # anyio # mypy # pydantic # pydantic-core From 3001266baa7662d650646048d42f85b0e840c5c0 Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 15 Jun 2026 15:31:03 +0200 Subject: [PATCH 2/3] Upgrade pydantic-settings to the latest version --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 357f186..5252d39 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -81,7 +81,7 @@ pydantic==2.11.7 # pydantic-settings pydantic-core==2.33.2 # via pydantic -pydantic-settings==2.10.1 +pydantic-settings==2.14.1 # via bump-my-version pygments==2.19.2 # via From cb8ed46f19e91da772ed5be7bd333150c5757435 Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 15 Jun 2026 15:34:30 +0200 Subject: [PATCH 3/3] Upgrade pydantic and pydantic-core to their latest versions --- requirements/development.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 5252d39..04b1f3c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -75,11 +75,11 @@ pre-commit==4.2.0 # via rustfluent (pyproject.toml) prompt-toolkit==3.0.51 # via questionary -pydantic==2.11.7 +pydantic==2.13.4 # via # bump-my-version # pydantic-settings -pydantic-core==2.33.2 +pydantic-core==2.46.4 # via pydantic pydantic-settings==2.14.1 # via bump-my-version @@ -114,7 +114,7 @@ typing-extensions==4.14.1 # pydantic-core # rich-click # typing-inspection -typing-inspection==0.4.1 +typing-inspection==0.4.2 # via # pydantic # pydantic-settings