fix(deps): update python dependencies (main) - #555
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
March 30, 2026 11:11
e2c527d to
66edf8a
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
5 times, most recently
from
April 17, 2026 14:40
d2c0b7d to
f7ddcf2
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
3 times, most recently
from
April 23, 2026 09:24
5ce0cee to
5353d8d
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
2 times, most recently
from
May 6, 2026 15:16
265570d to
2b2f9f5
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
May 15, 2026 10:39
2b2f9f5 to
5cc7507
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
4 times, most recently
from
May 28, 2026 11:12
c4c550d to
8831ad1
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
2 times, most recently
from
June 3, 2026 20:57
b3997fb to
032b3b9
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
3 times, most recently
from
June 29, 2026 13:05
b59fd47 to
c3b16e3
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
June 30, 2026 04:33
c3b16e3 to
35c242a
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
4 times, most recently
from
July 16, 2026 10:41
5d25d05 to
6e7bdab
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
July 22, 2026 11:39
6e7bdab to
6600af9
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
3 times, most recently
from
July 30, 2026 04:31
787546f to
09806fa
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
4 times, most recently
from
August 17, 2026 10:12
113c293 to
a22537a
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
4 times, most recently
from
September 3, 2026 13:23
27098c7 to
76cb46f
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
September 7, 2026 10:32
76cb46f to
acab0dc
Compare
renovate
Bot
force-pushed
the
renovate/main-python-dependencies
branch
from
September 17, 2026 08:42
acab0dc to
34b6e85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=1.8→~=1.10>=1.7.0→>=1.13.0>=3.6.0→>=3.8.2==2.12.5→==2.13.5Release Notes
canonical/charmlibs (charmlibs-interfaces-tls-certificates)
v1.10.1Fix
Mode.APP_AND_UNITrequirers raisingRelationDataAccessErroron 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.0Compare Source
Features
Documentation
juju.waitdoc string; update title ofrun-juju-cli-commandhow-to page; updatejuju.cliexample (#396)v1.12.0Compare Source
Features
Chores
CI
canonical/operator (ops)
v3.8.2Compare Source
Fixes
ops.testing, don't pass a message when converting an unknown status by name (#2700)Documentation
requestsbyurllibin K8s tutorial integration tests (#2687)CI
k8spreset (#2696)v3.8.1Compare Source
Fixes
IdentityDictto be assignedIdentityAccess(#2628)Relation.load()(#2636)juju.waitfor workload version tests in Kubernetes tutorial (#2650)Documentation
layer_from_rockcraft(#2648)Tests
CI
pydantic/pydantic (pydantic)
v2.13.5Compare Source
v2.13.4: 2026-05-06Compare Source
v2.13.4 (2026-05-06)
What's Changed
Packaging
pydantic-corelinker flags on macOS by @washingtoneg and @Viicos in #13147Fixes
RootModelcore metadata by @Viicos in #13129Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4
v2.13.3Compare Source
GitHub release
What's Changed
Fixes
AttributeErrorsubclasses withfrom_attributesby @Viicos in #13096v2.13.2Compare Source
v2.13.1: 2026-04-15Compare Source
v2.13.1 (2026-04-15)
What's Changed
Fixes
ValidationInfo.datamissing withmodel_validate_json()by @davidhewitt in #13079Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1
v2.13.0Compare 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.v1namespace, 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
Changes
Fixes
Anywhen synthesizing_build_sourcesforBaseSettings.__init__()signature in the mypy plugin by @Viicos in #13049extraconfiguration by @Viicos in #13062Packaging
New Contributors
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.