Open
Conversation
Author
|
863be82 to
15524ff
Compare
15524ff to
24a2c52
Compare
24a2c52 to
beb8112
Compare
7c7787e to
80115ba
Compare
80115ba to
61d5c45
Compare
61d5c45 to
85dbb45
Compare
85dbb45 to
f6fd0b4
Compare
da95f1a to
eea1563
Compare
eea1563 to
c627c66
Compare
919b9fc to
e736e35
Compare
e736e35 to
6c3a595
Compare
d1630b3 to
b0f653e
Compare
b0f653e to
0a293e6
Compare
ddf8d2f to
6453f37
Compare
6453f37 to
0817155
Compare
0817155 to
9594630
Compare
9594630 to
3ba92a0
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:
==2.3.1→==2.4.0==1.17→==1.24==3.4→==3.6==2.38.0→==2.49.2==3.11.4→==3.15.0==2.3.2→==2.4.2==2.5.3→==2.5.5==0.16.0→==0.17.63.3.5→3.3.9==6.9.0→==6.12.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pallets-eco/flask-caching (Flask-Caching)
v2.4.0Compare Source
2026-04-17
intersphinx_mappingfor Sphinx 8 compatibility. :pr:599, :issue:598591626response_hit_indicationreturn True always. :pr:579, :pr:596, :issue:595, :issue:570colour-science/flask-compress (Flask-Compress)
v1.24Compare Source
v1.23Compare Source
gzipto supported algorithms for streaming responses, but not in theCOMPRESS_ALGORITHM_STREAMINGdefault values, so users have to explicitly enable itv1.22Compare Source
RuntimeErrorwhen applying compression to a streaming endpointmake_conditionalto streaming responses, as it had the effect of buffering the entire response, which defeats the purpose of streaming responses, unless therequest.endpointis in a newCOMPRESS_STREAMING_ENDPOINT_CONDITIONALconfig option, which defaults to["static"]v1.21Compare Source
COMPRESS_STREAMSwasTrue(the default), streaming responses were compressed in 1 sitting usingresponse.get_data(), meaning streaming responses were compressed but not streamedCOMPRESS_STREAMSwasFalse, streaming responses were not compressed at allCOMPRESS_STREAMSisTrue, streaming responses are compressed chunk-by-chunk usingresponse.iter_encoded(), which means that streaming responses are compressed and streamedCOMPRESS_STREAMSisFalse, streaming responses are not compressed at all, as before.COMPRESS_ALGORITHM_STREAMINGconfig option to specify the compression algorithm to use for streaming responses, which defaults to["zstd", "br", "deflate"], as"gzip"is not suitable for streaming compression.v1.20Compare Source
COMPRESS_EVALUATE_CONDITIONAL_REQUESTconfig option is nowTrueby defaultv1.19Compare Source
backports.zstdinstead ofpyzstd, #63 by @alexprengereCOMPRESS_EVALUATE_CONDITIONAL_REQUESTconfig option to callresponse.make_conditional(request)after compression, this ensures that 304 Not Modified responses are correctly generated when the client sends conditional requests withIf-None-Match(defaults toFalse)v1.18Compare Source
zstandardtopyzstd, 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-CachingRedHatProductSecurity/cvss (cvss)
v3.6Compare Source
Fix incorrect release in PyPI
googleapis/google-auth-library-python (google-auth)
v2.48.0Compare Source
Features
NO_GCE_CHECKenvironment variable (#1610) (383c9827536d9376e8248370ce4c2b83e468d027)Bug Fixes
content-headerfrom AWS IMDS get request (#1934) (97bfea9e02ede953fc8ee154e0deed3a3cfc6dcc)user_verification=preferredfor ReAuth WebAuthn challenge (#1798) (3f88a24089c4ee6822d510de0db210b54260d873)v2.47.0Compare Source
Features
cachetoolsdependency in favor of simple local implementation (#1590) (5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4)Bug Fixes
v2.46.0Compare Source
Documentation
Features
Bug Fixes
v2.45.0Compare Source
Features
v2.44.0Compare Source
Features
Bug Fixes
v2.43.0Compare Source
Features
GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
sources detected. Also, fix check_use_client_cert to return boolean
value.
Change #1848 added the check_use_client_cert method that helps know if
client cert should be used for mTLS connection. However, that was in a
private class, thus, created a public wrapper of the same function so
that it can be used by python Client Libraries. Also, updated
check_use_client_cert to return a boolean value instead of existing
string value for better readability and future scope.
--------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
(either true or false), the SDK will respect that setting. This is
necessary for test scenarios and users who need to explicitly control
mTLS behavior.
set, the SDK will automatically enable mTLS only if it detects Managed
Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
certificate sources. In other cases where the variable is not set, mTLS
will remain disabled.
** This change also adds the helper method
check_use_client_certandit's unit test, which will be used for checking the criteria for setting
the mTLS to true
** This change is only for Auth-Library, other changes will be created
for Client-Library use-cases.
--------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)
google-authto librarian (#1838) This PR onboardsgoogle-authlibrary to the Librarian system.Wait for
#1819. (c503eaa511357d7a76cc1e1f1d3a3be2dabd5bca)
v2.42.1Compare Source
Bug Fixes
v2.42.0Compare Source
Features
Bug Fixes
v2.41.1Compare Source
Bug Fixes
v2.41.0Compare Source
Features
Bug Fixes
Documentation
v2.40.3Compare Source
Bug Fixes
v2.40.2Compare Source
Bug Fixes
v2.40.1Compare Source
Bug Fixes
v2.40.0Compare Source
Features
Bug Fixes
v2.39.0Compare Source
Features
Bug Fixes
googleapis/google-cloud-python (google-cloud-logging)
v3.15.0: google-cloud-logging: v3.15.0Compare Source
v3.15.0 (2026-03-26)
v3.14.0Compare Source
v3.13.0v3.12.1: google-cloud-vision 3.12.1Bug Fixes
v3.12.0: google-cloud-vision 3.12.03.12.0 (2026-01-09)
trentm/python-markdown2 (markdown2)
v2.5.5Compare Source
v2.5.4Compare Source
package-url/packageurl-python (packageurl-python)
v0.17.6Compare Source
Enhance url2purl to support commit hashes parsing (GitHub, GitLab, and Bitbucket)
#211
Adjust validation function
#206
Add validation function
#205
v0.17.5Compare Source
Remove support for getting download URL for qpkg in
purl2url.#203
Add tests for latest purl-spec
#202
v0.17.4Compare Source
purl2url.#201
v0.17.3Compare Source
purl2url.#199
#198
v0.17.2Compare Source
purl2url.#195
v0.17.1Compare Source
Define "pkg" as a PackageURL
SCHEMEclass attribute.#184
Add support for Maven in
purl2url.#177
v0.17.0Compare Source
Fix qualifiers type annotations.
#169
Fix parsing of names and namespaces with colons.
#152
pylint-dev/pylint (pylint)
v3.3.9Compare Source
What's new in Pylint 3.3.9?
Release date: 2025-10-05
False Positives Fixed
Fix used-before-assignment for PEP 695 type aliases and parameters.
Closes #9815
No longer flag undeprecated functions in
importlib.resourcesas deprecated.Closes #10593
Fix false positive
inconsistent-return-statementswhen usingquit()orexit()functions.Closes #10508
Fix false positive
undefined-variable(E0602) for for-loop variable shadowing patterns likefor item in item:when the variable was previously defined.Closes #10562
Other Bug Fixes
Fixed crash in 'unnecessary-list-index-lookup' when starting an enumeration using
minus the length of an iterable inside a dict comprehension when the len call was only
made in this dict comprehension, and not elsewhere. Also changed the approach,
to use inference in all cases but the simple ones, so we don't have to fix crashes
one by one for arbitrarily complex expressions in enumerate.
Closes #10510
v3.3.8Compare 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: #10482 (comment)
False Positives Fixed
Fix false positives for
possibly-used-before-assignmentwhen variables are exhaustivelyassigned within a
matchblock.Closes #9668
Fix false positive for
missing-raises-docandmissing-yield-docwhen the method length is less than docstring-min-length.Refs #10104
Fix a false positive for
unused-variablewhen multiple except handlers bind the same name under a try block.Closes #10426
False Negatives Fixed
Fix false-negative for
used-before-assignmentwithfrom __future__ import annotationsin 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
v3.3.7Compare Source
What's new in Pylint 3.3.7?
Release date: 2025-05-04
False Positives Fixed
Comparisons between two calls to
type()won't raise anunidiomatic-typecheckwarning anymore, consistent with the behavior applied only for==previously.Closes #10161
Other Bug Fixes
Fixed a crash when importing a class decorator that did not exist with the same name as a class attribute after the class definition.
Closes #10105
Fix a crash caused by malformed format strings when using
.formatwith keyword arguments.Closes #10282
Using a slice as a class decorator now raises a
not-callablemessage instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.Closes #10334
Other Changes
The algorithm used for
no-membersuggestions is now more efficient and cuts thecalculation when the distance score is already above the threshold.
Refs #10277
v3.3.6Compare Source
What's new in Pylint 3.3.6?
Release date: 2025-03-20
False Positives Fixed
Fix a false positive for
used-before-assignmentwhen an inner function's return typeannotation is a class defined at module scope.
Closes #9391
evansd/whitenoise (whitenoise)
v6.12.0Compare Source
v6.11.0Compare Source
v6.10.0Compare Source
Configuration
📅 Schedule: (in timezone Australia/Sydney)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.