Skip to content

fix(deps): update python dependencies (main) - #555

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-python-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-python-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charmlibs-interfaces-tls-certificates (source, changelog) ~=1.8~=1.10 age confidence
jubilant >=1.7.0>=1.13.0 age confidence
ops (changelog) >=3.6.0>=3.8.2 age confidence
pydantic (changelog) ==2.12.5==2.13.5 age confidence

Release Notes

canonical/charmlibs (charmlibs-interfaces-tls-certificates)

v1.10.1

Fix Mode.APP_AND_UNIT requirers raising RelationDataAccessError on every non-leader unit. The library read the requirer's own application databag regardless of leadership, so once the leader had written its application certificate request, no other unit could complete a hook -- taking the unit scope down with the application one. Non-leaders now load the unit scope only, which is all they can act on: they can reach neither the application private key nor the application certificate secrets.

canonical/jubilant (jubilant)

v1.13.0

Compare Source

Features

Documentation

  • Extract howto guides from the tutorial (#​383)
  • Update juju.wait doc string; update title of run-juju-cli-command how-to page; update juju.cli example (#​396)

v1.12.0

Compare Source

Features

  • Improve Jubilant logging mechanism (#​351)
  • Bump minimum python version to 3.10 (#​370)

Chores

  • Rolling uv exclude-newer supply-chain quarantine (#​368)
  • Set dependabot commit-message prefix to "chore" (no scope) (#​367)
  • Add Code of Conduct linking to Ubuntu CoC (#​356)
  • Run uv lock after adding exclude-newer duration (#​372)

CI

  • Adopt new dependabot conventions (#​365)
  • Hash-pin actions and drop zizmor config (#​366)
  • Correct hash-pin version comment for upload-sarif action (#​376)
  • Pin action version comments to exact tags (#​378)
canonical/operator (ops)

v3.8.2

Compare Source

Fixes

  • Compare full event paths when skipping duplicate notices (#​2684)
  • In ops.testing, don't pass a message when converting an unknown status by name (#​2700)

Documentation

  • Give each best-practice admonition a stable anchor (#​2524)
  • Reword text that vale 3.17 flags as misspelled (#​2695)
  • Stop styling page references as blockquotes (#​2666)
  • Make the custom-endpoint-name sample test actually test something (#​2664)
  • Replace requests by urllib in K8s tutorial integration tests (#​2687)
  • Recommend spread directly, rather than charmcraft test (#​2706)
  • Extract sections in "how to write integration tests" to their own how-to guide (#​2662)

CI

  • Point DB charm CI at the moved mysql-operators repo (#​2551)
  • Switch example charm integration tests to Concierge k8s preset (#​2696)
  • Use the upstream concierge presets again (#​2699)

v3.8.1

Compare Source

Fixes

  • Align Juju naming rules with testing class rules (#​2570)
  • Do not attempt to mutate secret data in grant/revoke during tests (#​2614)
  • Allow IdentityDict to be assigned IdentityAccess (#​2628)
  • Only decode fields used by the data class in Relation.load() (#​2636)
  • Use juju.wait for workload version tests in Kubernetes tutorial (#​2650)

Documentation

  • Wait longer for Loki data in Kubernetes tutorial integration tests (#​2611)
  • Add more guidance about charm naming (#​2610)
  • Fix tempo test_deploy URL (#​2631)
  • Add how-to guide for debugging Kubernetes charms (#​2498)
  • Revert to installed charmcraft for initing charms (#​2635)
  • Grab workload version in Kubernetes tutorial (#​2559)
  • Separate test_workload_version_is_set in Kubernetes tutorial chapter 3 (#​2638)
  • Add how-to guide to configure jubilant logs (#​2619)
  • Use autofunction for layer_from_rockcraft (#​2648)
  • Remove log_cli and log_file ini options; keep them as CLI arguments for integration tests (#​2654)
  • Fix typo in explanation of mock_version fixture usage (#​2647)
  • Switch Kubernetes tutorial charms to rock version of demo server (#​2649)

Tests

  • Type-check testing/src/scenario and fix uncovered errors (#​2615)

CI

  • Add dependency-review-action on PRs (#​2587)
  • Re-enable the tracing integration tests (#​2586)
  • Adopt new dependabot conventions (#​2609)
  • Drop unsupported cooldown.semver-major-days from github-actions block (#​2617)
  • Open an issue if a scheduled workflow fails (#​2627)
  • Hash-pin actions and drop zizmor config (#​2612)
  • Use uv-venv-lock-runner in tracing tox, align deps (#​2651)
pydantic/pydantic (pydantic)

v2.13.5

Compare Source

v2.13.4: 2026-05-06

Compare Source

v2.13.4 (2026-05-06)

What's Changed
Packaging
Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

v2.13.3

Compare Source

GitHub release

What's Changed
Fixes

v2.13.2

Compare Source

v2.13.1: 2026-04-15

Compare Source

v2.13.1 (2026-04-15)

What's Changed
Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0

Compare Source

GitHub release

The highlights of the v2.13 release are available in the blog post.
Several minor changes (considered non-breaking changes according to our versioning policy)
are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

New Features
  • Allow default factories of private attributes to take validated model data by @​Viicos in #​13013
Changes
Fixes
  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #​13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #​13062
Packaging
New Contributors

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "before 5am on Monday and Thursday"
  • Automerge
    • At any time (no schedule defined)

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

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 March 30, 2026 06:11
@renovate
renovate Bot enabled auto-merge (squash) March 30, 2026 06:11
@renovate renovate Bot changed the title fix(deps): update dependency ops to >=3.7.0 (main) fix(deps): update python dependencies (main) Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from e2c527d to 66edf8a Compare March 30, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 5 times, most recently from d2c0b7d to f7ddcf2 Compare April 17, 2026 14:40
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 3 times, most recently from 5ce0cee to 5353d8d Compare April 23, 2026 09:24
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 2 times, most recently from 265570d to 2b2f9f5 Compare May 6, 2026 15:16
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from 2b2f9f5 to 5cc7507 Compare May 15, 2026 10:39
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 4 times, most recently from c4c550d to 8831ad1 Compare May 28, 2026 11:12
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 2 times, most recently from b3997fb to 032b3b9 Compare June 3, 2026 20:57
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 3 times, most recently from b59fd47 to c3b16e3 Compare June 29, 2026 13:05
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from c3b16e3 to 35c242a Compare June 30, 2026 04:33
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 4 times, most recently from 5d25d05 to 6e7bdab Compare July 16, 2026 10:41
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from 6e7bdab to 6600af9 Compare July 22, 2026 11:39
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 3 times, most recently from 787546f to 09806fa Compare July 30, 2026 04:31
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 4 times, most recently from 113c293 to a22537a Compare August 17, 2026 10:12
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch 4 times, most recently from 27098c7 to 76cb46f Compare September 3, 2026 13:23
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from 76cb46f to acab0dc Compare September 7, 2026 10:32
@renovate
renovate Bot force-pushed the renovate/main-python-dependencies branch from acab0dc to 34b6e85 Compare September 17, 2026 08:42
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.

0 participants