Changelog
*Sourced from [eventlet's changelog](https://github.com/eventlet/eventlet/blob/master/doc/history.rst).*
Commits
- [`ac7917c`](https://github.com/eventlet/eventlet/commit/ac7917c7241bc29696cf65dd7b9757df9c9bc955) release notes and version bump for 0.25.1
- [`ca8dd07`](https://github.com/eventlet/eventlet/commit/ca8dd0748a1985a409e9a9a517690f46e05cae99) workaround for pathlib on py 3.7
- [`7f8d478`](https://github.com/eventlet/eventlet/commit/7f8d478686532c314ad013840aa6388ec190f736) Stop using deprecated cgi.parse_qs() to support Python 3.8
- [`5b04426`](https://github.com/eventlet/eventlet/commit/5b04426586d88aaf23dcb9cd86cd7bf53c974c1e) v0.25.0 release
- [`1df1fb1`](https://github.com/eventlet/eventlet/commit/1df1fb16316749bbc5436d1625e48f312eee8b70) wsgi: minimize API changes for 100-continue fix ([#569](https://github-redirect.dependabot.com/eventlet/eventlet/issues/569))
- [`b9bf369`](https://github.com/eventlet/eventlet/commit/b9bf369778ec9798b3b6cffe59b7fd15f6159013) wsgi: Only send 100 Continue response if no response has been sent yet ([#557](https://github-redirect.dependabot.com/eventlet/eventlet/issues/557))
- [`4c59e30`](https://github.com/eventlet/eventlet/commit/4c59e301de90525f022c293ff80e2bebc8f40340) wsgi: Return 400 on negative Content-Length request headers ([#537](https://github-redirect.dependabot.com/eventlet/eventlet/issues/537))
- [`d027c72`](https://github.com/eventlet/eventlet/commit/d027c72f546e624fff2fdfc3466257ac2810463b) [#53](https://github-redirect.dependabot.com/eventlet/eventlet/issues/53): Make a GreenPile with no spawn()s an empty sequence. ([#555](https://github-redirect.dependabot.com/eventlet/eventlet/issues/555))
- [`fbd8a5b`](https://github.com/eventlet/eventlet/commit/fbd8a5bae8c342b79d4205ff863247779e8682ab) Increase Travis slop factor for ZMQ CPU usage. ([#542](https://github-redirect.dependabot.com/eventlet/eventlet/issues/542))
- [`4b0450b`](https://github.com/eventlet/eventlet/commit/4b0450b37c26d77cebf58d15f6c07525b5073b72) wsgi: fix Input.readlines when dealing with chunked input
- Additional commits viewable in [compare view](https://github.com/eventlet/eventlet/compare/v0.24.1...v0.25.1)
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](https://app.dependabot.com):
- 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 eventlet from 0.24.1 to 0.25.1.
Changelog
*Sourced from [eventlet's changelog](https://github.com/eventlet/eventlet/blob/master/doc/history.rst).*Commits
- [`ac7917c`](https://github.com/eventlet/eventlet/commit/ac7917c7241bc29696cf65dd7b9757df9c9bc955) release notes and version bump for 0.25.1 - [`ca8dd07`](https://github.com/eventlet/eventlet/commit/ca8dd0748a1985a409e9a9a517690f46e05cae99) workaround for pathlib on py 3.7 - [`7f8d478`](https://github.com/eventlet/eventlet/commit/7f8d478686532c314ad013840aa6388ec190f736) Stop using deprecated cgi.parse_qs() to support Python 3.8 - [`5b04426`](https://github.com/eventlet/eventlet/commit/5b04426586d88aaf23dcb9cd86cd7bf53c974c1e) v0.25.0 release - [`1df1fb1`](https://github.com/eventlet/eventlet/commit/1df1fb16316749bbc5436d1625e48f312eee8b70) wsgi: minimize API changes for 100-continue fix ([#569](https://github-redirect.dependabot.com/eventlet/eventlet/issues/569)) - [`b9bf369`](https://github.com/eventlet/eventlet/commit/b9bf369778ec9798b3b6cffe59b7fd15f6159013) wsgi: Only send 100 Continue response if no response has been sent yet ([#557](https://github-redirect.dependabot.com/eventlet/eventlet/issues/557)) - [`4c59e30`](https://github.com/eventlet/eventlet/commit/4c59e301de90525f022c293ff80e2bebc8f40340) wsgi: Return 400 on negative Content-Length request headers ([#537](https://github-redirect.dependabot.com/eventlet/eventlet/issues/537)) - [`d027c72`](https://github.com/eventlet/eventlet/commit/d027c72f546e624fff2fdfc3466257ac2810463b) [#53](https://github-redirect.dependabot.com/eventlet/eventlet/issues/53): Make a GreenPile with no spawn()s an empty sequence. ([#555](https://github-redirect.dependabot.com/eventlet/eventlet/issues/555)) - [`fbd8a5b`](https://github.com/eventlet/eventlet/commit/fbd8a5bae8c342b79d4205ff863247779e8682ab) Increase Travis slop factor for ZMQ CPU usage. ([#542](https://github-redirect.dependabot.com/eventlet/eventlet/issues/542)) - [`4b0450b`](https://github.com/eventlet/eventlet/commit/4b0450b37c26d77cebf58d15f6c07525b5073b72) wsgi: fix Input.readlines when dealing with chunked input - Additional commits viewable in [compare view](https://github.com/eventlet/eventlet/compare/v0.24.1...v0.25.1)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](https://app.dependabot.com): - 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.