From 228666933407575f2e5b874774dbe9002c9178a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:34:01 +0000 Subject: [PATCH] chore: Bump the pip_dependencies group with 3 updates Bumps the pip_dependencies group with 3 updates: [ops](https://github.com/canonical/operator), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `ops` from 2.14.0 to 2.14.1 - [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.14.0...2.14.1) Updates `pyright` from 1.1.368 to 1.1.369 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.368...v1.1.369) Updates `ruff` from 0.4.10 to 0.5.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/v0.4.10...0.5.0) --- updated-dependencies: - dependency-name: ops 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 - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c78d4d9..8741bda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ jsonschema==4.22.0 # via -r requirements.in jsonschema-specifications==2023.12.1 # via jsonschema -ops==2.14.0 +ops==2.14.1 # via # -r requirements.in # cosl diff --git a/test-requirements.txt b/test-requirements.txt index 10fbfee..24e4274 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -110,7 +110,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.368 +pyright==1.1.369 # via -r test-requirements.in pytest==8.1.2 # via @@ -140,7 +140,7 @@ requests-oauthlib==1.3.1 # via kubernetes rsa==4.9 # via google-auth -ruff==0.4.10 +ruff==0.5.0 # via -r test-requirements.in six==1.16.0 # via