Skip to content

Commit a1ae819

Browse files
Bump kombu from 4.6.10 to 5.2.4 in /worker
Bumps [kombu](https://kombu.readthedocs.io) from 4.6.10 to 5.2.4. --- updated-dependencies: - dependency-name: kombu dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d7083f commit a1ae819

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!
33
celery==4.4.7
4-
kombu==4.6.11
4+
kombu==5.2.4
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
@@ -23,7 +23,7 @@
2323
python_requires=">=3.6",
2424
install_requires=[
2525
"celery==4.4.7",
26-
"kombu==4.6.11",
26+
"kombu==5.2.4",
2727
"mutagen>=1.31.0",
2828
"requests>=2.7.0",
2929
],

0 commit comments

Comments
 (0)