Skip to content

Commit fc320da

Browse files
chore: bump celery from 4.4.7 to 5.2.6 in /worker
Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.2.6. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.2.6/Changelog.rst) - [Commits](celery/celery@v4.4.7...v5.2.6) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbcd0ab commit fc320da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

worker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto-generated by tools/extract-requirements.sh.
22
# Please do not edit this file, edit the setup.py file!
3-
celery==4.4.7
3+
celery==5.2.6
44
kombu==4.6.10
55
mutagen>=1.31.0
66
requests>=2.7.0

worker/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages=["libretime_worker"],
2323
python_requires=">=3.6",
2424
install_requires=[
25-
"celery==4.4.7",
25+
"celery==5.2.6",
2626
"kombu==4.6.10",
2727
"mutagen>=1.31.0",
2828
"requests>=2.7.0",

0 commit comments

Comments
 (0)