PythonBuddy
PythonBuddy copied to clipboard
Bump eventlet from 0.31.0 to 0.40.3
Bumps eventlet from 0.31.0 to 0.40.3.
Changelog
Sourced from eventlet's changelog.
0.40.3
- [SECURITY] Fix request smuggling vulnerability by discarding trailers (#1062)
0.40.2
- Fix compatibility issues identified with Python 3.14 on Linux (#1058)
- Make database removal safer with IF EXISTS (#1056)
- Prepare jobs and CI/CD for python 3.14 (#1055)
0.40.1
- [fix] "Fix" fork() so it "works" on Python 3.13, and "works" better on older Python versions (#1047)
- Behavior change: threads created by eventlet.green.threading.Thread and threading.Thead will be visible across both modules if monkey patching was used. Previously each module would only list threads created in that module.
- Bug fix: after fork(), greenlet threads are correctly listed in threading.enumerate() if monkey patching was used. You should not use fork()-without-execve().
- [fix] Fix patching of removed URLopener class in Python 3.14 (#1053)
- [fix] ReferenceError except while count rlock (#1042)
- [fix] Replace deprecated datetime.utcfromtimestamp (#1050)
- [fix][env] Remove duplicate steps (#1049)
- [fix] Replace deprecated datetime.datetime.utcnow (#1046)
0.40.0
- [fix] Fix ssl test when linking against openssl 3.5 (#1034)
- Drop support Python 3.8 (#1021)
- [doc] Various doc updates (#981, #1033)
- [env] Drop PyPy support (#1035 #1037)
0.39.1
- [fix] Make LightQueue and derivatives subscriptable (#1027)
0.39.0
- [fix] Remove monotonic from requirements (#1018)
- [fix] wsgi: Clean up some override logic (#999)
- [fix] Correct line lookup from inspect.getsourcelines() (#990)
- Drop support of Python 3.7 (#967)
- [fix] Calling eventlet.sleep(0) isn't really blocking, so don't blow up (#1015)
0.38.2
... (truncated)
Commits
b0d9133Update changelog for version 0.40.3 (#1064)0bfebd1[SECURITY] Fix request smuggling vulnerability by discarding trailers (#1062)e073b83Update changelog for version 0.40.2 (#1060)06d9572Fix tests on Python 3.14 on Linux (#1058)d4d5b8fMake database removal safer with IF EXISTS (#1056)2f217caPrepare jobs and CI/CD for python 3.14 (#1055)d1e7a94Update changelog for version 0.40.1 (#1052)6e9c034Fix patching of removed URLopener class in Python 3.14 (#1053)e470c1fHandle ReferenceError except while count rlock (#1042)a4dcd4d"Fix" fork() so it "works" on Python 3.13, and "works" better on older Python...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.