Skip to content

Commit

Permalink
chore(deps): update celery requirement from ~=5.2.7 to ~=5.3.0 in /api
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.2.7...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and peterthomassen committed Jun 15, 2023
1 parent 2240a18 commit 50e2b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
captcha~=0.4.0
celery~=5.2.7
celery~=5.3.0
coverage~=7.2.7
cryptography~=41.0.1
Django~=4.1.0 # upgrade once django-pgtrigger is compatible
Expand Down

0 comments on commit 50e2b69

Please sign in to comment.