Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 22, 2020

Bumps eventlet from 0.25 to 0.25.2.

Changelog

Sourced from eventlet's changelog.

0.25.2

  • green.ssl: redundant set_nonblocking() caused SSLWantReadError

0.25.1

  • wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; Thanks to Miro Hrončok
  • os: Add workaround to open for pathlib on py 3.7; Thanks to David Szotten

0.25.0

  • wsgi: Only send 100 Continue response if no response has been sent yet; Thanks to Tim Burke
  • wsgi: Return 400 on negative Content-Length request headers; Thanks to Tim Burke
  • Make a GreenPile with no spawn()s an empty sequence; Thanks to nat-goodspeed
  • wsgi: fix Input.readlines when dealing with chunked input; Thanks to Tim Burke
  • wsgi: fix Input.readline on Python 3; Thanks to Tim Burke
  • wsgi: Stop replacing invalid UTF-8 on py3; Thanks to Tim Burke
  • ssl: Fix compatibility with Python 3.7 ssl.SSLSocket; Thanks to Junyi
  • reimport submodule as well in patcher.inject; Thanks to Junyi
  • use Python 2 compatible syntax for keyword-only args; Thanks to nat-goodspeed
  • wsgi: Catch and swallow IOErrors during discard(); Thanks to Tim Burke
  • Fix for Python 3.7; Thanks to Marcel Plch
  • Fix race that could cause using epolls as default hub even when platform does not support it; Thanks to Sergey Shepelev
  • wsgi: make Expect 100-continue field-value case-insensitive; Thanks to Julien Kasarherou
  • greenthread: optimize _exit_funcs getattr/del dance; Thanks to Alex Kashirin
  • New benchmarks runner; Thanks to Sergey Shepelev
  • ssl: fix connect to use monotonic clock for timeout; Thanks to Sergey Shepelev

0.24.1

  • greendns: don't contact nameservers if one entry is returned from hosts file; Thanks to Daniel Alvarez

0.24.0

  • greendns: Fix infinite loop when UDP source address mismatch; Thanks to Lon Hohberger
  • greendns: Fix bad ipv6 comparison; Thanks to Lon Hohberger
  • wsgi: Use byte strings on py2 and unicode strings on py3; Thanks to Tim Burke
  • pools: put to empty pool would block sometimes; Thanks to Sam Merritt
  • greendns: resolving over TCP produced ValueError; Thanks to Jaume Marhuenda
  • support.greendns: ImportError when dns.rdtypes was imported before eventlet; Thanks to Jaume Marhuenda
  • greendns: full comment lines were not skipped; Thanks to nat-goodspeed
  • Drop support for Python3.3; Python2.6 and python-epoll package
  • external dependencies for six, monotonic, dnspython; Thanks to nat-goodspeed
  • wsgi: Don't strip all Unicode whitespace from headers on py3; Thanks to Tim Burke

0.23.0

  • green.threading: current_thread() did not see new monkey-patched threads; Thanks to Jake Tesler
  • tpool: exception in tpool-ed call leaked memory via backtrace
  • wsgi: latin-1 encoding dance for environ[PATH_INFO]
... (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 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)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #6935 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6935   +/-   ##
============================================
  Coverage        66.40%   66.40%           
============================================
  Files              313      313           
  Lines            15358    15358           
============================================
  Hits             10198    10198           
  Misses            5160     5160           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70f4cb7...a5b5aef. Read the comment docs.

Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.25 to 0.25.2.
- [Release notes](https://github.com/eventlet/eventlet/releases)
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](https://github.com/eventlet/eventlet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/eventlet-0.25.2 branch from 2ea1315 to a5b5aef Compare April 22, 2020 19:33
@iamareebjamal iamareebjamal merged commit 9b18347 into development Apr 22, 2020
@iamareebjamal iamareebjamal deleted the dependabot/pip/eventlet-0.25.2 branch April 22, 2020 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants