From 356f215d8e287b8d58deea4e3e20e74121c7acdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:11:40 +0200 Subject: [PATCH] Update celery requirement from ==5.3.* to ==5.4.* (#4091) Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version. - [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.0a1...v5.4.0) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc068596d..c9d34c295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "babel", "BeautifulSoup4==4.12.*", "bleach==5.0.*", - "celery==5.3.*", + "celery==5.4.*", "chardet==5.2.*", "cryptography>=3.4.2", "css-inline==0.14.*",