From de08a957b31839c29ed8cd67e6ec60fe57b9dac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:16:00 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.2. - [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.9.2...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68c30b4302..501d30e350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "urllib3>=1.24.3,<2.3", "GitPython==3.1.43", "pip", - "pydantic==2.9.2", + "pydantic==2.10.2", ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 1c2f44c1a3..0c9a8f448d 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -14,7 +14,7 @@ typer==0.12.5 urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip -pydantic==2.9.2 +pydantic==2.10.2 coverage==7.6.8 pre-commit>=3.5.0 pytest==8.3.4