From 79dd97bfa694ae29e9c154e6fc89c9a68ddf9900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:54:28 +0000 Subject: [PATCH] build(deps): update gevent requirement 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](https://github.com/gevent/gevent/compare/22.10.2...26.4.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 26.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index be15034..ae3819f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,5 +2,5 @@ pytest>=6.2.5,<9 pytest-cov>=3,<8 Flask>=2.0.3,<4 -gevent>=22.10.2,<26 +gevent>=22.10.2,<27 gevent-websocket>=0.10.1,<1