Skip to content

Bump twisted from 18.7.0 to 19.2.0#64

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/twisted-19.2.0
Closed

Bump twisted from 18.7.0 to 19.2.0#64
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/twisted-19.2.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps twisted from 18.7.0 to 19.2.0.

Changelog

Sourced from twisted's changelog.

Twisted 19.2.0 (2019-04-07)

This is the final release that will support Python 3.4.

Features

  • twisted.internet.ssl.CertificateOptions now uses 32 random bytes instead of an MD5 hash for the ssl session identifier context. (#9463)
  • DeferredLock and DeferredSemaphore can be used as asynchronous context managers on Python 3.5+. (#9546)
  • t.i.b.BaseConnector has custom __repr__ (#9548)
  • twisted.internet.ssl.optionsForClientTLS now supports validating IP addresses from the certificate subjectAltName (#9585)
  • Twisted's minimum Cryptography requirement is now 2.5. (#9592)

Bugfixes

  • twisted.web.proxy.ReverseProxyResource fixed documentation and example snippet (#9192)
  • twisted.python.failure.Failure.getTracebackObject now returns traceback objects whose frames can be passed into traceback.print_stack for better debugging of where the exception came from. (#9305)
  • twisted.internet.ssl.KeyPair.generate: No longer generate 1024-bit RSA keys by default. Anyone who generated a key with this method using the default value should move to replace it immediately. (#9453)
  • The message of twisted.internet.error.ConnectionAborted is no longer truncated. (#9522)
  • twisted.enterprise.adbapi.ConnectionPool.connect now logs only the dbapiName and not the connection arguments, which may contain credentials (#9544)
  • twisted.python.runtime.Platform.supportsINotify no longer considers the result of isDocker for its own result. (#9579)

Improved Documentation

  • The documentation for the the twisted.internet.interfaces.IConsumer, IProducer, and IPullProducer interfaces is more detailed. (#2546)
  • The errback example in the docstring of twisted.logger.Logger.failure has been corrected. (#9334)
  • The sample code in the "Twisted Web In 60 Seconds" tutorial runs on Python 3. (#9559)

Misc

Conch

Features

  • twisted.conch.ssh.keys can now read private keys in the new "openssh-key-v1" format, introduced in OpenSSH 6.5 and made the default in OpenSSH 7.8. (#9515)

Bugfixes

  • Conch now uses pyca/cryptography for Diffie-Hellman key generation and agreement. (#8831)

Misc

... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 11, 2019
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #72.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/twisted-19.2.0 branch June 7, 2019 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant