From d68795fff115ce48f6cac23a88e31de59e26b782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:43:29 +0000 Subject: [PATCH] build(deps): update gevent requirement from <27,>=26.4.0 to >=26.5.0,<27 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/26.4.0...26.5.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 26.5.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 e538a4b..85797de 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>=26.4.0,<27 +gevent>=26.5.0,<27 gevent-websocket>=0.10.1,<1