From c1f3a3965122a86433018b1318af8a8570a6bb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 05:26:29 +0000 Subject: [PATCH] Bump celery from 5.3.1 to 5.3.4 Bumps [celery](https://github.com/celery/celery) from 5.3.1 to 5.3.4. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.3.1...v5.3.4) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e892aa0b..39d2159f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -celery==5.3.1 +celery==5.3.4 flask==2.3.3 flask-login==0.6.2 flask_socketio==5.3.6