From 4290f7a08c3517d6c93a51f523c1560c5158050c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:04:26 +0000 Subject: [PATCH] Bump pydantic from 1.10.12 to 2.6.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.6.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/v1.10.12...v2.6.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e06c09..5067037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ prefect git+ssh://git@github.com/punch-mission/punchbowl.git#egg=punchbowl -pydantic==1.10.12 +pydantic==2.6.1 pymysql sqlalchemy pyyaml diff --git a/setup.py b/setup.py index 7a39cf3..aeef069 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires=[ 'prefect', 'pymysql', - 'pydantic==1.10.12', + 'pydantic==2.6.1', 'sqlalchemy', 'punchbowl', 'datapane',