Skip to content

Commit 0c66f8b

Browse files
Bump eventlet from 0.40.1 to 0.40.3 (#1908)
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.40.1 to 0.40.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eventlet/eventlet/blob/master/NEWS">eventlet's changelog</a>.</em></p> <blockquote> <h1>0.40.3</h1> <ul> <li>[SECURITY] Fix request smuggling vulnerability by discarding trailers (<a href="https://redirect.github.com/eventlet/eventlet/issues/1062">#1062</a>)</li> </ul> <h1>0.40.2</h1> <ul> <li>Fix compatibility issues identified with Python 3.14 on Linux (<a href="https://redirect.github.com/eventlet/eventlet/issues/1058">#1058</a>)</li> <li>Make database removal safer with IF EXISTS (<a href="https://redirect.github.com/eventlet/eventlet/issues/1056">#1056</a>)</li> <li>Prepare jobs and CI/CD for python 3.14 (<a href="https://redirect.github.com/eventlet/eventlet/issues/1055">#1055</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eventlet/eventlet/commit/b0d913362108941a3e71cba2b94a647ed3307a44"><code>b0d9133</code></a> Update changelog for version 0.40.3 (<a href="https://redirect.github.com/eventlet/eventlet/issues/1064">#1064</a>)</li> <li><a href="https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"><code>0bfebd1</code></a> [SECURITY] Fix request smuggling vulnerability by discarding trailers (<a href="https://redirect.github.com/eventlet/eventlet/issues/1062">#1062</a>)</li> <li><a href="https://github.com/eventlet/eventlet/commit/e073b83f4569c07bc71d8f2176b557e75fba1f38"><code>e073b83</code></a> Update changelog for version 0.40.2 (<a href="https://redirect.github.com/eventlet/eventlet/issues/1060">#1060</a>)</li> <li><a href="https://github.com/eventlet/eventlet/commit/06d9572b9b92178a0d4accbc9d6b40b1d02add6f"><code>06d9572</code></a> Fix tests on Python 3.14 on Linux (<a href="https://redirect.github.com/eventlet/eventlet/issues/1058">#1058</a>)</li> <li><a href="https://github.com/eventlet/eventlet/commit/d4d5b8f9ee3429c844bbebf41a74a1d3f7caa185"><code>d4d5b8f</code></a> Make database removal safer with IF EXISTS (<a href="https://redirect.github.com/eventlet/eventlet/issues/1056">#1056</a>)</li> <li><a href="https://github.com/eventlet/eventlet/commit/2f217ca6c120c91bed0964d0d9b55ec7c1538193"><code>2f217ca</code></a> Prepare jobs and CI/CD for python 3.14 (<a href="https://redirect.github.com/eventlet/eventlet/issues/1055">#1055</a>)</li> <li>See full diff in <a href="https://github.com/eventlet/eventlet/compare/0.40.1...0.40.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eventlet&package-manager=pip&previous-version=0.40.1&new-version=0.40.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tiny-pilot/tinypilot/network/alerts). </details> <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1908"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7520fc9 commit 0c66f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See the "Updating Python pip packages" section of CONTRIBUTING.md for
22
# instructions about updating this file.
33

4-
eventlet==0.40.1
4+
eventlet==0.40.3
55
Flask==3.1.1
66
Flask-SocketIO==5.5.1
77
Flask-WTF==1.2.2

0 commit comments

Comments
 (0)