From f24b349db9bbaac7cc8d8b849660bd70e73737d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:06:07 +0000 Subject: [PATCH] deps(deps): bump pydantic from 2.13.4 to 2.13.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 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 7f7124d..0663634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # ClaudeCode自動検証システムの依存関係 # コアライブラリ -pydantic==2.13.4 +pydantic==2.13.5 # オプション: 依存関係の脆弱性チェック # pip-audit>=2.6.0 # 別途インストールが必要