From 84895f02a871b14d2e87fa7dc562b364e1d405e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:13:55 +0000 Subject: [PATCH] Bump python-socketio from 4.6.1 to 5.4.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.1 to 5.4.0. - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v4.6.1...v5.4.0) --- updated-dependencies: - dependency-name: python-socketio 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 2f4ae97..c2c3aff 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,6 +3,6 @@ dnspython==1.16.0 eventlet==0.31.1 greenlet==1.1.1 python-engineio==3.14.2 -python-socketio==4.6.1 +python-socketio==5.4.0 six==1.16.0 pytest==6.2.4 \ No newline at end of file