Merged
Conversation
|
|
9d61fdf to
6bf88aa
Compare
svenklemm
approved these changes
Feb 11, 2026
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:
v6.0.0→v6.0.2v6.1.0→v6.2.0==25.11.0→==25.12.0==3.20.0→==3.20.3==1.0.3→==1.0.4==7.10→==7.11==7.10→==7.11==4.5.0→==4.5.1==3.2.5→==3.3.2v2.13.3→v2.14.2==2.3.0→==2.4.0==4.32.0→==4.34.1==20.35.4→==20.36.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
actions/setup-python (actions/setup-python)
v6.2.0Compare Source
psf/black (black)
v25.12.0Compare Source
Highlights
Stable style
# fmt: off/# fmt: onblocks were incorrectlyremoved, particularly affecting Jupytext's
# %% [markdown]comments (#4845)# fmt: skipcomments are used in a multi-part if-clause, onstring literals, or on dictionary entries with long lines (#4872)
fmt:directives aren't on the top level (#4856)Preview style
fmt: skipskipping the line after instead of the line it's on (#4855)magic trailing commas and intentional multiline formatting (#4865)
fix_fmt_skip_in_one_linerscrashing onwithstatements (#4853)fix_fmt_skip_in_one_linerscrashing on annotated parameters (#4854)# fmt: skipon them (#4894)Packaging
Integrations
output-fileinput to GitHub Actionpsf/blackto write formatter output to afile for artifact capture and log cleanliness (#4824)
tox-dev/py-filelock (filelock)
v3.20.3Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.20.2...3.20.3
v3.20.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.20.1...3.20.2
v3.20.1Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.20.0...3.20.1
cpburnz/python-pathspec (pathspec)
v1.0.4Compare Source
Issue #​103_: Using re2 fails if pyre2 is also installed... _
Issue #​103: #103lelit/pglast (pglast)
v7.11Compare Source
tox-dev/platformdirs (platformdirs)
v4.5.1Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.5.0...4.5.1
pyparsing/pyparsing (pyparsing)
v3.3.2Compare Source
Defined pyparsing-specific warning classes so that they can be selectively enabled
or disabled without affecting warnings raised by other libraries in the same Python
app:
PyparsingWarning- base warning for all pyparsing-specific warnings (inheritsfrom
UserWarning)PyparsingDeprecationWarning- warning for using deprecated features (inheritsfrom
PyparsingWarningandDeprecationWarning)PyparsingDiagnosticWarning- warning raised when pyparsing diagnostics areenabled and a diagnostic feature is used (inherits from
PyparsingWarning)Added
as_datetimeparse action topyparsing.common- a more generalizedversion of the
convert_to_datetimeparse action (supports any expression that extractsdate/time fields into "year", "month", "day", etc. results names), and validates
that the parsed fields represent a valid date and time.
Added
iso8601_date_validatedandiso8601_datetime_validatedexpressions topyparsing.common, which return a Pythondatetime.datetimeVarious performance improvements in
ParseResultsclass and core functions, with10-20% performance overall.
Added
regex_inverterweb page (using PyScript) to demonstrate using theinv_regex.pyexample.
Expanded regex forms handled by the
examples/inv_regex.pyexample:?P<name>){m,}and{,n})[^...])Added
SPy(Simplified Python) parser to examples.v3.3.1Compare Source
Marc Mueller for submitted issue and PR. Fixes #626.
v3.3.0Compare Source
===========================================================================================
The version 3.3.0 release will begin emitting
DeprecationWarningsfor pyparsing methodsthat have been renamed to PEP8-compliant names (introduced in pyparsing 3.0.0, in August,
2021, with legacy names retained as aliases). In preparation, I added in pyparsing
3.2.2 a utility for finding and replacing the legacy method names with the new names.
This utility is located at
pyparsing/tools/cvt_pep8_names.py. This script will scan allPython files specified on the command line, and if the
-uoption is selected, willreplace all occurrences of the old method names with the new PEP8-compliant names,
updating the files in place.
Here is an example that converts all the files in the pyparsing
/examplesdirectory:step-security/harden-runner (step-security/harden-runner)
v2.14.2Compare Source
What's Changed
Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See GHSA-cpmj-h4f6-r6pq for details.
Full Changelog: step-security/harden-runner@v2.14.1...v2.14.2
v2.14.1Compare Source
What's Changed
In some self-hosted environments, the agent could briefly fall back to public DNS resolvers during startup if the system DNS was not yet available. This behavior was unintended for GitHub-hosted runners and has now been fixed to prevent any use of public DNS resolvers.
Fixed npm audit vulnerabilities
Full Changelog: step-security/harden-runner@v2.14.0...v2.14.1
v2.14.0Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.13.3...v2.14.0
hukkin/tomli (tomli)
v2.4.0Compare Source
tox-dev/tox (tox)
v4.34.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.34.0...4.34.1
v4.34.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.33.0...4.34.0
v4.33.0Compare Source
What's Changed
py{39-314}by @ferdnyc in #3652sphinx-issuesextension by @webknjaz in #3655New Contributors
Full Changelog: tox-dev/tox@4.32.0...4.33.0
pypa/virtualenv (virtualenv)
v20.36.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.36.0...20.36.1
v20.36.0Compare Source
What's Changed
errno.EMFILEinstead ofstrerrorby @pltrz in #3001--pythonflag. by @rahuldevikar in #3008New Contributors
Full Changelog: pypa/virtualenv@20.35.3...20.36.0
Configuration
📅 Schedule: Branch creation - "every 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.