Skip to content

Commit 240bbbb

Browse files
[deps] Update celery requirement from ~=5.4.0 to >=5.4,<5.6
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.2) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0950c53 commit 240bbbb

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',
5555
'pytest-django~=4.10.0',
5656
],
57-
'celery': ['celery~=5.4.0'],
57+
'celery': ['celery>=5.4,<5.6'],
5858
'selenium': ['selenium>=4.10,<4.30'],
5959
},
6060
classifiers=[

0 commit comments

Comments
 (0)