Skip to content

Commit

Permalink
chore: Bump the pip_dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip_dependencies group with 3 updates: [ops](https://github.com/canonical/operator), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


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

Updates `pyright` from 1.1.368 to 1.1.369
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.368...v1.1.369)

Updates `ruff` from 0.4.10 to 0.5.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@v0.4.10...0.5.0)

---
updated-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-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 9679418 commit 2286669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonschema==4.22.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
ops==2.14.0
ops==2.14.1
# via
# -r requirements.in
# cosl
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.368
pyright==1.1.369
# 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.10
ruff==0.5.0
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 2286669

Please sign in to comment.