Skip to content

Commit 5e1fd45

Browse files
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 51c7d75 commit 5e1fd45

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
celery==5.5.3
1+
celery==5.6.0
22
minio==7.2.20
33
requests==2.32.5
44
Flask==3.1.2

requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ blinker==1.9.0
2626
# via flask
2727
cattrs==25.1.1
2828
# via requests-cache
29-
celery==5.5.3
29+
celery==5.6.0
3030
# via -r requirements.in
3131
certifi==2025.8.3
3232
# via
@@ -59,6 +59,8 @@ email-validator==2.3.0
5959
# via pydantic
6060
enum-tools==0.12.0
6161
# via roc-validator
62+
exceptiongroup==1.3.1
63+
# via celery
6264
flask==3.1.2
6365
# via
6466
# -r requirements.in
@@ -84,7 +86,7 @@ itsdangerous==2.2.0
8486
# via flask
8587
jinja2==3.1.6
8688
# via flask
87-
kombu==5.5.4
89+
kombu==5.6.1
8890
# via celery
8991
markdown-it-py==3.0.0
9092
# via rich
@@ -170,6 +172,7 @@ typing-extensions==4.14.1
170172
# via
171173
# cattrs
172174
# enum-tools
175+
# exceptiongroup
173176
# minio
174177
# pydantic
175178
# pydantic-core
@@ -179,6 +182,8 @@ typing-inspection==0.4.2
179182
# via pydantic
180183
tzdata==2025.2
181184
# via kombu
185+
tzlocal==5.3.1
186+
# via celery
182187
url-normalize==2.2.1
183188
# via requests-cache
184189
urllib3==2.5.0

0 commit comments

Comments
 (0)