Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the pip_dependencies group with 2 updates #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Updates the requirements on ops and rpds-py to permit the latest version.
Updates ops to 2.15.0

Release notes

Sourced from ops's releases.

2.15.0 Support Pebble check-failed and check-recovered events

What's Changed

This release adds support for new events based on Pebble checks. As of Juju 3.6b2, when a Pebble check reaches the failure threshold, a PebbleCheckFailedEvent will be emitted - and when the check starts passing again, the charm will get a PebbleCheckRecoveredEvent. Kubernetes charms can observe these events to react to failing checks - for example, change the unit or application status, output additional logging, or dynamically adjust the workload to work around the failure.

Fixes

Documentation

CI

New Contributors

Full Changelog: canonical/operator@2.14.1...2.15.0

Changelog

Sourced from ops's changelog.

2.15.0 - 22 Jul 2024

Features

  • Add support for Pebble check-failed and check-recovered events (#1281)

Fixes

  • Pass secret data to Juju via files, rather than as command-line values (#1290) fixing CVE-2024-41129
  • Include checks and log targets when merging layers in ops.testing (#1268)

Documentation

  • Clarify distinction between maintenance and waiting status (#1148)

CI

  • Bump the Go version to match Pebble (#1285)
  • Run ruff format over charm pin update code (#1278)
  • Bump certifi from 2024.2.2 to 2024.7.4 in /docs (#1282)
  • Update charm pins (#1269)

2.14.1 - 27 Jun 2024

Fixes

  • Add connect timeout for exec websockets to avoid hanging (#1247)
  • Adjust Harness secret behaviour to align with Juju (#1248)

Tests

  • Fix TypeError when running test.pebble_cli (#1245)
  • Properly clean up after running setup_root_logging in test_log (#1259)
  • Verify that defer() is not usable on stop,remove,secret-expired,secret-rotate (#1233)

Documentation

  • Fix HACKING.md link on PyPI, and internal links (#1261, #1236)
  • Add a section to HACKING.md on PR titles (commit messages to main) (#1252)
  • Add release step to update pinned charm tests (#1213)
  • Add a security policy (#1266)

CI

  • Only run tests once on push to PR (#1242)
  • Validate PR title against conventional commit rules in (#1262)
  • Only update ops, not all dependencies, in charm tests in (#1275)
  • Add artefact attestation (#1267)

2.14.0 - 29 May 2024

... (truncated)

Commits

Updates rpds-py from 0.18.0 to 0.19.1

Release notes

Sourced from rpds-py's releases.

v0.19.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.19.0...v0.19.1

v0.19.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.18.1...v0.19.0

v0.18.1

Full Changelog: crate-py/rpds@v0.18.0...v0.18.1

Commits
  • c581cfe Tag a release.
  • f903627 Merge branch 'pr/80'
  • 27b37db Merge pull request #83 from crate-py/dependabot/cargo/pyo3-0.22.2
  • 2a639b4 Bump pyo3 from 0.22.1 to 0.22.2
  • e4865c4 Make Python versions in GitHub Actions consistent
  • c8d7b8a Move to the v4 artifact actions.
  • 26c472f Newer ruff + minor linter tweaks.
  • 949964e Let pre-commit.ci handle pre-commit.
  • 447d4c5 uv in the noxfile and CI.
  • 0b6ea67 Add the 3.13 classifier.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [ops](https://github.com/canonical/operator) and [rpds-py](https://github.com/crate-py/rpds) to permit the latest version.

Updates `ops` 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.5.0...2.15.0)

Updates `rpds-py` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.18.0...v0.19.1)

---
updated-dependencies:
- dependency-name: ops
  dependency-type: direct:production
  dependency-group: pip_dependencies
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2024 11:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 2, 2024
@kayra1
Copy link
Collaborator

kayra1 commented Aug 2, 2024

@dependabot ignore rpds-py

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

OK, I won't notify you about rpds-py again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip_dependencies-530e979b90 branch August 2, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant