From d0c390086b32bec021b045916a66dd3c898e1e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:26:41 +0000 Subject: [PATCH] chore(deps-dev): bump gevent in the pytest group across 1 directory Bumps the pytest group with 1 update in the / directory: [gevent](https://github.com/gevent/gevent). Updates `gevent` from 26.4.0 to 26.5.0 - [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:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0bbd3e..484954c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ test = [ "pytest==9.0.3", "pytest-cov==7.1.0", "pytest-sugar==1.1.1", - "gevent==26.4.0", + "gevent==26.5.0", ] lint = [ "flake8==7.3.0",