From 281eeeb468e9c889c612d8e3be966cfd9608fd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:29:12 +0000 Subject: [PATCH] chore: bump the pip_dependencies group with 5 updates Bumps the pip_dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [cosl](https://github.com/canonical/cos-lib) | `0.0.43` | `0.0.45` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` | | [pytest-interface-tester](https://github.com/canonical/pytest-interface-tester) | `3.2.0` | `3.3.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.8.0` | Updates `cosl` from 0.0.43 to 0.0.45 - [Release notes](https://github.com/canonical/cos-lib/releases) - [Commits](https://github.com/canonical/cos-lib/compare/0.0.43...0.0.45) Updates `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) Updates `pytest-interface-tester` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/canonical/pytest-interface-tester/releases) - [Commits](https://github.com/canonical/pytest-interface-tester/compare/3.2.0...3.3.0) Updates `coverage[toml]` from 7.6.7 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8) Updates `ruff` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.4...0.8.0) --- updated-dependencies: - dependency-name: cosl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies - dependency-name: pytest-interface-tester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 ++++---- test-requirements.in | 2 +- test-requirements.txt | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.in b/requirements.in index 189b2f52..8e489fdf 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ juju lightkube lightkube-models macaddress -pydantic==2.9.2 +pydantic==2.10.1 pydantic_extra_types pytest-interface-tester PyYAML>=6.0.1 diff --git a/requirements.txt b/requirements.txt index 160cae8d..3113f9a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via typer -cosl==0.0.43 +cosl==0.0.45 # via -r requirements.in cryptography==43.0.1 # via paramiko @@ -105,13 +105,13 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.9.2 +pydantic==2.10.1 # via # -r requirements.in # cosl # pydantic-extra-types # pytest-interface-tester -pydantic-core==2.23.4 +pydantic-core==2.27.1 # via pydantic pydantic-extra-types==2.10.0 # via -r requirements.in @@ -128,7 +128,7 @@ pyrfc3339==1.1 # macaroonbakery pytest==8.3.3 # via pytest-interface-tester -pytest-interface-tester==3.2.0 +pytest-interface-tester==3.3.0 # via -r requirements.in python-dateutil==2.9.0.post0 # via kubernetes diff --git a/test-requirements.in b/test-requirements.in index 1b149706..c821c421 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.2 +pydantic==2.10.1 pytest-operator ruff ops-scenario diff --git a/test-requirements.txt b/test-requirements.txt index a3ff7ece..6cac46bd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,7 +26,7 @@ click==8.1.7 # via typer codespell==2.3.0 # via -r test-requirements.in -coverage[toml]==7.6.7 +coverage[toml]==7.6.8 # via -r test-requirements.in cryptography==43.0.1 # via paramiko @@ -111,11 +111,11 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.9.2 +pydantic==2.10.1 # via # -r test-requirements.in # pytest-interface-tester -pydantic-core==2.23.4 +pydantic-core==2.27.1 # via pydantic pygments==2.18.0 # via ipython @@ -142,7 +142,7 @@ pytest-asyncio==0.21.2 # via # -r test-requirements.in # pytest-operator -pytest-interface-tester==3.2.0 +pytest-interface-tester==3.3.0 # via -r test-requirements.in pytest-operator==0.38.0 # via -r test-requirements.in @@ -167,7 +167,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruff==0.7.4 +ruff==0.8.0 # via -r test-requirements.in six==1.16.0 # via