Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
| [ops](https://github.com/canonical/operator) | `2.16.0` | `2.16.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.378` | `1.1.379` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |
| [cosl](https://github.com/canonical/cos-lib) | `0.0.26` | `0.0.31` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.0` |


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

Updates `ops` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/canonical/operator/releases)
- [Changelog](https://github.com/canonical/operator/blob/2.16.1/CHANGES.md)
- [Commits](canonical/operator@2.16.0...2.16.1)

Updates `pyright` from 1.1.378 to 1.1.379
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.378...v1.1.379)

Updates `ruff` from 0.6.3 to 0.6.4
- [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.3...0.6.4)

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

Updates `pydantic` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 4ab6771 commit d4d34ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cosl==0.0.26
cosl==0.0.31
# via -r requirements.in
cryptography==43.0.0
cryptography==43.0.1
# via -r requirements.in
h11==0.14.0
# via httpcore
Expand All @@ -36,17 +36,17 @@ lightkube==0.15.4
# via cosl
lightkube-models==1.30.0.8
# via lightkube
ops==2.16.0
ops==2.16.1
# via
# -r requirements.in
# cosl
pycparser==2.22
# via cffi
pydantic==2.8.2
pydantic==2.9.0
# via
# -r requirements.in
# cosl
pydantic-core==2.20.1
pydantic-core==2.23.2
# via pydantic
pyyaml==6.0.2
# via
Expand All @@ -68,6 +68,8 @@ typing-extensions==4.12.2
# cosl
# pydantic
# pydantic-core
tzdata==2024.1
# via pydantic
urllib3==2.2.2
# via requests
websocket-client==1.8.0
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.6.1
# via -r test-requirements.in
cryptography==43.0.0
cryptography==43.0.1
# via paramiko
decorator==5.1.1
# via
Expand Down Expand Up @@ -68,7 +68,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.16.0
ops==2.16.1
# via ops-scenario
ops-scenario==6.1.6
# via -r test-requirements.in
Expand Down Expand Up @@ -114,7 +114,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.378
pyright==1.1.379
# via -r test-requirements.in
pytest==8.3.2
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.6.3
ruff==0.6.4
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit d4d34ad

Please sign in to comment.