From 1d0ce68c1c4ccae6136c502ee0b45dd85c80bc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:41:07 +0000 Subject: [PATCH] chore: bump pydantic from 1.10.14 to 2.6.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.14 to 2.6.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/v1.10.14...v2.6.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 71696af..ddfe461 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ jinja2 juju==3.3.1.1 ops -pydantic<2.0 +pydantic<3.0 pytest-interface-tester jsonschema cryptography diff --git a/requirements.txt b/requirements.txt index f7e6189..712478e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,8 @@ # # pip-compile requirements.in # +annotated-types==0.6.0 + # via pydantic attrs==23.2.0 # via # jsonschema @@ -81,10 +83,12 @@ pyasn1-modules==0.3.0 # via google-auth pycparser==2.21 # via cffi -pydantic==1.10.14 +pydantic==2.6.2 # via # -r requirements.in # pytest-interface-tester +pydantic-core==2.16.3 + # via pydantic pymacaroons==0.13.0 # via macaroonbakery pynacl==1.5.0 @@ -141,6 +145,7 @@ typer==0.7.0 typing-extensions==4.10.0 # via # pydantic + # pydantic-core # typing-inspect typing-inspect==0.9.0 # via juju