Skip to content

Commit 5477764

Browse files
chore(deps): bump celery from 5.5.3 to 5.6.0
Bumps [celery](https://github.com/celery/celery) from 5.5.3 to 5.6.0. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.5.3...v5.6.0) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da5fb15 commit 5477764

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ le-utils>=0.2.12
99
gunicorn==23.0.0
1010
django-postmark==0.1.6
1111
jsonfield==3.1.0
12-
celery==5.5.3
12+
celery==5.6.0
1313
redis
1414
python-postmark==0.7.0
1515
Django==3.2.24

requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ botocore==1.20.75
2828
# s3transfer
2929
cachetools==4.2.2
3030
# via google-auth
31-
celery==5.5.3
31+
celery==5.6.0
3232
# via
3333
# -r requirements.in
3434
# django-celery-results
@@ -95,6 +95,8 @@ django-webpack-loader==0.7.0
9595
# via -r requirements.in
9696
djangorestframework==3.15.1
9797
# via -r requirements.in
98+
exceptiongroup==1.3.1
99+
# via celery
98100
google-api-core[grpc]==1.27.0
99101
# via
100102
# google-cloud-core
@@ -154,7 +156,7 @@ jsonschema==4.25.1
154156
# via -r requirements.in
155157
jsonschema-specifications==2024.10.1
156158
# via jsonschema
157-
kombu==5.5.2
159+
kombu==5.6.1
158160
# via celery
159161
langcodes==3.5.0
160162
# via -r requirements.in
@@ -178,6 +180,7 @@ packaging==25.0
178180
# google-cloud-error-reporting
179181
# google-cloud-kms
180182
# gunicorn
183+
# kombu
181184
pillow==12.0.0
182185
# via -r requirements.in
183186
prometheus-client==0.10.1
@@ -258,6 +261,7 @@ sqlparse==0.4.1
258261
# via django
259262
typing-extensions==4.15.0
260263
# via
264+
# exceptiongroup
261265
# pydantic
262266
# pydantic-core
263267
# referencing
@@ -266,6 +270,8 @@ typing-inspection==0.4.2
266270
# via pydantic
267271
tzdata==2025.2
268272
# via kombu
273+
tzlocal==5.3.1
274+
# via celery
269275
urllib3==1.26.18
270276
# via
271277
# botocore

0 commit comments

Comments
 (0)