From a1d3bcd698d902ca991de2000a1554d9540feca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:13:18 +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] --- cyan_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyan_flask/requirements.txt b/cyan_flask/requirements.txt index ccaeb272..682e56af 100644 --- a/cyan_flask/requirements.txt +++ b/cyan_flask/requirements.txt @@ -1,5 +1,5 @@ bcrypt==4.0.1 -celery==5.3.1 +celery==5.3.4 cryptography==41.0.3 Flask==2.3.2 Flask-Cors==4.0.0