build(deps): update gevent requirement from <26,>=22.10.2 to >=22.10.2,<27
Open
Number: #103
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
April 13, 2026 at 06:54 AM UTC
(2 months ago)
(2 months ago)
Updated:
April 13, 2026 at 06:55 AM UTC
(2 months ago)
(2 months ago)
Labels:
dependencies python
dependencies python
Description:
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()returnsFalsenow (previously it returnedTrue).- 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.localclass that implements copy semantics compatible with built-inthreading.local. Patch by Galfy Pundee.- Fixed :class:
StreamServerclass to catchEWOULDBLOCKrather thanEAGAIN. This fixes lots of spurious tracebacks on Windows where these two constants are not the same. Patch by Alexey Borzenkov.- Fixed :issue:
65: :func:forknow callsevent_reinitonly 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:
TypeErrorthat occurred whenenviron["wsgi.input"].readfunction was called with an integer argument.- Fixed :issue:
63: :func:monkey.patch_threadnow patches :mod:threadingtoo, even if it's already imported. Patch by Shaun Lindsay.- Fixed :issue:
64: :func:joinalland :func:killallfunctions used to hang if their argument contained duplicate greenlets.- Fixed :issue:
69: :class:pywsgi.WSGIServerreported "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.WSGIServeraddREQUEST_URIto environ. Patch by Andreas Blixt.- Fixed :issue:
71: monkey patchinghttplibwith :mod:gevent.httplibused to breakHTTPSConnection. Patch by Nick Barkas.- Fixed :issue:
74: :func:create_connection <gevent.socket.create_connection>now raises proper exception whengetaddrinfofails.- Fixed :meth:
BaseServer.__repr__method, :attr:BaseServer.server_hostand :attr:BaseServer.server_portattributes to handle the case ofAF_UNIXaddresses properly. Previously they assumed address is always a tuple.- Fixed :class:
pywsgi.WSGIServerto handleAF_UNIXlisteners. The server now setsenviron["SERVER_NAME"]andenviron["SERVER_PORT"]to empty string in such case.
... (truncated)
Commits
2a096a9Preparing release 26.4.0e80421dMerge pull request #2171 from gevent/ci-py-ver-updates6cfa49btest__ssl.py: PROTOCOL_TLS deprecation fixe2ec5ebFix deprecations about use of SSLContext without setting a protocol.3890402lint26b5b7fpsutil 6 deprecated .connections, use replacement .net_connectionscbbd53eClean up some warnings from leakcheck.3840706test__util is getting extra greenlets when combined with test__threadpool on ...408aeebtest__select: libuv on recent versions of Python isn't producing the OSError ...6b6ee4eUpdate python versions tested in CI.- 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 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)
Package Dependencies
Technical Details
| ID: | 15272241 |
| UUID: | 4252009860 |
| Node ID: | PR_kwDOK0DSFc7R5EoA |
| Host: | GitHub |
| Repository: | slackapi/python-slack-hooks |