SURFscz / SBS

Samenwerking Beheer Systeem ↣ Collaboration Management System
Apache License 2.0
3 stars 2 forks source link

Bump eventlet from 0.35.2 to 0.36.1 in /server #1339

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps eventlet from 0.35.2 to 0.36.1.

Changelog

Sourced from eventlet's changelog.

0.36.1

  • [fix] eventlet.websocket is not always used from eventlet.wsgi, so do not assume eventlet.set_idle exists eventlet/eventlet#949

0.36.0

Commits
  • 7eb208b Update changelog for version 0.36.1 (#952)
  • c0cb04d fix: eventlet.websocket not always used from eventlet.wsgi (fixes #946) (#949)
  • 80f3936 [doc] clean remnant refs to the pyevent removed hub (#944)
  • d396281 [trivial] linkage awesome-asyncio into our migration guide (#947)
  • e1afe7b Update changelog for version 0.36.0 (#941)
  • 3fcc9a5 Add asyncio API docs. (#939)
  • 1612191 Make sure asyncio hub doesn't use greendns for asyncio DNS APIs (#938)
  • 1c869fb add a python doc link about to_thread (#937)
  • 520c6e2 Make asyncio.to_thread() work, with the same semantics as normal asyncio (#...
  • 48c259c Refactor congruence checks based on assert at runtime (#932)
  • Additional commits viewable in compare view


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 show 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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.28%. Comparing base (0dda00a) to head (aa8273a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1339 +/- ## ========================================== + Coverage 99.25% 99.28% +0.02% ========================================== Files 93 93 Lines 7790 7790 ========================================== + Hits 7732 7734 +2 + Misses 58 56 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.