Skip to content

Commit

Permalink
chore: Bump the pip_dependencies group with 4 updates
Browse files Browse the repository at this point in the history
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](codespell-project/codespell@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](nedbat/coveragepy@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](RobertCraigie/pyright-python@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](astral-sh/ruff@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 0d06357 commit 8f3c4ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f3c4ac

Please sign in to comment.