Skip to content

Commit 8c2db05

Browse files
[deps] Update celery requirement from ~=5.4.0 to ~=5.5.3
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](celery/celery@v5.4.0...v5.5.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:development ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <[email protected]>
1 parent 0761499 commit 8c2db05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"pytest-asyncio>=0.24,<0.27",
5555
"pytest-django>=4.10,<4.12",
5656
],
57-
"celery": ["celery~=5.4.0"],
57+
"celery": ["celery~=5.5.3"],
5858
"selenium": ["selenium>=4.10,<4.35"],
5959
},
6060
classifiers=[

0 commit comments

Comments
 (0)