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.15.9
->2.17.2
==2.16.6
->==2.17.2
2.3.6
->2.4.0
==2.3.6
->==2.4.0
0.13.0
->0.14.1
==0.13.0
->==0.14.1
24.2.0
->24.4.2
==24.0
->==24.1
==69.5.1
->==71.0.3
==4.11.0
->==4.12.2
==6.3
->==6.4.post2
==6.3
->==6.4.post2
Release Notes
ansible/ansible (ansible-core)
v2.17.2
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
v2.17.1
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2192561
bytes3123697
bytesv2.17.0
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
3120288
bytesv2.16.9
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
v2.16.8
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2251689
bytes3180562
bytesv2.16.7
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250690
bytes3178312
bytesv2.16.6
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2251766
bytes3176041
bytesv2.16.5
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2251186
bytes3171617
bytesv2.16.4
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250452
bytes3170397
bytesv2.16.3
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250322
bytes3168893
bytesv2.16.2
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2249791
bytes3163899
bytesv2.16.1
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2249752
bytes3162449
bytesv2.16.0
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2247142
bytes3155083
bytesv2.15.12
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250977
bytes3171335
bytesv2.15.11
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250723
bytes3169655
bytesv2.15.10
Compare Source
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
2250392
bytes3168161
bytesansible/ansible-runner (ansible-runner)
v2.4.0
Compare Source
What's Changed
Bug Fixes
arcalot/arcaflow-plugin-sdk-python (arcaflow-plugin-sdk)
v0.14.1
: : Bug fixes/detection, compatibility improvements, and dependency updatesCompare Source
What's Changed
Full Changelog: arcalot/arcaflow-plugin-sdk-python@0.14.0...0.14.1
v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: arcalot/arcaflow-plugin-sdk-python@0.13.0...0.14.0
psf/black (black)
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)v24.3.0
Compare Source
Highlights
This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.
This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.
Stable style
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented. (#4270)
(#4273)
Performance
characters. This fixes
CVE-2024-21503.
(#4278)
Documentation
--check
is used with--quiet
(#4236)pypa/packaging (packaging)
v24.1
Compare Source
What's Changed
_parser
docstring by @pradyunsg in https://github.com/pypa/packaging/pull/784markers.default_environment()
by @edgarrmondragon in https://github.com/pypa/packaging/pull/753New Contributors
Full Changelog: pypa/packaging@24.0...24.1
pypa/setuptools (setuptools)
v71.0.3
Compare Source
v71.0.2
Compare Source
v71.0.1
Compare Source
v71.0.0
Compare Source
v70.3.0
Compare Source
v70.2.0
Compare Source
v70.1.1
Compare Source
v70.1.0
Compare Source
v70.0.0
Compare Source
python/typing_extensions (typing-extensions)
v4.12.2
Compare Source
generics with an overridden
__eq__
method would raise errors.Patch by Jelle Zijlstra.
v4.12.1
Compare Source
of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
Annotated
types would causeTypeError
to be raised if the nestedAnnotated
type had unhashablemetadata. Patch by Alex Waygood.
v4.12.0
Compare Source
This release is mostly the same as 4.12.0rc1 but fixes one more
longstanding bug.
typing_extensions.ParamSpec
on Python 3.8 and3.9 that meant that
isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar)
would have adifferent result in some situations depending on whether or not a profiling
function had been set using
sys.setprofile
. Patch by Alex Waygood.zopefoundation/zope.interface (zope-interface)
v6.4.post2
Compare Source
======================
(
#​295 <https://github.com/zopefoundation/zope.interface/issues/295>
_)v6.4.post1
Compare Source
======================
(
#​295 <https://github.com/zopefoundation/zope.interface/issues/295>
_)v6.4.post0
Compare Source
======================
zope_interface-6.4.tar.gz
instead ofzope.interface-6.4-py2.tar.gz
which cannot be installed by
zc.buildout
. This release is a re-releaseof version 6.4 with the correct sdist name.
(
#​298 <https://github.com/zopefoundation/zope.interface/issues/298>
_)v6.4
Compare Source
======================
(
#​295 <https://github.com/zopefoundation/zope.interface/issues/295>
_)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Renovate Bot.