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

Update Python dependencies #136

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Update Python dependencies #136

merged 1 commit into from
Aug 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ops 2.5.1 -> 2.6.0 age adoption passing confidence
ops ==2.5.1 -> ==2.6.0 age adoption passing confidence
rpds-py ==0.9.2 -> ==0.10.0 age adoption passing confidence
ruff (source, changelog) 0.0.285 -> 0.0.286 age adoption passing confidence
websocket-client (source) ==1.6.1 -> ==1.6.2 age adoption passing confidence

Release Notes

canonical/operator (ops)

v2.6.0: : Harness.handle_exec, Harness.add_relation improvements, and more

Compare Source

This release has two significant improvements to testing.Harness:

  • Add Harness.handle_exec to allow charm tests to simulate Container.exec calls (Pebble one-shot commands) and provide expected output. Thanks @​weiiwang01 for the design and implementation (PR 993).
  • Simplify adding relation units and relation data by adding app_data and unit_data parameters to Harness.add_relation. Previously, charm tests would have to call add_relation followed by add_relation_unit and update_relation_data -- now only a single add_relation call is required. Implemented in PR 994.

In addition, several small improvements and fixes are included:

See all changes from 2.5.0 to 2.6.0.

crate-py/rpds (rpds-py)

v0.10.0

Compare Source

This release contains no real functional changes but corresponds to
bumping rpds (the upstream dependency) to v1.0.0

Full Changelog: crate-py/rpds@v0.9.2...v0.10.0

astral-sh/ruff (ruff)

v0.0.286

Compare Source

What's Changed

New Rules
Settings
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.285...v0.0.286

websocket-client/websocket-client (websocket-client)

v1.6.2

Compare Source

1.6.2


Configuration

📅 Schedule: Branch creation - "after 1am and before 2am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-dependencies branch from 45a64df to 70371d9 Compare August 30, 2023 21:42
@dragomirp dragomirp merged commit bb5e46f into main Aug 31, 2023
18 checks passed
@dragomirp dragomirp deleted the renovate/python-dependencies branch August 31, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants