From 452572977cdeb0d9b3bc13526157b3e9743a5d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:33:15 +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 f4186f7..e538a4b 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,5 +2,5 @@ pytest>=8.4.2,<9 pytest-cov>=7.1.0,<8 Flask>=3.1.3,<4 -gevent>=22.10.2,<27 +gevent>=26.4.0,<27 gevent-websocket>=0.10.1,<1