From 00b1a86ad2922169f72435738493e11eea07ac8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:41:37 +0000 Subject: [PATCH] chore: bump the pip_dependencies group across 1 directory with 2 updates Bumps the pip_dependencies group with 2 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pydantic` from 2.9.1 to 2.9.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.1...v2.9.2) Updates `pyright` from 1.1.380 to 1.1.381 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.380...v1.1.381) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- test-requirements.in | 2 +- test-requirements.txt | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.in b/requirements.in index 033a4293..189b2f52 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ juju lightkube lightkube-models macaddress -pydantic==2.9.1 +pydantic==2.9.2 pydantic_extra_types pytest-interface-tester PyYAML>=6.0.1 diff --git a/requirements.txt b/requirements.txt index 3d3b4142..75084465 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,13 +103,13 @@ pyasn1-modules==0.4.0 # via google-auth pycparser==2.22 # via cffi -pydantic==2.9.1 +pydantic==2.9.2 # via # -r requirements.in # cosl # pydantic-extra-types # pytest-interface-tester -pydantic-core==2.23.3 +pydantic-core==2.23.4 # via pydantic pydantic-extra-types==2.9.0 # via -r requirements.in diff --git a/test-requirements.in b/test-requirements.in index 2c4cfdf9..1b149706 100644 --- a/test-requirements.in +++ b/test-requirements.in @@ -6,7 +6,7 @@ parameterized pytest pytest-asyncio==0.21.2 pytest-interface-tester -pydantic==2.9.1 +pydantic==2.9.2 pytest-operator ruff ops-scenario diff --git a/test-requirements.txt b/test-requirements.txt index 3cc3e6b1..f318903c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -109,11 +109,11 @@ pyasn1-modules==0.4.0 # via google-auth pycparser==2.22 # via cffi -pydantic==2.9.1 +pydantic==2.9.2 # via # -r test-requirements.in # pytest-interface-tester -pydantic-core==2.23.3 +pydantic-core==2.23.4 # via pydantic pygments==2.18.0 # via ipython @@ -128,7 +128,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.380 +pyright==1.1.381 # via -r test-requirements.in pytest==8.3.3 # via