From e9cafed14a6b750b85a46c4767d3434f9375d0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:17:18 +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 708f994..8c8561a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -110,7 +110,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 @@ -142,7 +142,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