Update all non-major dependencies - #611
Open
renovate[bot] wants to merge 8 commits into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 19, 2026 04:08
047d21b to
ca1d93a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 07:18
ca1d93a to
e338766
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 18:06
e338766 to
51de69f
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 20:17
51de69f to
06642ef
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 1, 2026 04:25
06642ef to
794073e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 10, 2026 17:32
e3a7e14 to
f1e4940
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
…xy-operator into renovate/all-minor-patch
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:
v7.0.0→v7.0.1v0.0.1-alpha.9→v0.0.1-alpha.10==1.10.1→==1.10.2==1.11.0→==1.12.0==3.8.0→==3.8.1==26.2→==26.3==1.61.0→==1.62.0==2.32.5→==2.34.2==2.0.3→==2.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
canonical/charm-ci (canonical/charm-ci)
v0.0.1-alpha.10Compare Source
This is expected to be the last
alpharelease before1.0.0, pending nonew issues surfacing. See Versioning policy.
Changed
artifacts.build.yamland the expandedspread.yaml/task.yamltree now live under
build/instead of the project root. Update anyexternal tooling/scripts that read
artifacts.build.yamldirectly from theproject root. (#118)
opcli artifacts publishis now optional(previously always created); per-arch/base fan-out in publish output was
also reduced. (#122, #129)
opcli spread jobsoutput is now sorted for deterministic CI matrixordering. (#119)
concierge-microk8s.yamlexample toconcierge-k8s.yamlandswitched it to the canonical
k8sprovider. (#124)testjob now runs against an explicit Python3.12/3.13matrixinstead of relying on
uv's default interpreter resolution.Fixed
upload-resourceforhost:port-style OCI references. (#120)opcli artifacts publishnow retries known-transient CharmHub uploadfailures (connection resets, upload-status polling timeouts) with
exponential backoff. (#115)
base: nullno longer appears inartifacts.build.yamlfor charms that usecharmcraft.yaml'sbase:field with arch-onlyplatforms:keys (e.g.platforms: {amd64:}); the base is now read fromcharmcraft.yamlas afallback when it cannot be parsed from the packed filename. (#107)
pyproject.toml/__init__.py's hardcoded version string (stuck at0.0.1-alpha.2since alpha.2 despite 8 subsequent tagged releases);__version__is now derived from installed package metadata.Added
environmentinput on
integration-test.ymlandpublish-artifacts.yml, forwarded tothe relevant jobs. (#123)
opcli --versionflag.--verbose/-vglobal flag to surface internallogger.info()output(previously invisible by default).
readme,license,authors,keywords,classifiers) inpyproject.toml. (#131)Docs
TOX_ENVenvironment variable for overriding the defaulttox environment. (#87)
AI agents must never merge PRspolicy inAGENTS.md.README.mdand thisCHANGELOG.md.canonical/cos-lib (cosl)
v1.10.2Compare Source
What's Changed
Full Changelog: canonical/cos-lib@1.10.1...1.10.2
canonical/jubilant (jubilant)
v1.12.0Compare Source
Features
Chores
CI
canonical/operator (ops)
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
pypa/packaging (packaging)
v26.3Compare Source
What's Changed
Features
VersionRangeAPI andSpecifierSet.to_range(), representing the versions a specifier set accepts as an interval set that supports intersection, union, difference, complement, set relations, membership tests, and filtering.VersionRange.to_specifier_set()converts a range back to aSpecifierSetwhere a PEP 440 form exists. (#1267, #1270, #1298)Metadata-Version: 2.6. (#1194)limitargument toparse_tag()for compressed tag sets. (#1220)prefer_sdist_predicateargument toPylock.select()to prefer source distributions over wheels for selected packages. (#1334)pure_python_tags()to generate the pure-Python tags for a Python version without touching the running platform. (#1346)SpecifierSet.is_subset(),SpecifierSet.is_superset(), andSpecifierSet.is_disjoint(), which compare the versions two specifier sets accept. (#1313)Behavior adaptations
linux_*platform tags overmanylinuxandmusllinuxtags on Linux. (#160)Fixes for versions and specifiers
InvalidVersioninstead ofTypeErrorwhenVersionis given a non-string. (#1319)InvalidVersionfor non-string pre-release letters passed toVersion.from_parts. (#1241)AttributeErrorwhen hashing internally trimmed versions. (#1242)SpecifierSet.is_unsatisfiablefor post-release boundary intersections. (#1257)Fixes for requirements and markers
Requirement.__hash__consistent with__eq__for trailing-zero-equivalent specifiers (e.g.foo==1.0.0andfoo==1.0.0.0), so equal requirements hash equal and deduplicate in sets and dicts. (#1232)Requirement's specifierprereleasesoverride across a pickle round trip. (#1204)InvalidRequirementinstead ofInvalidSpecifierwhen a requirement contains an invalid specifier. (#1332)==1.0.post1.*. (#1299)extraanddependency_groupsvalues in nested markers at parse time. (#1246, #1310)UndefinedComparisonwhen a set-valued variable likeextrasis used outside the membership form. (#1265)UndefinedEnvironmentName(aKeyErrorsubclass) for missing environment keys during marker evaluation. (#1276)InvalidMarker/InvalidRequirementinstead of leaking a low-level error. (#1249)Fixes for metadata and licenses
from_emailvalidation errors into oneExceptionGroupinstead of raising the first. (#1268)Description-Content-Typevalues. (#1329){field}placeholders in error messages. (#1327)unparsedinstead of asserting. (#1247)InvalidMetadataandCyclicDependencyGrouppicklable. (#1328)str.splitlinesrecognizes when writing a header withRFC822Message. (#1356)InvalidLicenseExpressionfor misplacedWITHclauses and emptyLicenseRef-names. (#1266)InvalidLicenseExpressioninstead ofKeyErrorfor aLicenseRef-with a+suffix. (#1219)Fixes for tags and filenames
InvalidTagfromparse_tag()for tags with the wrong number of components. (#1238)parse_wheel_filename()andparse_tag(). (#1234)is_normalized_namenow rejects names with collapsed double hyphens likea--b. (#1230)abi3ttags. (#1245)warnargument togeneric_tags()insys_tags(). (#1264)SystemErrorfor an empty or malformed CPythonEXT_SUFFIX. (#1271, #1301)fat3architecture name (wasfat32). (#1199)Fixes for pylock, direct URLs, and dependency groups
pylockartifact file names derived from aurlso that local versions (e.g. a wheel with2.12.1+cu130encoded as2.12.1%2Bcu130) yield a valid file name. (#1314)tagssequence inPylock.select()instead of falling back tosys_tags(). (#1349)Pylock.select()on Python builds that report a non-PEP 440python_full_version(e.g.3.15.0+). (#1179)pylockfiles. (#1244)PylockSelectErrortopackaging.pylock.__all__. (#1202)DirectUrlcredential stripping for passwords containing@. (#1218)direct_url. (#1240)direct_url. (#1297)InvalidRequirementerrors while resolving dependency groups instead of leaking them. (#1302)Performance
SpecifierandSpecifierSetfiltering with the new range engine. (#1120, #1259)_manylinuxmodule lookup process-wide. (#1254)__slots__toRequirementand the token classes. (#1320, #1258)parse_tag(), and skipplatform.mac_ver()when the version and arch are given. (#1253, #1256, #1236, #1255)Documentation
packaging.pylock. (#1339)packaging.metadatafields are validated. (#1342)RFC822Policyin the low-levelpackaging.metadatainterface. (#1222)versionadded/versionchangeddirectives and many small docstring fixes across the API reference. (#1205, #1207, #1208, #1209, #1211, #1216, #1217, #1223, #1272, #1273, #1274, #1291, #1300, #1303, #1317, #1344)Internal
New Contributors
Full Changelog: pypa/packaging@26.2...26.3
Microsoft/playwright-python (playwright)
v1.62.0Compare Source
🖼️ WebP screenshots
page.screenshot() and locator.screenshot() can now capture screenshots in the WebP format. Playwright infers the format from a
.webpfile extension, or you can set thetypeexplicitly. Quality100(the default) is lossless, while lower values use lossy compression:New APIs
scrolloption ("auto"|"none") on actions to opt out of Playwright's automatic scrolling into view.Announcements
navigator.clipboardno longer read or overwrite the clipboard of the machine running them.Browser Versions
This version was also tested against the following stable channels:
psf/requests (requests)
v2.34.2Compare Source
headersinput type back toMappingto avoid invariance issueswith
MutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)v2.34.1Compare Source
Bugfixes
jsoninput type fromdictandlisttoMappingand
Sequence. (#7436)headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431)Response.reasonmoved fromstr | Nonetostrto improve handlingfor users. (#7437)
__getattr__implementationsweren't being properly detected as Iterables. (#7433)
v2.34.0Compare Source
Announcements
Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy, pyright,
and ty. We believe types are comprehensive but if you find issues, please
report them to the pinned tracking issue.
Special thanks to @bastimeyer, @cthoyt, @edgarrmondragon, and @srittau for
helping review and test the types ahead of the release. (#7272)
Improvements
usedforsecurity=Falseto clarifysecurity considerations. (#7310)
should be able to start testing prior to its release in October. (#7422)
Bugfixes
Response.historyno longer contains a reference to itself, preventingaccidental looping when traversing the history list. (#7328)
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (#7427)
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (#7315)
v2.33.1Compare Source
Bugfixes
files in the tmp directory. (#7305)
v2.33.0Compare Source
Announcements
uses Requests, please take a look at #7271. Give it a try, and report
any gaps or feedback you may have in the issue. 📣
Security
requests.utils.extract_zipped_pathsnow extractscontents to a non-deterministic location to prevent malicious file
replacement. This does not affect default usage of Requests, only
applications calling the utility function directly.
Improvements
Bugfixes
malformed authentication to be applied to Requests on
Python 3.11+. (#7205)
Deprecations
Documentation
mgaitan/sphinxcontrib-mermaid (sphinxcontrib-mermaid)
v2.1.0Compare Source
mermaid_configoption for passing a global Mermaid configuration (#215)Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.