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: [ops](https://github.com/canonical/operator), [pyright](https://github.com/RobertCraigie/pyright-python), [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) and [ruff](https://github.com/astral-sh/ruff).


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

Updates `pyright` from 1.1.381 to 1.1.382.post1
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1)

Updates `pytest-operator` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/charmed-kubernetes/pytest-operator/releases)
- [Commits](charmed-kubernetes/pytest-operator@v0.36.0...v0.37.0)

Updates `ruff` from 0.6.7 to 0.6.8
- [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.7...0.6.8)

---
updated-dependencies:
- dependency-name: ops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pytest-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 05f1d27 commit 8a92fda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ opentelemetry-sdk==1.27.0
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.48b0
# via opentelemetry-sdk
ops==2.16.1
ops==2.17.0
# via -r requirements.in
protobuf==4.25.3
# via
Expand Down
9 changes: 5 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.16.1
ops==2.17.0
# via ops-scenario
ops-scenario==7.0.5
# via -r test-requirements.in
Expand Down Expand Up @@ -114,7 +114,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.381
pyright==1.1.382.post1
# via -r test-requirements.in
pytest==8.3.3
# via
Expand All @@ -125,7 +125,7 @@ pytest-asyncio==0.21.2
# via
# -r test-requirements.in
# pytest-operator
pytest-operator==0.36.0
pytest-operator==0.37.0
# via -r test-requirements.in
python-dateutil==2.9.0.post0
# via kubernetes
Expand All @@ -148,7 +148,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.6.7
ruff==0.6.8
# via -r test-requirements.in
six==1.16.0
# via
Expand All @@ -168,6 +168,7 @@ traitlets==5.14.3
typing-extensions==4.11.0
# via
# ipython
# pyright
# typing-inspect
typing-inspect==0.9.0
# via juju
Expand Down

0 comments on commit 8a92fda

Please sign in to comment.