Skip to content

Commit

Permalink
Bump ops from 2.14.1 to 2.15.0 (#59)
Browse files Browse the repository at this point in the history
* Bump ops from 2.14.1 to 2.15.0

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

---
updated-dependencies:
- dependency-name: ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump checklib

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dragomir Penev <dragomir.penev@canonical.com>
  • Loading branch information
dependabot[bot] and dragomirp committed Jul 22, 2024
1 parent 3043d99 commit ef5fe17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.6.0
uses: canonical/charming-actions/check-libraries@2.6.2
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}" # FIXME: current token will expire in 2023-07-04
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
ops = "^2.14.1"
ops = "^2.15.0"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down

0 comments on commit ef5fe17

Please sign in to comment.