fix(deps): update all non-major dependencies #211
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.5.2
->1.6.1
3.1.0
->3.1.1
1.17
->1.18
6.0.0
->6.0.1
25.4.2
->25.5.1
2.13.0
->2.14.0
3.3.7
->3.3.8
5.5.0
->5.7.0
Release Notes
authlib/authlib (authlib)
v1.6.1
: Version 1.6.1Compare Source
v1.6.0
: Version 1.6.0Compare Source
pallets/flask (flask)
v3.1.1
Compare Source
Released 2025-05-13
SECRET_KEY_FALLBACKS
. :ghsa:4grg-w6v8-c28g
cli_runner.invoke
. :issue:5645
flask --help
loads the app and plugins first to make sure all commandsare shown. :issue:
5673
AsyncIterable
. This is not accurate for Flask, but makes typing easierfor Quart. :pr:
5659
colour-science/flask-compress (flask-compress)
v1.18
Compare Source
zstandard
topyzstd
, which is now included in the Python 3.14 standard library, also part of #61flask_compress.DictCache()
that is needed to configure Flask-Compress with caching, without relying on Flask-Cachingcorydolphin/flask-cors (flask-cors)
v6.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: corydolphin/flask-cors@6.0.0...6.0.1
pylint-dev/pylint (pylint)
v3.3.8
Compare Source
What's new in Pylint 3.3.8?
Release date: 2025-08-09
This patch release includes an exceptional fix for a false negative issue. For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082
False Positives Fixed
Fix false positives for
possibly-used-before-assignment
when variables are exhaustivelyassigned within a
match
block.Closes #9668
Fix false positive for
missing-raises-doc
andmissing-yield-doc
when the method length is less than docstring-min-length.Refs #10104
Fix a false positive for
unused-variable
when multiple except handlers bind the same name under a try block.Closes #10426
False Negatives Fixed
Fix false-negative for
used-before-assignment
withfrom __future__ import annotations
in function definitions.Refs #10482
Other Bug Fixes
Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).
Closes #10373
Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.
Closes #10402
Configuration
📅 Schedule: Branch creation - "before 6am every weekday" in timezone America/Vancouver, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.