immunedb
immunedb copied to clipboard
Bump eventlet from 0.34.2 to 0.35.2
Bumps eventlet from 0.34.2 to 0.35.2.
Changelog
Sourced from eventlet's changelog.
0.35.2
- [fix] Fix tool.setuptools/packages list eventlet/eventlet#921
- [security] Dnspython 2.6.1 - Address DoS via the Tudoor mechanism (CVE-2023-29483) eventlet/eventlet#916
- [doc] add asyncio into the doc hub page eventlet/eventlet#918
- [clean] clean obsolete python 2 code from the ssl module eventlet/eventlet#915
- [fix] Add get_server_info to db_pool.py eventlet/eventlet#324
- [fix] wsgi: Handle Timeouts from applications eventlet/eventlet#911
- [fix] shrinks window before connecting eventlet/eventlet#905
0.35.1
- [fix] Do not allow failed patching to stop execution eventlet/eventlet#907
0.35.0
- [doc] Basic documentation for asyncio migration eventlet/eventlet#892
- [tests] add minimal linting eventlet/eventlet#894
- [doc] officially host docs on readthedocs eventlet/eventlet#899
- [fix] fix truncate size nullable eventlet/eventlet#789
- [fix] Handle transport endpoint shutdown in conditions eventlet/eventlet#884
- [fix] Rework reject_bad_requests option eventlet/eventlet#890
- [fix] Fix NameError introduced by #826 eventlet/eventlet#890
- [feature] Support awaiting GreenThread in an
async def
context eventlet/eventlet#889- [infra] Extend test cert to 2049 eventlet/eventlet#643
- [feature] Asyncio hub support for Python 3.7 to 3.9 eventlet/eventlet#886
- [infra] Modernize doc generation eventlet/eventlet#880
- [fix] Fix bad exceptions handlings eventlet/eventlet#883
- [feature] Support using asyncio coroutines from inside greenlets eventlet/eventlet#877
- [removal] Remove deprecated CGIHTTPServer and SimpleHTTPServer eventlet/eventlet#881
- [governance] Update maintenance goals eventlet/eventlet#850
- [feature] Add an asyncio hub for eventlet eventlet/eventlet#870
0.34.3
- Fix security issue in the wsgi module related to RFC 9112 eventlet/eventlet#826
- Fix segfault, a new approach for greening existing locks eventlet/eventlet#866
- greendns: fix getaddrinfo parameter name eventlet/eventlet#809
- Fix deprecation warning on ssl.PROTOCOL_TLS eventlet/eventlet#872
- Pytests, fix error at teardown of TestGreenSocket.test_full_duplex eventlet/eventlet#871
- Skip test which uses Py cgi module eventlet/eventlet#865
- Drop old code based on python < 3.7
Commits
edd9e7e
Update changelog for version 0.35.2 (#920)a23fd0e
Fix tool.setuptools/packages list (#921)51e3c49
Dnspython 2.6.1 - Address DoS via the Tudoor mechanism (CVE-2023-29483)b6f6e7c
add asyncio into the doc hub page (#918)96a3940
clean obsolete python 2 code from the ssl module (#915)06ec630
Add get_server_info to db_pool.py (#324)dfcc939
wsgi: Handle Timeouts from applications (#911)799dabc
[Fix] shrinks window before connecting (#905)3f8c9e4
Do not allow failed patching to stop execution (#907)d467343
Add Python 3.7 to pyproject classifiers (#904)- 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 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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.37%. Comparing base (
d1c4719
) to head (828927e
).
Additional details and impacted files
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 58.37% 58.37%
=======================================
Files 38 38
Lines 3962 3962
=======================================
Hits 2313 2313
Misses 1649 1649
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.