From a0f8b970c6a859c448be19b4059d2300effa6bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:27:42 +0000 Subject: [PATCH] Bump gevent from 22.10.1 to 24.2.1 Bumps [gevent](https://github.com/gevent/gevent) from 22.10.1 to 24.2.1. - [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.1...24.2.1) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 58a7f67..9d2c5a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ Faker==18.11.2 pytest==7.4.1 pytest-cov==4.0.0 -gevent==22.10.1; "PyPy" not in platform_python_implementation +gevent==24.2.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32' python-memcached==1.59 zstd==1.5.4.0