From 8a92fdad0da78d9960ee86c19872d4a935af9283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:45:11 +0000 Subject: [PATCH] chore: bump the pip_dependencies group with 4 updates Bumps the pip_dependencies group with 4 updates: [ops](https://github.com/canonical/operator), [pyright](https://github.com/RobertCraigie/pyright-python), [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) and [ruff](https://github.com/astral-sh/ruff). 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) --- 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94a8066..96e97e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ opentelemetry-sdk==1.27.0 # via opentelemetry-exporter-otlp-proto-http opentelemetry-semantic-conventions==0.48b0 # via opentelemetry-sdk -ops==2.16.1 +ops==2.17.0 # via -r requirements.in protobuf==4.25.3 # via diff --git a/test-requirements.txt b/test-requirements.txt index 8ea9e18..1e3c319 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 @@ -125,7 +125,7 @@ pytest-asyncio==0.21.2 # via # -r test-requirements.in # 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 @@ -148,7 +148,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 @@ -168,6 +168,7 @@ traitlets==5.14.3 typing-extensions==4.11.0 # via # ipython + # pyright # typing-inspect typing-inspect==0.9.0 # via juju