From b84a0383d25e074a9eaf49d75462adae9f0e6708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:19:09 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1. - [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.1) --- 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 c5820716ae..55761f8898 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.1", ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 1fff927fbb..b1ac82cc47 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.1 coverage==7.6.7 pre-commit>=3.5.0 pytest==8.3.3