summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-12-20 10:55:25 +0600
committerGitHub <noreply@github.com>2021-12-20 10:55:25 +0600
commit8d8b247408a55282c7edcb8ef1e081cfbc5c4ee0 (patch)
tree1dfd93e27eed3a6819adfdcadd2a2c03a7bb913d
parent8b284e50eb123f4935958434b916580360e3be3c (diff)
downloadkombu-amqp508.tar.gz
bump to 5.0.9 in an attempt to fix the regressionamqp508
-rw-r--r--requirements/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/default.txt b/requirements/default.txt
index 0330a90e..6710e6d0 100644
--- a/requirements/default.txt
+++ b/requirements/default.txt
@@ -1,4 +1,4 @@
importlib-metadata>=0.18; python_version<"3.8"
cached_property; python_version<"3.8"
-amqp>=5.0.8,<6.0.0
+amqp>=5.0.9,<6.0.0
vine