From 7aa533e7000272a8d0f5df1a7063c0b0f2e52364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 07:23:01 +0000 Subject: [PATCH] chore(deps-dev): bump gevent from 26.7.0 to 26.8.0 in the pytest group Bumps the pytest group with 1 update: [gevent](https://github.com/gevent/gevent). Updates `gevent` from 26.7.0 to 26.8.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.7.0...26.8.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 26.8.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 f3fae85..2aacff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ test = [ "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-sugar==1.1.1", - "gevent==26.7.0", + "gevent==26.8.0", ] lint = [ "flake8==7.3.0",