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 non-major dependencies #48

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Twisted (changelog) 24.7.0 -> 24.10.0 age adoption passing confidence
django-htmx (changelog) 1.20.0 -> 1.21.0 age adoption passing confidence
tqdm (changelog) 4.66.5 -> 4.66.6 age adoption passing confidence
whitenoise (changelog) 6.7.0 -> 6.8.1 age adoption passing confidence

Release Notes

twisted/twisted (Twisted)

v24.10.0: Twisted 24.10.0

Compare Source

Twisted 24.10.0 (2024-10-28)

Features

  • Python 3.13 is now supported. (#​11750)
  • twisted.internet.defer.succeed() is significantly faster, and
    awaiting Deferred has also been sped up. (#​12225)
  • twisted.python.failure.Failure creation no longer records the place
    where it was created. This reduces creation time by 60% at least,
    thereby speeding up Deferred error handling. (#​12230)
  • twisted.internet.defer.Deferred no longer removes the traceback
    object from Failures. This may result in more objects staying in
    memory if you don't clean up failed Deferreds, but it speeds up
    error handling and enables improvements to traceback reporting.
    (#​12234)
  • twisted.internet.defer APIs are 2%-4% faster in many cases. (#​12237)
  • twisted.internet.defer.Deferred runs callbacks with chained
    Deferreds a little faster. (#​12284)
  • The reactor now will use a little less CPU when events have been
    scheduled with callLater(). (#​12286)
  • Creation of twisted.python.failure.Failure is now faster. (#​12288)
  • twisted.web.server is 1-2% faster in some cases. (#​12318)

Bugfixes

  • Fixed unreleased regression caused by PR 12109. (#​12279)
  • twisted.logger.eventAsText can now format the output having
    types/classes as input. This was a regression introduced in Twisted
    24.3.0. (#​12323)
  • twisted.internet.endpoints.clientFromString for TLS endpoints with
    "bindAddress=" no longer crashes during connect.
    twisted.internet.endpoints.HostnameEndpoint() no longer crashes when
    given a bindAddress= argument that is just a string, and that
    argument now accepts either address strings or (address, port)
    tuples. (#​12325)
  • The URLs from README and pyproject.toml were updated. (#​12327)

Misc

Conch

Features
  • twisted.conch.ssh.keys.Key can now load public blob keys of type
    <sk-ssh-ed25519@​openssh.com> and
    <sk-ecdsa-sha2-nistp256@​openssh.com>. (#​12211)
Bugfixes
  • twisted.conch tests no longer rely on OpenSSH supporting DSA keys,
    fixing compatibility with OpenSSH >= 9.8. (#​12273)
  • twisted.conch.ssh.SSHCiphers no longer supports the cast128-ctr,
    cast128-cbc, blowfish-ctr, and blowfish-cbc ciphers. The Blowfish
    and CAST5 ciphers were removed as they were deprecated by the Python
    cryptography library.``` (#​12308)
Misc

Web

Features
  • The twisted.web HTTP server and client now reject HTTP header names
    containing whitespace or other invalid characters by raising
    twisted.web.http_headers.InvalidHeaderName, improving compliance
    with RFC 9110. As a side effect, the server is slightly faster.
    (#​12191)
  • twisted.web.client and twisted.web.server now disable the Nagle
    algorithm (enable TCP_NODELAY), reducing the latency of small HTTP
    queries. (#​12311)
Bugfixes
  • twisted.web's HTTP/1.1 server now rejects header values containing a
    NUL byte with a 400 error, in compliance with RFC 9110. (#​12228)
  • twisted.internet.address no longer raises DeprecationWarning when
    used with attrs>=24.1.0. (#​12277)
  • twisted.web's HTTP/1.1 server now accepts '&' within tokens
    (methods, header field names, etc.), in compliance with RFC 9110.
    (#​12301)
Misc

Mail

No significant changes.

Words

No significant changes.

Names

No significant changes.

Trial

Features
  • Trial's -j flag now accepts an auto keyword to spawn a number of
    workers based on the available CPUs. (#​5824)
adamchainz/django-htmx (django-htmx)

v1.21.0

Compare Source

tqdm/tqdm (tqdm)

v4.66.6

Compare Source

evansd/whitenoise (whitenoise)

v6.8.1

Compare Source

v6.8.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@medihack medihack merged commit b1df16e into main Oct 28, 2024
1 check passed
@medihack medihack deleted the renovate/all-minor-patch branch October 28, 2024 18:38
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.

1 participant