From 678c2bafe604c1eeb833e7be1b64575dc3521f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:44:47 +0000 Subject: [PATCH] build(deps): update pydantic requirement from >=2.5.0 to >=2.13.5 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.5.0...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b7717cf..2ff351f 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -18,7 +18,7 @@ cbor2>=5.4.0 # REST API dependencies fastapi>=0.109.0 uvicorn[standard]>=0.27.0 -pydantic>=2.5.0 +pydantic>=2.13.5 prometheus-client>=0.20.0 # Test-only: starlette's TestClient (used by tests/server/test_rest_api.py) diff --git a/requirements.txt b/requirements.txt index 5c713ee..caafcc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ cbor2>=5.4.0 # REST API dependencies fastapi>=0.109.0 uvicorn[standard]>=0.27.0 -pydantic>=2.5.0 +pydantic>=2.13.5 prometheus-client>=0.20.0 # OPTIONAL: RSWP swap-order signature verification (C3-auth, Part B).