Skip to content

Commit a4704aa

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] <[email protected]>
1 parent 4bc6ba3 commit a4704aa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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.1
160162
# via -r requirements.in
@@ -174,6 +176,7 @@ packaging==25.0
174176
# google-cloud-error-reporting
175177
# google-cloud-kms
176178
# gunicorn
179+
# kombu
177180
pillow==12.0.0
178181
# via -r requirements.in
179182
prometheus-client==0.10.1
@@ -254,6 +257,7 @@ sqlparse==0.4.1
254257
# via django
255258
typing-extensions==4.15.0
256259
# via
260+
# exceptiongroup
257261
# pydantic
258262
# pydantic-core
259263
# referencing
@@ -262,6 +266,8 @@ typing-inspection==0.4.2
262266
# via pydantic
263267
tzdata==2025.2
264268
# via kombu
269+
tzlocal==5.3.1
270+
# via celery
265271
urllib3==1.26.18
266272
# via
267273
# botocore

0 commit comments

Comments
 (0)