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:
==23.10.0
->==24.3.0
2.15.9
->2.16.4
==69.0.3
->==69.1.1
==4.9.0
->==4.10.0
==6.1
->==6.2
==6.1
->==6.2
Release Notes
twisted/twisted (Twisted)
v24.3.0
: Twisted 24.3.0Twisted 24.3.0 (2024-03-01)
This release supports PyPy v7.3.14.
Bugfixes
flat function names, in format strings, as it has long been
explicitly documented to do. So, you will now get the expected
result from [formatEvent("here's the result of calling a method at
log-format time: {obj.method()}", obj=...)]{.title-ref} (#9347)
provided in the last chunk of a chunked encoded response, rather
than raising an exception. (#11997)
twisted.protocols.tls.TLSMemoryBIOFactory, was refactored for
improved performance when doing a high number of small writes.
(#12011)
without triggering a deprecation warnings on Python 3.12. (#12026)
reactor.spawnProcess
,now copies the parent environment when the [env=None]{.title-ref}
argument is passed on Posix systems and
os.posix_spawnp
is usedinternally. (#12068)
introspection was adjusted for the latest PyPy 7.3.14 release,
allowing legacy @inlineCallbacks to run on new PyPY versions.
(#12084)
Deprecations and Removals
tests with skip annotation or skip attribute for Python 3.12.1 or
newer. This is the result of upstream Python gh-106584 change. The
behavior is not change in 3.12.0 or older. (#12052)
Misc
#12067, #12076, #12078, #12087, #12095
Conch
No significant changes.
Web
Bugfixes
references long-deprecated
cookielib
andurllib2
standardlibrary modules. (#12044)
Deprecations and Removals
[multipart/form-data]{.title-ref} using
[email.message_from_bytes]{.title-ref}. The usage of
[cgi.parse_multipart]{.title-ref} was removed as the
[cgi]{.title-ref} module will be removed in Python 3.13. (#11848)
Misc
Mail
No significant changes.
Words
Improved Documentation
Names
No significant changes.
Trial
No significant changes.
ansible/ansible (ansible-core)
v2.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
bytespypa/setuptools (setuptools)
v69.1.1
Compare Source
v69.1.0
Compare Source
python/typing_extensions (typing-extensions)
v4.10.0
Compare Source
This feature release adds support for PEP 728 (TypedDict with extra
items) and PEP 742 (
TypeIs
).There are no changes since 4.10.0rc1.
zopefoundation/zope.interface (zope-interface)
v6.2
Compare Source
================
Add preliminary support for Python 3.13 as of 3.13a3.
Add support to use the pipe (
|
) syntax fortyping.Union
.(
#​280 <https://github.com/zopefoundation/zope.interface/issues/280>
_)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.