Skip to content

Commit

Permalink
Bump celery from 4.4.7 to 5.2.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.2.2.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v4.4.7...v5.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2022
1 parent 026331e commit 0bf6f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/celery44.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amqp==2.6.1
billiard==3.6.4.0
celery==4.4.7
celery==5.2.2
kombu==4.6.11
vine==1.3.0
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# stay on LTS version
django< 2.3

celery<5.0 # we still want to support celery 4
celery<6.0 # we still want to support celery 4
pylint<2.8 # version 2.8 introduced breaking changes
# that have not yet been resolved, can be removed when version 2.8.2 is released

0 comments on commit 0bf6f40

Please sign in to comment.