Skip to content

Commit

Permalink
chore: bump the pip_dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip_dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cosl](https://github.com/canonical/cos-lib) | `0.0.41` | `0.0.42` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.384` | `1.1.385` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.0` |


Updates `cosl` from 0.0.41 to 0.0.42
- [Release notes](https://github.com/canonical/cos-lib/releases)
- [Commits](canonical/cos-lib@0.0.41...0.0.42)

Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

Updates `coverage[toml]` from 7.6.3 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.3...7.6.4)

Updates `pyright` from 1.1.384 to 1.1.385
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.384...v1.1.385)

Updates `ruff` from 0.6.9 to 0.7.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.9...0.7.0)

---
updated-dependencies:
- dependency-name: cosl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 8cd58f7 commit 68e5f29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via typer
cosl==0.0.41
cosl==0.0.42
# via -r requirements.in
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements.in
# paramiko
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ charset-normalizer==3.3.2
# via requests
codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via -r test-requirements.in
cryptography==43.0.1
cryptography==43.0.3
# via paramiko
decorator==5.1.1
# via
Expand Down Expand Up @@ -110,7 +110,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.384
pyright==1.1.385
# via -r test-requirements.in
pytest==8.3.3
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.6.9
ruff==0.7.0
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 68e5f29

Please sign in to comment.