chore(deps): update all non-major documentation dependencies#893
chore(deps): update all non-major documentation dependencies#893renovate[bot] wants to merge 1 commit into
Conversation
707fd4a to
6b21094
Compare
6b21094 to
e5473a0
Compare
|
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
e5473a0 to
27a76f2
Compare
318343e to
fe87200
Compare
fe87200 to
5bc3854
Compare
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | ✅ 0 (≤ 20 complexity) |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (fc639cc) 10428 4917 47.15% Head commit (ad6712e) 10428 (+0) 4917 (+0) 47.15% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#893) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
5bc3854 to
1c84a7c
Compare
1c84a7c to
f119a38
Compare
|
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
f119a38 to
06ff5ca
Compare
7f79ce2 to
9de6270
Compare
9de6270 to
18482d7
Compare
18482d7 to
4cf9dca
Compare
b857b2c to
3ceca63
Compare
3ceca63 to
78c1ebf
Compare
076280e to
12585e7
Compare
12585e7 to
e1a762e
Compare
e1a762e to
ad6712e
Compare
This PR contains the following updates:
==2025.10.5→==2025.11.12==0.21.2→==0.22.4==2.33.0→==2.34.2==3.0.2→==3.1.0==2.6.5→==2.7.0==0.50.0→==0.52.1==0.38.0→==0.48.0==3.23.0→==3.23.1Release Notes
certifi/python-certifi (certifi)
v2025.11.12Compare Source
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)
readthedocs/sphinx_rtd_theme (sphinx-rtd-theme)
v3.1.0Compare Source
mcmtroffaes/sphinxcontrib-bibtex (sphinxcontrib-bibtex)
v2.7.0Compare Source
BACKWARD INCOMPATIBLE
A new warning category,
duplicate_local_citation, has been introduced.It is triggered when a duplicate citation appears within the same document.
The existing
duplicate_citationwarning continues to report duplicates but now only across different documents.In many cases, users maintain a separate bibliography for each document (often using a
docname in docnamesfilter).In such setups, duplicate citations across documents are usually acceptable, while duplicates within a single document are not.
This distinction allows users to suppress
duplicate_citationwarnings while still receivingduplicate_local_citationwarnings.When there are duplicate citations,
resolve locally first
(reported by drbenvincent, see issue #385).
The usage section of the documentation now starts with in-depth general considerations
to guide users towards best practice for the most common use cases.
Citation reference wrapper nodes now have a
bibtex-citationCSS class,to enable Sphinx themes to style citation elements separately from other content
(contributed by mmcky, see pull request #383).
Increase required pybtex-docutils version to 1.0.2
(reported by ego-thales).
Fix test suite for docutils 0.22
(fixed by mitya57, see pull request #377).
Dropped Python 3.9 support (EOL), added Python 3.14 support.
Fixed various deprecation warnings in Sphinx and docutils.
Improved header parsing.
Minimum required Sphinx version increased to 7.4.
Minimum required Docutils version increased to 0.20.
Kludex/starlette (starlette)
v0.52.1: Version 0.52.1Compare Source
What's Changed
typing_extensionsin older Python versions by @Kludex in #3109Full Changelog: Kludex/starlette@0.52.0...0.52.1
v0.52.0: Version 0.52.0Compare Source
In this release,
Statecan be accessed using dictionary-style syntax for improved type safety (#3036).See Accessing State for more details.
Full Changelog: Kludex/starlette@0.51.0...0.52.0
v0.51.0: Version 0.51.0Compare Source
Added
allow_private_networkinCORSMiddleware#3065.Changed
DeprecationWarningfor wsgi module #3082.New Contributors
Full Changelog: Kludex/starlette@0.50.0...0.51.0
Kludex/uvicorn (uvicorn)
v0.48.0: Version 0.48.0Compare Source
What's Changed
ssl_cipherstoNoneand use OpenSSL defaults by @Kludex in #2940ProxyHeadersMiddlewareby @Kludex in #2944Full Changelog: Kludex/uvicorn@0.47.0...0.48.0
v0.47.0: Version 0.47.0Compare Source
What's Changed
ssl_context_factoryfor customSSLContextconfiguration by @Kludex in #2920fd=0as a valid file descriptor with reload/workers by @eltoder in #2927Full Changelog: Kludex/uvicorn@0.46.0...0.47.0
v0.46.0: Version 0.46.0Compare Source
What's Changed
ws_max_sizeinwsprotoimplementation by @Kludex in #2915ws_ping_intervalandws_ping_timeoutinwsprotoimplementation by @Kludex in #2916bytearrayfor incoming WebSocket message buffer in websockets-sansio by @Kludex in #2917Full Changelog: Kludex/uvicorn@0.45.0...0.46.0
v0.45.0: Version 0.45.0Compare Source
What's Changed
os.PathLikeforlog_configby @Kludex in #2905log_levelstrings case-insensitively by @Kludex in #2907ImportErrorwhen PyYAML is missing for YAML log config by @Kludex in #2906--reset-contextvarsflag to isolate ASGI request context by @Kludex in #2912http.disconnecton server shutdown for streaming responses" (#2829) by @Kludex in #2913New Contributors
Full Changelog: Kludex/uvicorn@0.44.0...0.45.0
v0.44.0: Version 0.44.0Compare Source
What's Changed
Full Changelog: Kludex/uvicorn@0.43.0...0.44.0
v0.43.0: Version 0.43.0Compare Source
Changed
http.disconnectASGIreceive()event on server shutting down for streaming responses (#2829)contextparameter forcreate_taskon Python 3.11+ (#2859)Full Changelog: Kludex/uvicorn@0.42.0...0.43.0
v0.42.0: Version 0.42.0Compare Source
Changed
bytearrayfor request body accumulation to avoid O(n^2) allocation on fragmented bodies (#2845)Fixed
HEADER_REregex (#2824)New Contributors
Full Changelog: Kludex/uvicorn@0.41.0...0.42.0
v0.41.0: Version 0.41.0Compare Source
Added
--limit-max-requests-jitterto stagger worker restarts (#2707)scope["server"](#2561)Changed
LifespanOn.error_occuredtoerror_occurred(#2776)Fixed
should_exitis set during startup (#2812)New Contributors
Full Changelog: Kludex/uvicorn@0.40.0...0.41.0
v0.40.0: Version 0.40.0Compare Source
What's Changed
Full Changelog: Kludex/uvicorn@0.39.0...0.40.0
v0.39.0: Version 0.39.0Compare Source
What's Changed
New Contributors
Full Changelog: Kludex/uvicorn@0.38.0...0.39.0
jaraco/zipp (zipp)
v3.23.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.