fix(deps): update website-backend - #82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
|
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
August 7, 2025 03:58
863be82 to
15524ff
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
September 10, 2025 07:41
15524ff to
24a2c52
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
September 19, 2025 06:29
24a2c52 to
beb8112
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
October 1, 2025 23:01
7c7787e to
80115ba
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
October 21, 2025 00:10
80115ba to
61d5c45
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
November 1, 2025 12:08
61d5c45 to
85dbb45
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
November 9, 2025 11:46
85dbb45 to
f6fd0b4
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
3 times, most recently
from
December 2, 2025 04:51
da95f1a to
eea1563
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
December 16, 2025 22:33
eea1563 to
c627c66
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
January 7, 2026 07:36
919b9fc to
e736e35
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
January 27, 2026 03:34
e736e35 to
6c3a595
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
3 times, most recently
from
March 8, 2026 10:06
d1630b3 to
b0f653e
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
March 13, 2026 01:37
b0f653e to
0a293e6
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
April 1, 2026 23:50
ddf8d2f to
6453f37
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
April 4, 2026 20:46
6453f37 to
0817155
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
April 17, 2026 22:41
9594630 to
3ba92a0
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
May 7, 2026 18:35
4c5f8f2 to
ce032e6
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
May 8, 2026 03:41
ce032e6 to
2056c55
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
May 16, 2026 04:13
2056c55 to
7dadcb8
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
June 5, 2026 21:46
7dadcb8 to
1750dc8
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
2 times, most recently
from
June 16, 2026 03:32
9c6e859 to
7467668
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
June 28, 2026 11:32
7467668 to
c2d2a18
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
3 times, most recently
from
July 14, 2026 04:41
d0c3e7f to
b36ce94
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
July 21, 2026 23:13
b36ce94 to
d980000
Compare
renovate
Bot
force-pushed
the
renovate/website-backend
branch
from
August 7, 2026 19:56
d980000 to
bfca4d1
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.1==1.17→==1.24==3.4→==3.6==2.38.0→==2.56.3==3.11.4→==3.16.2==2.3.2→==2.5.1==2.5.3→==2.5.5==0.16.0→==0.17.63.3.5→3.3.9==6.9.0→==6.12.0Release Notes
pallets-eco/flask-caching (Flask-Caching)
v2.4.1Compare Source
Released 2026-07-08
pallets_sphinx_themesfor the documentation.CachedResponse.__init__so it doesn't trigger mypy[no-untyped-call]in strict downstream codebases. :issue:
628@memoizeusesrepr(obj)(or
__caching_id__) for theself/clsidentity, not Python's:func:
id. :issue:555651v2.4.0Compare Source
Released 2026-04-17
intersphinx_mappingfor Sphinx 8 compatibility. :pr:599, :issue:598591626response_hit_indicationreturn True always. :pr:579, :pr:596, :issue:595, :issue:570FORWARDREFannotation format when introspecting decoratedfunctions so that
@memoize/@cachedwork withTYPE_CHECKING-only annotations on Python 3.14. :issue:636colour-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-cloud-python (google-auth)
v2.56.3: google-auth: v2.56.3Compare Source
Bug Fixes
Performance Improvements
v2.56.2: google-auth: v2.56.2Compare Source
Bug Fixes
v2.56.1: google-auth: v2.56.1Compare Source
Bug Fixes
v2.56.0: google-auth: v2.56.0Compare Source
Features
Bug Fixes
v2.55.2: google-auth: v2.55.2Compare Source
Bug Fixes
v2.55.1: google-auth: v2.55.1Compare Source
Bug Fixes
v2.55.0: google-auth: v2.55.0Compare Source
Features
Bug Fixes
v2.54.0Compare Source
v2.53.0Compare Source
v2.52.0Compare Source
v2.51.0Compare Source
v2.50.0: google-auth: v2.50.0Compare Source
v2.50.0 (2026-04-30)
v2.49.2: google-auth: v2.49.2Compare Source
Bug Fixes
v2.49.1: google-auth: v2.49.1Compare Source
Bug Fixes
fix request session error (#16050) (bfd93225)
remove deprecated rsa dependency (#16020) (e8927b9c)
v2.49.0: google-auth: v2.49.0Compare Source
Features
Add helper methods for asynchronous x.509 certificate discovery (#1956) (3368f27c)
Support timeout as aiohttp.ClientTimeout and total_attempts (max retries) in AsyncAuthorizedSession (#1961) (4d818b93)
mTLS configuration via x.509 for asynchronous session in google-auth (#1959) (7b70fead)
support an alternative env to decide if mtls should be enabled (#1945) (89fc6f2e)
Bug Fixes
v2.48.0: google-cloud-dialogflow: v2.48.0Features
v2.47.0: google-cloud-dialogflow: v2.47.0v2.47.0 (2026-03-26)
v2.46.0: google-cloud-dialogflow: v2.46.0Features
8629590) (a6b40b31)v2.45.0: google-cloud-dialogflow 2.45.0Features
updated v2beta1 dialogflow client libraries (PiperOrigin-RevId:
8437558) (17cc1289)updated v2 dialogflow client libraries (PiperOrigin-RevId:
8437037) (17cc1289)v2.44.0: google-cloud-dialogflow 2.44.0Features
8304603) (03e69912)Documentation
Update evaluator version from output only to optional. (PiperOrigin-RevId:
8304603) (03e69912)Add further clarification for when the event Type CONVERSATION_FINISHED is fired (PiperOrigin-RevId:
8304603) (03e69912)v2.43.0: google-cloud-dialogflow 2.43.0Features
Improved generator quota management (PiperOrigin-RevId:
8226921) (c3c2fbba)Added tool support for AI Coach feature (PiperOrigin-RevId:
8226921) (c3c2fbba)Expose debug info field in ConversationProfile (PiperOrigin-RevId:
8226921) (c3c2fbba)Expose skip_empty_event_based_suggestion in ConversationProfile (PiperOrigin-RevId:
8226921) (c3c2fbba)Added support for Build Your Own Assist feature (PiperOrigin-RevId:
8226921) (c3c2fbba)Added support for AI Coach feature (PiperOrigin-RevId:
8226921) (c3c2fbba)Context references added to conversation for dynamic data ingestion (PiperOrigin-RevId:
8226921) (c3c2fbba)A new field 'security_settings' is added to GenerateStatelessSuggestionRequest (PiperOrigin-RevId:
8226921) (c3c2fbba)Added Vertex extension tool support to v2/v2beta1 (PiperOrigin-RevId:
8226921) (c3c2fbba)add a turn complete signal to BidiStreamingAnalyzeContent (PiperOrigin-RevId:
8226921) (c3c2fbba)Expose flexible safety filter change, rai_settings in ConversationProfile (PiperOrigin-RevId:
8226921) (c3c2fbba)add Agent Assist Generator Evaluation feature (PiperOrigin-RevId:
8226921) (c3c2fbba)Documentation
minor formatting (PiperOrigin-RevId:
8230672) (c3c2fbba)Updated comments for the
SuggestionInputmessage, documenting how it is used with tools (PiperOrigin-RevId:8226921) (c3c2fbba)update documentation for transcription language code configuration (PiperOrigin-RevId:
8226921) (c3c2fbba)v2.42.0: google-cloud-dialogflow 2.42.02.42.0 (2025-10-16)
v2.41.1v2.41.0v2.40.0: google-cloud-speech: v2.40.0v2.40.0 (2026-06-02)
v2.39.0: google-cloud-bigquery-storage: v2.39.0v2.39.0 (2026-06-02)
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.