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.16.0
->==2.17.0
==2.18.0
->==2.19.1
==4.12.3
->==4.13.1
==2024.8.30
->==2024.12.14
==8.1.7
->==8.1.8
==8.5.0
->==8.6.1
==6.4.5
->==6.5.2
==0.16.0
->==0.16.1
==3.2.0
->==3.2.1
==1.16.0
->==1.17.0
==1.0.4
->==1.1.0
==2.2.3
->==2.3.0
Release Notes
python-babel/babel (Babel)
v2.17.0
Compare Source
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.
Thank you to all contributors, new and old,
and here's to another great year of internationalization and localization!
Features
parse_time
time formats by @tomasr8 in :gh:1141
str.index
withstr.find
by @tomasr8 in :gh:1130
/etc/localtime
by @akx in :gh:1165
1179
locale=None
by @akx in :gh:1164
Catalog.__setitem__
by @tomasr8 in :gh:1167
1126
1135
1132
read_mo
logic regardingcatalog.charset
by @tomasr8 in :gh:1148
1121
Deprecation and compatibility
pygments/pygments (Pygments)
v2.19.1
Compare Source
(released January 6th, 2025)
Updated lexers:
v2.19.0
Compare Source
(released January 5th, 2025)
New lexers:
Updated lexers:
file
keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)revert
(#2766, #2775)Change-By
field (#2757)int
(#2801)splat
, improve floating-point number parsing (#2755)EXPLAIN
keywords (#2785), handle/
(#2774)^
as an operator to Matlab, Octave and Scilab (#2798)staticcall
andextcall
(#2719)HTML/XML+Evoque
as aliases (#2743)Operator.Word
to therrt
style (#2709)certifi/python-certifi (certifi)
v2024.12.14
Compare Source
pallets/click (click)
v8.1.8
Compare Source
Unreleased
click.open_file()
. :issue:2717
click.Path
displays onmultiple lines. :issue:
2697
""
from being displayed inthe help for an option. :issue:
2500
:issue:
2705
default_map
.:issue:
2632
click.echo(color=...)
passingcolor
to coloroma so it can beforced on Windows. :issue:
2606
.python/importlib_metadata (importlib-metadata)
v8.6.1
Compare Source
v8.6.0
Compare Source
python/importlib_resources (importlib-resources)
v6.5.2
Compare Source
v6.5.1
Compare Source
v6.5.0
Compare Source
pydata/pydata-sphinx-theme (pydata-sphinx-theme)
v0.16.1
Compare Source
Enhancements
Bug Fixes
sidebarwidth
in config file by @Carreau in https://github.com/pydata/pydata-sphinx-theme/pull/2031Maintenance and Upkeep
Documentation
Deprecations and Upgrades
Translations and internationalization
Miscellaneous
New Contributors
Full Changelog: pydata/pydata-sphinx-theme@v0.16.0...v0.16.1
benjaminp/six (six)
v1.17.0
Compare Source
Pull request #388: Remove
URLopener
andFancyURLopener
classes fromurllib.request
when running on Python 3.14 or greater.Pull request #365, issue #283:
six.moves.UserDict
now points toUserDict.IterableUserDict
instead ofUserDict.UserDict
on Python 2.readthedocs/sphinx-notfound-page (sphinx-notfound-page)
v1.1.0
Compare Source
:Date: Jan 28, 2025
READTHEDOCS_CANONICAL_URL
environment variable as default fornotfound_urls_prefix
.urllib3/urllib3 (urllib3)
v2.3.0
Compare Source
==================
Features
HTTPResponse.shutdown()
to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)
on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>
. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>
)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching
. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>
__)proxy_is_tunneling
property toHTTPConnection
andHTTPSConnection
. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>
__)NewConnectionError
andNameResolutionError
. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>
__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>
__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>
__)Configuration
📅 Schedule: Branch creation - "before 2am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 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.