From 2fe643ddfbe80e7f8125210ec205d2341f6fdb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:33 +0000 Subject: [PATCH] deps(deps): bump pydantic from 2.7.4 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.13.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.7.4...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2177a3..3a13056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git", "mitreattack-python==3.0.3", "stix2==3.0.1", - "pydantic==2.7.4", + "pydantic==2.13.4", "fastapi==0.110.1", "uvicorn[standard]==0.29.0", "torch==2.3.0", diff --git a/requirements.txt b/requirements.txt index c0b171c..dfcb824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git@1.0.0 mitreattack-python==3.0.3 stix2==3.0.1 -pydantic==2.7.4 +pydantic==2.13.4 pytest==8.2.1 \ No newline at end of file