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

build(deps): bump twisted from 24.3.0 to 24.11.0 #12780

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps twisted from 24.3.0 to 24.11.0.

Release notes

Sourced from twisted's releases.

Twisted 24.11.0 (2024-12-02)

No changes since 24.11.0rc2.

In comparison to 24.11.0rc1, this release includes and update to do the PyPI release using the trusted publisher functionality of PyPI.

Features

  • Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. (#6597)
  • TCP throughput when sending data is slightly faster. (#12334)

Bugfixes

  • twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default [bindAddress]{.title-ref}. This was a regression introduced in 24.10.0. (#12350)
  • HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365)
  • twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372)

Deprecations and Removals

  • twisted.python.constants, deprecated since 16.5.0, has been removed. (#12361)

Misc

Conch

No significant changes.

Web

No significant changes.

Mail

Bugfixes

  • twisted.mail.imap.IMAPServer.arg_fetchatt can now detect that a IMAP partial request has been made that is longer than the original message and alter the output of the response in order to match the IMAPRev4 spec. (#12345)

... (truncated)

Changelog

Sourced from twisted's changelog.

Twisted 24.11.0 (2024-12-02)

There are no changes since 24.11.0rc2.

In comparison to 24.11.0rc1, this release includes and update to do the PyPI release using the trusted publisher functionality of PyPI.

Features

  • Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. (#6597)
  • TCP throughput when sending data is slightly faster. (#12334)

Bugfixes

  • twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default bindAddress. This was a regression introduced in 24.10.0. (#12350)
  • HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365)
  • twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372)

Deprecations and Removals

  • twisted.python.constants, deprecated since 16.5.0, has been removed. (#12361)

Misc

Conch

No significant changes.

Web

No significant changes.

Mail

... (truncated)

Commits
  • 56f436a Update release notes.
  • 1c739cb python -m incremental.update Twisted --newversion 24.11.0
  • dfec62d Try a rc2 to test publishing.
  • c88a944 Update release versions.
  • b3d7968 Merge branch 'trunk' into release-24.11.0-12373
  • 0c57fee Revert "Enable pypi trusted publishing update."
  • 3100512 #11869 Configure PyPi trusted publishing. (#12379)
  • cc95beb Apply suggestions from code review
  • 739aebb Update docs/development/release-process.rst
  • 499ee71 Apply suggestions from code review
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [twisted](https://github.com/twisted/twisted) from 24.3.0 to 24.11.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-24.3.0...twisted-24.11.0)

---
updated-dependencies:
- dependency-name: twisted
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.00%. Comparing base (91f32c6) to head (9c9dfd3).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12780   +/-   ##
=======================================
  Coverage   67.00%   67.00%           
=======================================
  Files         952      952           
  Lines       56912    56912           
  Branches     6725     6725           
=======================================
+ Hits        38134    38136    +2     
+ Misses      17166    17163    -3     
- Partials     1612     1613    +1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants