From 3c7c0aa9dd299f4aa3047f54d6a5c42657e86ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:25:53 +0000 Subject: [PATCH] Bump gevent from 22.8.0 to 22.10.1 Bumps [gevent](https://github.com/gevent/gevent) from 22.8.0 to 22.10.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.08.0...22.10.1) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-minor ... 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 76224e63..40146293 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ Faker==15.1.0 pytest==7.1.1 pytest-cov==4.0.0 -gevent==22.8.0; "PyPy" not in platform_python_implementation +gevent==22.10.1; "PyPy" not in platform_python_implementation pylibmc==1.6.1; sys.platform != 'win32' python-memcached==1.59 zstd==1.5.2.5