From 814980970ec9b9a836cb24accc8acf48cafe717a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:08:27 +0000 Subject: [PATCH] chore(deps): bump the pytest group across 1 directory with 2 updates Bumps the pytest group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [gevent](https://github.com/gevent/gevent). Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) Updates `gevent` from 25.8.1 to 25.8.2 - [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/25.8.1...25.8.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytest - dependency-name: gevent dependency-version: 25.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytest ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index b9807f1..66bd676 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt -pytest==8.4.1 +pytest==8.4.2 pytest-cov==6.2.1 pytest-sugar==1.1.1 -gevent==25.8.1 +gevent==25.8.2