From 8f3c4ac81fda4092d5253ffc728d94b8c9fd4e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:29:57 +0000 Subject: [PATCH] chore: Bump the pip_dependencies group with 4 updates Bumps the pip_dependencies group with 4 updates: [codespell](https://github.com/codespell-project/codespell), [coverage[toml]](https://github.com/nedbat/coveragepy), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `codespell` from 2.2.6 to 2.3.0 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) Updates `coverage[toml]` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.2) Updates `pyright` from 1.1.363 to 1.1.364 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.363...v1.1.364) Updates `ruff` from 0.4.4 to 0.4.5 - [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.4...v0.4.5) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip_dependencies - dependency-name: coverage[toml] 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-patch dependency-group: pip_dependencies ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2782791..7b0174b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,9 +20,9 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -codespell==2.2.6 +codespell==2.3.0 # via -r test-requirements.in -coverage[toml]==7.5.1 +coverage[toml]==7.5.2 # via -r test-requirements.in cryptography==42.0.7 # via paramiko @@ -110,7 +110,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.363 +pyright==1.1.364 # 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.4 +ruff==0.4.5 # via -r test-requirements.in six==1.16.0 # via