Skip to content

Commit 7ddbc41

Browse files
chore(deps): bump celery from 5.6.2 to 5.6.3 (#9349)
* chore(deps): bump celery from 5.6.2 to 5.6.3 Bumps [celery](https://github.com/celery/celery) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ignore pip check success message when checking for errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Hengst <aryx.github@gmx-topmail.de>
1 parent 3ec703a commit 7ddbc41

3 files changed

Lines changed: 203 additions & 123 deletions

File tree

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
gunicorn==26.0.0
33
whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
44
Django==6.0.3
5-
celery==5.6.2 # celery needed for data ingestion
5+
celery==5.6.3 # celery needed for data ingestion
66
simplejson==3.20.2 # import simplejson
77
newrelic==11.2.0
88
certifi==2026.1.4

0 commit comments

Comments
 (0)