Skip to content

Commit cb44ac9

Browse files
Update celery requirement from ==5.3.* to ==5.4.* in /server (#75)
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.3.0a1...v5.4.0) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ...
1 parent f6e248c commit cb44ac9

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.8.*
33
aiohttp==3.10.10
44
beautifulsoup4==4.12.*
5-
celery==5.3.*
5+
celery==5.4.*
66
channels==4.1.*
77
channels_redis==4.2.*
88
Django==4.2.*

0 commit comments

Comments
 (0)