Skip to content

Commit

Permalink
Bump django-celery-results from 2.2.0 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/main/Changelog)
- [Commits](celery/django-celery-results@v2.2.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent 91a441d commit 7441c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django~=3.2.11
djangorestframework==3.13.1
django-model-utils==3.1.2
django-celery-results==2.2.0
django-celery-results==2.4.0
django-celery-beat==2.2.1

# Celery packages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'Django~=3.2.11',
'djangorestframework==3.13.1',
'django-model-utils==3.1.2',
'django-celery-results==2.2.0',
'django-celery-results==2.4.0',
'django-celery-beat==2.2.1',
'kombu~=5.2.3',
'celery~=5.2.3',
Expand Down

0 comments on commit 7441c41

Please sign in to comment.