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(deps): update testing pip deps (patch) #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Jinja2 (changelog) ==3.1.4 -> ==3.1.5 age adoption passing confidence
bcrypt ==4.2.0 -> ==4.2.1 age adoption passing confidence
cosl ==0.0.24 -> ==0.0.50 age adoption passing confidence
ops (changelog) ==2.17.0 -> ==2.17.1 age adoption passing confidence

Release Notes

pallets/jinja (Jinja2)

v3.1.5

Compare Source

Unreleased

  • Calling sync render for an async template uses asyncio.run.
    :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from
    Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in
    Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.
    :pr:1960
canonical/cos-lib (cosl)

v0.0.50

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.49...0.0.50

v0.0.49

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.48...0.0.49

v0.0.48

Compare Source

What's Changed

New Contributors

Full Changelog: canonical/cos-lib@0.0.47...0.0.48

v0.0.47

Compare Source

  • remove a leaked testing dependency on cryptography

v0.0.46: DS Exchange

Compare Source

What's Changed

New Contributors

Full Changelog: canonical/cos-lib@0.0.45...0.0.46

v0.0.45

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.44...0.0.45

v0.0.43

Compare Source

What's Changed

New Contributors

Full Changelog: canonical/cos-lib@0.0.42...0.0.43

v0.0.42

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.41...0.0.42

v0.0.41

Compare Source

Add LogForwarder in coordinator

v0.0.40

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.39...0.0.40

v0.0.39: Push root ca cert to workload container

Compare Source

v0.0.38: bump release tag to match pyproject.toml

Compare Source

v0.0.37: s3 TLS support

Compare Source

added support for s3 TLS
minor touches to coordinator status

v0.0.36

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.34...0.0.36

v0.0.34: Fixed retry logic in worker object

Compare Source

v0.0.33: refactored worker status logic

Compare Source

refactored worker status logic

v0.0.32

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.31...0.0.32

v0.0.31

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.30...0.0.31

v0.0.30: holistic worker logic

Compare Source

refactored Worker logic to use a stateless reconciler function to avoid some pod-churn related race conditions

v0.0.29

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.28...0.0.29

v0.0.28

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.27...0.0.28

v0.0.27

Compare Source

unified config accessing logic so that it can be overridden by worker subclasses if a worker charm needs to preprocess its config on a per-unit basis

v0.0.26

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.25...0.0.26

v0.0.25

Compare Source

What's Changed

Full Changelog: canonical/cos-lib@0.0.24...0.0.25

canonical/operator (ops)

v2.17.1

Compare Source

Fixes

  • Make push_path open in binary mode so it works on non-text files (#​1458)

Documentation

  • Use MaintenanceStatus for local issues (#​1397)
  • Explicitly document that collect-status is is run on every hook (#​1399)
  • Use our docs URL for the ogp:url properties Sphinx generates (#​1411)
  • Set the READTHEDOCS context variable (#​1410)
  • Fix Read the Docs ad placement (#​1414)
  • Clarify where StoredState is stored, and the upgrade behaviour (#​1416)
  • Fix copy 'n' paste error in stop_services docstring (#​1457)

Continuous Integration

  • Configure the labels for dependabot PRs (#​1407)
  • Disable the automatic ops[testing] releasing (#​1415)
  • Use the actual poetry command, rather than manually tweaking the file (#​1443)
  • Fix broken GitHub variable expansion (#​1446)
  • Coverage report generation should also include testing/src/scenario (#​1453)
  • Fix PR title CI job concurrency (#​1451)
  • Adjust the release process to handle publishing ops and ops[testing] (#​1432)
  • A better way than commenting out external repos (#​1463)
  • Use more descriptive names for the publish workflows (#​1464)
  • Move the XML coverage report to .report (#​1465)

Refactoring

  • Import the ops[testing] repository (#​1406)
  • Update linting with the latest ruff (#​1441)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 30, 2024 10:12
canonical-iam
canonical-iam previously approved these changes Aug 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency cosl to v0.0.25 chore(deps): update dependency cosl to v0.0.26 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 843709b to f0be55b Compare August 30, 2024 13:24
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from f0be55b to 5ea4898 Compare August 30, 2024 13:42
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 5ea4898 to 53dfcc6 Compare September 3, 2024 09:40
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 53dfcc6 to ab04433 Compare September 3, 2024 22:53
canonical-iam
canonical-iam previously approved these changes Sep 3, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from ab04433 to 5d04e1e Compare September 4, 2024 07:56
@renovate renovate bot changed the title chore(deps): update dependency cosl to v0.0.26 chore(deps): update dependency cosl to v0.0.27 Sep 4, 2024
canonical-iam
canonical-iam previously approved these changes Sep 4, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 5d04e1e to 837c9d1 Compare September 4, 2024 12:08
@renovate renovate bot changed the title chore(deps): update dependency cosl to v0.0.27 chore(deps): update dependency cosl to v0.0.28 Sep 4, 2024
canonical-iam
canonical-iam previously approved these changes Sep 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency cosl to v0.0.28 chore(deps): update testing pip deps (patch) Sep 5, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 837c9d1 to 579f0b9 Compare September 5, 2024 06:32
canonical-iam
canonical-iam previously approved these changes Sep 5, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 579f0b9 to 7c1c6e8 Compare September 5, 2024 16:36
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 7c1c6e8 to 6167d72 Compare September 5, 2024 16:54
canonical-iam
canonical-iam previously approved these changes Sep 5, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 06637c9 to caeb0cf Compare December 10, 2024 17:20
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from caeb0cf to 8231a9c Compare December 12, 2024 20:39
canonical-iam
canonical-iam previously approved these changes Dec 12, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 8231a9c to 92b0a9f Compare December 18, 2024 14:17
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 92b0a9f to 0d8dec9 Compare December 19, 2024 18:02
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 0d8dec9 to f8d9c31 Compare December 19, 2024 18:32
canonical-iam
canonical-iam previously approved these changes Dec 19, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from f8d9c31 to 5ec6f7e Compare December 20, 2024 23:02
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 5ec6f7e to 94dcdb9 Compare December 20, 2024 23:32
canonical-iam
canonical-iam previously approved these changes Dec 21, 2024
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch 2 times, most recently from 80150f2 to 33d9d61 Compare December 21, 2024 20:06
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 33d9d61 to 1dde3bd Compare December 31, 2024 10:44
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 1dde3bd to f122493 Compare January 4, 2025 15:33
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from f122493 to 06bf828 Compare January 9, 2025 17:10
@renovate renovate bot force-pushed the renovate/auto-patch-testing-pip-deps branch from 06bf828 to 0d77f27 Compare January 10, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant