ncouture / MockSSH

Mock an SSH server and define all commands it supports (Python, Twisted)
Other
125 stars 23 forks source link

Bump twisted from 16.7.0rc2 to 19.7.0 #22

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 4 years ago

Bumps twisted from 16.7.0rc2 to 19.7.0.

Changelog *Sourced from [twisted's changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst).* > Twisted 19.7.0 (2019-07-28) > =========================== > > Features > -------- > > - The callable argument to twisted.internet.task.deferLater() is no longer required. ([#9577](https://github-redirect.dependabot.com/twisted/twisted/issues/9577)) > - Twisted's minimum Cryptography requirement is now 2.5. ([#9592](https://github-redirect.dependabot.com/twisted/twisted/issues/9592)) > - twisted.internet.utils.getProcessOutputAndValue now accepts `stdinBytes` to write to the child process's standard input. ([#9607](https://github-redirect.dependabot.com/twisted/twisted/issues/9607)) > - Add new twisted.logger.capturedLogs context manager for capturing observed log events in tests. ([#9617](https://github-redirect.dependabot.com/twisted/twisted/issues/9617)) > - twisted.internet.base.PluggableResolverMixin, which implements the pluggable resolver interfaces for easier re-use in other reactors, has been factored out of ReactorBase. ([#9632](https://github-redirect.dependabot.com/twisted/twisted/issues/9632)) > - The PyPI page for Twisted has been enhanced to include more information and useful links. ([#9648](https://github-redirect.dependabot.com/twisted/twisted/issues/9648)) > > > Bugfixes > -------- > > - twisted.internet.endpoints is now importable on Windows when pywin32 is not installed. ([#6032](https://github-redirect.dependabot.com/twisted/twisted/issues/6032)) > - twisted.conch.ssh now generates correct keys when using hmac-sha2-512 with SHA1 based KEX algorithms. ([#8258](https://github-redirect.dependabot.com/twisted/twisted/issues/8258)) > - twisted.internet.iocpreactor.abstract.FileHandle no longer duplicates/looses outgoing data when .write() is called in rapid succession with large payloads ([#9446](https://github-redirect.dependabot.com/twisted/twisted/issues/9446)) > - twisted.application.backoffPolicy will not fail on connection attempts > 1750 with default settings. ([#9476](https://github-redirect.dependabot.com/twisted/twisted/issues/9476)) > - Trial on Python 3 will now properly re-raise ImportErrors that occur during the import of a module, rather than saying the module doesn't exist. ([#9628](https://github-redirect.dependabot.com/twisted/twisted/issues/9628)) > - twisted.internet.process does not fail on import when the process has more than 1024 file descriptors opened. ([#9636](https://github-redirect.dependabot.com/twisted/twisted/issues/9636)) > - Add the stackLevel keyword argument to twisted.logger.STDLibLogObserver._findCaller to fix an incompatibility with Python 3.8. ([#9668](https://github-redirect.dependabot.com/twisted/twisted/issues/9668)) > > > Improved Documentation > ---------------------- > > - Fix the incorrect docstring for twisted.python.components.Componentized.addComponent which stated that the function returned a list of interfaces, even though the function doesn't actually do so. ([#9637](https://github-redirect.dependabot.com/twisted/twisted/issues/9637)) > > > Deprecations and Removals > ------------------------- > > - twisted.test.proto_helpers has moved to twisted.internet.testing. twisted.test.proto_helpers has been deprecated. ([#6435](https://github-redirect.dependabot.com/twisted/twisted/issues/6435)) > - twisted.protocols.mice, deprecated since Twisted 16.0, has been removed. ([#9602](https://github-redirect.dependabot.com/twisted/twisted/issues/9602)) > - twisted.conch.insults.client and twisted.conch.insults.colors, deprecated since Twisted 10.1, have been removed. ([#9603](https://github-redirect.dependabot.com/twisted/twisted/issues/9603)) > - The __version__ attribute of Twisted submodules that were previously packaged separately, deprecated since Twisted 16.0, has been removed. ([#9604](https://github-redirect.dependabot.com/twisted/twisted/issues/9604)) > - Python 3.4 is no longer supported. ([#9613](https://github-redirect.dependabot.com/twisted/twisted/issues/9613)) > - twisted.python.compat.OrderedDict, an alias for collections.OrderedDict and deprecated since Twisted 15.5, has been removed. ([#9639](https://github-redirect.dependabot.com/twisted/twisted/issues/9639)) > > > Misc > ---- > > - [#9217](https://github-redirect.dependabot.com/twisted/twisted/issues/9217), [#9445](https://github-redirect.dependabot.com/twisted/twisted/issues/9445), [#9454](https://github-redirect.dependabot.com/twisted/twisted/issues/9454), [#9605](https://github-redirect.dependabot.com/twisted/twisted/issues/9605), [#9614](https://github-redirect.dependabot.com/twisted/twisted/issues/9614), [#9615](https://github-redirect.dependabot.com/twisted/twisted/issues/9615), [#9619](https://github-redirect.dependabot.com/twisted/twisted/issues/9619), [#9625](https://github-redirect.dependabot.com/twisted/twisted/issues/9625), [#9633](https://github-redirect.dependabot.com/twisted/twisted/issues/9633), [#9640](https://github-redirect.dependabot.com/twisted/twisted/issues/9640), [#9674](https://github-redirect.dependabot.com/twisted/twisted/issues/9674) > > > Conch > ... (truncated)
Commits - See full diff in [compare view](https://github.com/twisted/twisted/commits/twisted-19.7.0)


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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ncouture/MockSSH/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #26.

dependabot[bot] commented 2 years ago

Superseded by #26.