Skip to content

build(deps): bump eventlet from 0.25.2 to 0.30.2 #11

Merged
merged 1 commit into from Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps eventlet from 0.25.2 to 0.30.2.

Changelog

Sourced from eventlet's changelog.

0.30.2

0.30.1

0.30.0

  • pyopenssl tsafe module was deprecated and removed in v20.0.0
  • deprecate pyevent hub
  • Deprecate CPython 2.7 and 3.4 support
  • py39: Add _at_fork_reinit method to Semaphores

0.29.1

patcher: [py27] recursion error in pytest/python2.7 installing register_at_fork eventlet/eventlet#660 patcher: monkey_patch(builtins=True) failed on py3 because file class is gone eventlet/eventlet#541 don't crash on PyPy 7.0.0 eventlet/eventlet#547 Only install monotonic on python2 eventlet/eventlet#583

0.29.0

0.28.1

  • Sorry, Eventlet was broken on Windows for versions 0.27-0.28 patcher: no os.register_at_fork on Windows (#654)
  • Clean up TypeError in del

0.28.0

0.27.0

  • patcher: Clean up threading book-keeping at fork when monkey-patched
  • backdoor: handle disconnects better

0.26.1

0.26.0

  • Fix compatibility with SSLContext usage >= Python 3.7
  • wsgi: Fix header capitalization on py3
  • Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)

... (truncated)

Commits
  • 83b14ed v0.30.2 release
  • 79cf4ea greendns: Patch ssl
  • a21539d v0.30.1 release
  • 4497952 patcher: built-in open() did not accept kwargs
  • 4705f07 greenio: base: Fix minor typo in greenpipe_doc string
  • e68ea20 v0.30.0 release
  • ab289b6 use py3 urllib import in doc and examples
  • 9b500a6 pyopenssl tsafe module was deprecated and removed in v20.0.0
  • b744ac1 website: PyPI badge
  • 7207884 deprecate pyevent hub
  • 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 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 [eventlet](https://github.com/eventlet/eventlet) from 0.25.2 to 0.30.2.
- [Release notes](https://github.com/eventlet/eventlet/releases)
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.25.2...v0.30.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@nekromant nekromant merged commit a5c5d25 into master Mar 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

py3.7 deadlock with monkeypatch of stdlib thread modules + use of ThreadPoolExecutor
1 participant