From d6149e3f1836079629d92903b71f527f85ca6fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:53:36 +0000 Subject: [PATCH] build(deps): bump gevent from 20.5.0 to 23.9.0 Bumps [gevent](https://github.com/gevent/gevent) from 20.5.0 to 23.9.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/20.5.0...23.9.0) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production ... 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 6015aad6b0..fa6afd6711 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ pure-sasl twisted[tls]; python_version >= '3.5' twisted[tls]==19.2.1; python_version < '3.5' gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32' -gevent==20.5.0; platform_machine == 'i686' or platform_machine == 'win32' +gevent==23.9.0; platform_machine == 'i686' or platform_machine == 'win32' eventlet>=0.33.3 cython packaging