Skip to content

build(deps): update gevent requirement from <27,>=26.7.0 to >=26.8.0,<27 - #134

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gevent-gte-26.8.0-and-lt-27
Open

build(deps): update gevent requirement from <27,>=26.7.0 to >=26.8.0,<27#134
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gevent-gte-26.8.0-and-lt-27

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 14, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on gevent to permit the latest version.

Changelog

Sourced from gevent's changelog.

=========================== Changes before gevent 1.0

.. currentmodule:: gevent

Release 0.13.8 (September 6, 2012)

  • Fixed :issue:80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus.
  • core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/emit_endif.
  • Fixed :issue:132: gevent.socket.gethostbyname() now does ascii encoding and uses gevent's resolver rather than calling built-in resolver. Patch by Alexey Borzenkov.

Release 0.13.7 (April 12, 2012)

  • Fixed :issue:94: fallback to buffer if memoryview fails in _get_memory on python 2.7.
  • Fixed :issue:103: Queue(None).full() returns False now (previously it returned True).
  • Fixed :issue:112: threading._sleep is not patched. Thanks to David LaBissoniere.
  • Fixed :issue:115: _dummy gets unexpected Timeout arg.

Release 0.13.6 (May 2, 2011)

  • Added __copy__ method to :class:gevent.local.local class that implements copy semantics compatible with built-in threading.local. Patch by Galfy Pundee.
  • Fixed :class:StreamServer class to catch EWOULDBLOCK rather than EAGAIN. This fixes lots of spurious tracebacks on Windows where these two constants are not the same. Patch by Alexey Borzenkov.
  • Fixed :issue:65: :func:fork now calls event_reinit only in the child process; otherwise the process could hang when using libevent2. Patch by Alexander Boudkar.

Release 0.13.5 (Apr 21, 2011)

  • Fixed build problem on Python 2.5

Release 0.13.4 (Apr 11, 2011)

  • Fixed :exc:TypeError that occurred when environ["wsgi.input"].read function was called with an integer argument.
  • Fixed :issue:63: :func:monkey.patch_thread now patches :mod:threading too, even if it's already imported. Patch by Shaun Lindsay.
  • Fixed :issue:64: :func:joinall and :func:killall functions used to hang if their argument contained duplicate greenlets.
  • Fixed :issue:69: :class:pywsgi.WSGIServer reported "Connection reset by peer" if the client did not close the connection gracefully after the last request. Such errors are now ignored.
  • Fixed :issue:67: Made :class:wsgi.WSGIServer add REQUEST_URI to environ. Patch by Andreas Blixt.
  • Fixed :issue:71: monkey patching httplib with :mod:gevent.httplib used to break HTTPSConnection. Patch by Nick Barkas.
  • Fixed :issue:74: :func:create_connection <gevent.socket.create_connection> now raises proper exception when getaddrinfo fails.
  • Fixed :meth:BaseServer.__repr__ method, :attr:BaseServer.server_host and :attr:BaseServer.server_port attributes to handle the case of AF_UNIX addresses properly. Previously they assumed address is always a tuple.
  • Fixed :class:pywsgi.WSGIServer to handle AF_UNIX listeners. The server now sets environ["SERVER_NAME"] and environ["SERVER_PORT"] to empty string in such case.

... (truncated)

Commits
  • 4f68410 Preparing release 26.8.0
  • 10489c5 Merge pull request #2199 from florentinl/florentin.labelle/fix/hubless-thread...
  • d4f5f09 Document the args[0] cross-thread wakeup mechanism
  • 9b04991 Run test_cross_thread_callback_can_run_before_scheduling_returns on all backends
  • ce7996d Address review comments: document cross-thread race, drop unneeded cpdef
  • 5288a6e Add missing @​ignores_leakcheck to new cross-thread test
  • c72eda0 Fix cross-thread notifier scheduling race
  • 908b937 Merge pull request #2195 from ddorian/fix-popen-exit-reentrant-close
  • b58795f Merge pull request #2191 from ddorian/fix-1865-global-shutdown-lock
  • ede2e71 Always use 'versionchanged:: NEXT' to let the release machinery fill in the c...
  • Additional commits viewable in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 14, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerAugust 14, 2026 06:53
@dependabotdependabotBot added the python Pull requests that update Python code label Aug 14, 2026
@codecov

codecovBot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.68%. Comparing base (0ad0b37) to head (f132120).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #134 +/- ##
=======================================
Coverage 94.68% 94.68% =======================================
Files 11 11 Lines 207 207 =======================================
Hits 196 196 Misses 11 11 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Updates the requirements on [gevent](https://github.com/gevent/gevent) to permit the latest version.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@26.7.0...26.8.0)
---
updated-dependencies:
- dependency-name: gevent
dependency-version: 26.8.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/pip/gevent-gte-26.8.0-and-lt-27 branch from 8562868 to f132120CompareAugust 21, 2026 20:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants