From db682a8f1bbfb3bab0af3fd6013cc6baaebdbe82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:11:47 +0000 Subject: [PATCH] Bump greenlet from 1.1.0 to 1.1.1 in /backend Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 1.1.0 to 1.1.1. - [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/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-patch ... 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 cfb1b8b..2f4ae97 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ certifi==2021.5.30 dnspython==1.16.0 eventlet==0.31.1 -greenlet==1.1.0 +greenlet==1.1.1 python-engineio==3.14.2 python-socketio==4.6.1 six==1.16.0