From 5c8c9925f66b6da1b30b5577ae004c8b6ccdc417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:36:52 +0000 Subject: [PATCH] chore: bump the pip_dependencies group with 5 updates Bumps the pip_dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [ops](https://github.com/canonical/operator) | `2.16.1` | `2.17.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.381` | `1.1.382.post1` | | [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) | `0.36.0` | `0.37.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.7` | `0.6.8` | | [cosl](https://github.com/canonical/cos-lib) | `0.0.34` | `0.0.36` | Updates `ops` from 2.16.1 to 2.17.0 - [Release notes](https://github.com/canonical/operator/releases) - [Changelog](https://github.com/canonical/operator/blob/main/CHANGES.md) - [Commits](https://github.com/canonical/operator/compare/2.16.1...2.17.0) Updates `pyright` from 1.1.381 to 1.1.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.381...v1.1.382.post1) Updates `pytest-operator` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/charmed-kubernetes/pytest-operator/releases) - [Commits](https://github.com/charmed-kubernetes/pytest-operator/compare/v0.36.0...v0.37.0) Updates `ruff` from 0.6.7 to 0.6.8 - [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.6.7...0.6.8) Updates `cosl` from 0.0.34 to 0.0.36 - [Release notes](https://github.com/canonical/cos-lib/releases) - [Commits](https://github.com/canonical/cos-lib/compare/0.0.34...0.0.36) --- updated-dependencies: - dependency-name: ops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies - dependency-name: pytest-operator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies - dependency-name: cosl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- test-requirements.txt | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a43694..672f254 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cffi==1.17.0 # via cryptography charset-normalizer==3.3.2 # via requests -cosl==0.0.34 +cosl==0.0.36 # via -r requirements.in cryptography==43.0.1 # via -r requirements.in @@ -36,7 +36,7 @@ lightkube==0.15.4 # via cosl lightkube-models==1.30.0.8 # via lightkube -ops==2.16.1 +ops==2.17.0 # via # -r requirements.in # cosl diff --git a/test-requirements.txt b/test-requirements.txt index cf70a3e..de505f7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -68,7 +68,7 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.16.1 +ops==2.17.0 # via ops-scenario ops-scenario==7.0.5 # via -r test-requirements.in @@ -114,7 +114,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.381 +pyright==1.1.382.post1 # via -r test-requirements.in pytest==8.3.3 # via @@ -123,7 +123,7 @@ pytest==8.3.3 # pytest-operator pytest-asyncio==0.21.2 # via pytest-operator -pytest-operator==0.36.0 +pytest-operator==0.37.0 # via -r test-requirements.in python-dateutil==2.9.0.post0 # via kubernetes @@ -146,7 +146,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruff==0.6.7 +ruff==0.6.8 # via -r test-requirements.in six==1.16.0 # via @@ -164,7 +164,9 @@ traitlets==5.14.3 # ipython # matplotlib-inline typing-extensions==4.12.2 - # via typing-inspect + # via + # pyright + # typing-inspect typing-inspect==0.9.0 # via juju urllib3==2.2.2