Skip to content

Commit

Permalink
Update celery requirement from <5.0.0,>=4.3.0 to >=4.3.0,<6.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/v5.2.6/Changelog.rst)
- [Commits](celery/celery@v4.3.0...v5.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2022
1 parent 9a8a3e1 commit 5a246f1
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 @@ -91,7 +91,7 @@ def get_version(version_file):
# Celery 5.0 introduces breaking changes to the CLI. See
# https://docs.celeryq.dev/en/stable/history/whatsnew-5.0.html?highlight=command%20line%20options#new-command-line-interface
# for more information.
"celery >= 4.3.0,<5.0.0",
"celery >= 4.3.0,< 6.0.0",
"cryptography >= 2.4.2",
"defusedxml",
"dnspython",
Expand Down

0 comments on commit 5a246f1

Please sign in to comment.