From 70ac5f17ab1e9b342a7b77ff1ff3f0791e01636b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:02:38 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.7.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.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.7.1...v2.7.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... 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 801508b11..0324a85d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ 'packaging==24.0', 'Pillow==10.3.0', 'psutil==5.9.8', - 'pydantic==2.7.1', + 'pydantic==2.7.2', 'PySide6==6.7.1', 'PyYAML==6.0.1', 'requests==2.32.2', diff --git a/requirements.txt b/requirements.txt index af6b8cc5d..6fa0231e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ GitPython==3.1.43 packaging==24.0 Pillow==10.3.0 psutil==5.9.8 -pydantic==2.7.1 +pydantic==2.7.2 PySide6==6.7.1 PyYAML==6.0.1 requests==2.32.2