From 77b9f1f6021fe331ec678a6a427d5561d16be3e0 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-engineio from 3.14.2 to 4.2.1 in /backend Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 3.14.2 to 4.2.1. - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-engineio/compare/v3.14.2...v4.2.1) --- updated-dependencies: - dependency-name: python-engineio 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..05c5718 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ certifi==2021.5.30 dnspython==1.16.0 eventlet==0.31.1 greenlet==1.1.1 -python-engineio==3.14.2 +python-engineio==4.2.1 python-socketio==4.6.1 six==1.16.0 pytest==6.2.4 \ No newline at end of file