Skip to content

Commit

Permalink
chore(deps): update dependency kombu to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2022
1 parent 782500f commit 3fe0a72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playout/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
dataclasses>=0.8,<0.9;python_version<'3.7'
jinja2>=3.0.3,<3.2
kombu==4.6.11
kombu==5.2.4
lxml>=4.5.0,<4.10.0
mutagen>=1.45.1,<1.46
python-dateutil>=2.8.1,<2.9
Expand Down
2 changes: 1 addition & 1 deletion playout/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'",
"dataclasses>=0.8,<0.9;python_version<'3.7'",
"jinja2>=3.0.3,<3.2",
"kombu==4.6.11",
"kombu==5.2.4",
"lxml>=4.5.0,<4.10.0",
"mutagen>=1.45.1,<1.46",
"python-dateutil>=2.8.1,<2.9",
Expand Down
2 changes: 1 addition & 1 deletion worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py.
celery==4.4.7
kombu==4.6.11
kombu==5.2.4
mutagen>=1.45.1,<1.46
requests>=2.25.1,<2.29
2 changes: 1 addition & 1 deletion worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
python_requires=">=3.6",
install_requires=[
"celery==4.4.7",
"kombu==4.6.11",
"kombu==5.2.4",
"mutagen>=1.45.1,<1.46",
"requests>=2.25.1,<2.29",
],
Expand Down

0 comments on commit 3fe0a72

Please sign in to comment.