Skip to content

Commit 50214cc

Browse files
Update celery requirement from ==5.4.* to ==5.5.* in /server (#346)
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.0rc1...v5.5.2) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5d29b9 commit 50214cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aiofile==3.9.*
33
aiohttp==3.11.18
44
beautifulsoup4==4.12.*
5-
celery==5.4.*
5+
celery==5.5.*
66
channels==4.2.*
77
channels_redis==4.2.*
88
Django==4.2.*

0 commit comments

Comments
 (0)