Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #59

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Update all dependencies #59

merged 1 commit into from
Mar 8, 2024

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Feb 26, 2024

This PR contains the following updates:

Package Type Update Change
Twisted (changelog) major ==23.10.0 -> ==24.3.0
ansible-core (source) dependencies minor 2.15.9 -> 2.16.4
setuptools (changelog) minor ==69.0.3 -> ==69.1.1
typing-extensions (changelog) minor ==4.9.0 -> ==4.10.0
zope-interface minor ==6.1 -> ==6.2
zope.interface minor ==6.1 -> ==6.2

Release Notes

twisted/twisted (Twisted)

v24.3.0: Twisted 24.3.0

Twisted 24.3.0 (2024-03-01)

This release supports PyPy v7.3.14.

Bugfixes

  • twisted.logger.formatEvent now honors dotted method names, not just
    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)
  • twisted.web.http.HTTPChannel now ignores the trailer headers
    provided in the last chunk of a chunked encoded response, rather
    than raising an exception. (#​11997)
  • twisted.protocols.tls.BufferingTLSTransport, used by default by
    twisted.protocols.tls.TLSMemoryBIOFactory, was refactored for
    improved performance when doing a high number of small writes.
    (#​12011)
  • twisted.python.failure.Failure now throws exception for generators
    without triggering a deprecation warnings on Python 3.12. (#​12026)
  • twisted.internet.process.Process, used by reactor.spawnProcess,
    now copies the parent environment when the [env=None]{.title-ref}
    argument is passed on Posix systems and os.posix_spawnp is used
    internally. (#​12068)
  • twisted.internet.defer.inlineCallbacks.returnValue's stack
    introspection was adjusted for the latest PyPy 7.3.14 release,
    allowing legacy @​inlineCallbacks to run on new PyPY versions.
    (#​12084)

Deprecations and Removals

  • twisted.trial.reporter.TestRun.startTest() is no longer called for
    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

Conch

No significant changes.

Web

Bugfixes
  • The documentation for twisted.web.client.CookieAgent no longer
    references long-deprecated cookielib and urllib2 standard
    library modules. (#​12044)
Deprecations and Removals
  • twisted.web.http.Request now parses the
    [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
  • The documented IRC example was updated for Python3 usage. (#​12070)

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

v2.16.3

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.2

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.1

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.16.0

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

pypa/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 for typing.Union.
    (#&#8203;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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: Platform Engineering Bot <[email protected]>
@dustinblack dustinblack merged commit 4014f04 into main Mar 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants