From fb4929245b996a1b5e828661e4302f487b74ede1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:02:22 +0000 Subject: [PATCH 1/2] Bump pydantic from 2.12.0a1 to 2.12.0b1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.0a1 to 2.12.0b1. - [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.12.0a1...v2.12.0b1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0b1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 43b1ed39a..54befb6ec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,4 +11,4 @@ arcp>=0.2.0 -r requirements.txt galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1 galaxy-util<25.1 -pydantic==2.12.0a1 +pydantic==2.12.0b1 From 276ce8fe41e39f0a4f436de41af89ec372f6b75f Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:18:16 +0200 Subject: [PATCH 2/2] Update mypy-requirements.txt --- mypy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 04dfafd29..7496ae8c2 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -8,4 +8,4 @@ types-psutil types-mock galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1 galaxy-util<25.1 -pydantic==2.12.0a1; python_version >= "3.14" +pydantic==2.12.0b1; python_version >= "3.14"