Skip to content

Commit

Permalink
[deps] Update celery requirement from ~=5.3.0 to >=5.3,<5.5
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/main/Changelog.rst)
- [Commits](celery/celery@v5.3.0...v5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 15366d4 commit 8430bee
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 @@ -62,7 +62,7 @@
'django-filter~=23.2', # django-filter uses CalVer
'drf-yasg~=1.21.7',
],
'celery': ['celery~=5.3.0'],
'celery': ['celery>=5.3,<5.5'],
'selenium': ['selenium>=4.10,<4.23'],
},
classifiers=[
Expand Down

0 comments on commit 8430bee

Please sign in to comment.