Skip to content

Commit

Permalink
Update kombu requirement from <5.4,>=5.2.4 to >=5.2.4,<5.5 (#2690)
Browse files Browse the repository at this point in the history
Updates the requirements on [kombu](https://github.com/celery/kombu) to permit the latest version.
- [Release notes](https://github.com/celery/kombu/releases)
- [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst)
- [Commits](celery/kombu@v5.2.4...v5.4.0)

---
updated-dependencies:
- dependency-name: kombu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 6f16e0e commit de2f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"celery[redis]>=5.2.7,<5.5",
"cerberus>=1.3.2,<1.4",
"redis>=4.5.2,<5.1",
"kombu>=5.2.4,<5.4",
"kombu>=5.2.4,<5.5",
"feedparser>=6.0.8,<6.1",
"hachoir<=3.3.0",
"HermesCache>=0.10.0,<1.1.0",
Expand Down

0 comments on commit de2f626

Please sign in to comment.