From 0a16f5d98183e9a9a9efa8ad9559337531e42725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:21:06 +0000 Subject: [PATCH] chore: bump the pip_dependencies group with 2 updates Bumps the pip_dependencies group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `pyright` from 1.1.385 to 1.1.386 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.385...v1.1.386) Updates `ruff` from 0.7.0 to 0.7.1 - [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.0...0.7.1) --- updated-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-patch dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index cac546ff..fdb9cf7e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -130,7 +130,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.385 +pyright==1.1.386 # via -r test-requirements.in pytest==8.3.3 # via @@ -167,7 +167,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruff==0.7.0 +ruff==0.7.1 # via -r test-requirements.in six==1.16.0 # via