From ef5834e269d32dc48a3898b0456612727a97eced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 23:48:52 +0000 Subject: [PATCH] Bump greenlet from 0.4.17 to 1.1.0 in /backend Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 0.4.17 to 1.1.0. - [Release notes](https://github.com/python-greenlet/greenlet/releases) - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.17...1.1.0) --- updated-dependencies: - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cdbe19d..d992ac8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ certifi==2021.5.30 dnspython==1.16.0 eventlet==0.31.0 -greenlet==0.4.17 +greenlet==1.1.0 python-engineio==4.2.0 python-socketio==5.3.0 six==1.16.0