Skip to content

Commit e3701e2

Browse files
chore: update celery latest version to 5.5.3 (#14267)
Update celery lockfiles and dependency package lockfiles. This performs the following updates: 1) Some celery lockfiles use celery `latest`. This will update celery and dependencies. 2) Some celery lockfiles use a pinned (non-latest) version of celery, but require the `latest` version of another package. This will update all such packages. ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) Co-authored-by: quinna-h <[email protected]>
1 parent 410e991 commit e3701e2

File tree

11 files changed

+191
-184
lines changed

11 files changed

+191
-184
lines changed

.riot/requirements/134e77a.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/134e77a.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/134e77a.in
66
#
7-
amqp==5.2.0
8-
attrs==23.1.0
7+
amqp==5.3.1
8+
attrs==25.3.0
99
backports-zoneinfo[tzdata]==0.2.1
10-
billiard==4.2.0
11-
celery==5.3.6
12-
click==8.1.7
13-
click-didyoumean==0.3.0
14-
click-plugins==1.1.1
10+
billiard==4.2.1
11+
celery==5.5.3
12+
click==8.1.8
13+
click-didyoumean==0.3.1
14+
click-plugins==1.1.1.2
1515
click-repl==0.3.0
16-
coverage[toml]==7.3.4
17-
exceptiongroup==1.2.0
16+
coverage[toml]==7.6.1
17+
exceptiongroup==1.3.0
1818
hypothesis==6.45.0
19-
importlib-metadata==7.0.0
20-
iniconfig==2.0.0
21-
kombu==5.3.4
22-
mock==5.1.0
19+
importlib-metadata==8.5.0
20+
iniconfig==2.1.0
21+
kombu==5.5.4
22+
mock==5.2.0
2323
more-itertools==8.10.0
2424
opentracing==2.4.0
25-
packaging==23.2
26-
pluggy==1.3.0
27-
prompt-toolkit==3.0.43
28-
pytest==7.4.3
29-
pytest-cov==4.1.0
30-
pytest-mock==3.12.0
25+
packaging==25.0
26+
pluggy==1.5.0
27+
prompt-toolkit==3.0.51
28+
pytest==8.3.5
29+
pytest-cov==5.0.0
30+
pytest-mock==3.14.1
3131
pytest-randomly==3.15.0
32-
python-dateutil==2.8.2
32+
python-dateutil==2.9.0.post0
3333
redis==3.5.3
34-
six==1.16.0
34+
six==1.17.0
3535
sortedcontainers==2.4.0
36-
tomli==2.0.1
37-
typing-extensions==4.9.0
38-
tzdata==2023.3
36+
tomli==2.2.1
37+
typing-extensions==4.13.2
38+
tzdata==2025.2
3939
vine==5.1.0
40-
wcwidth==0.2.12
41-
zipp==3.17.0
40+
wcwidth==0.2.13
41+
zipp==3.20.2

.riot/requirements/1509aa1.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1509aa1.in
66
#
77
amqp==5.3.1
8-
attrs==24.2.0
8+
attrs==25.3.0
99
billiard==4.2.1
10-
celery[redis]==5.4.0
11-
click==8.1.7
10+
celery[redis]==5.5.3
11+
click==8.2.1
1212
click-didyoumean==0.3.1
13-
click-plugins==1.1.1
13+
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
coverage[toml]==7.6.8
15+
coverage[toml]==7.10.2
1616
hypothesis==6.45.0
17-
iniconfig==2.0.0
18-
kombu==5.4.2
19-
mock==5.1.0
17+
iniconfig==2.1.0
18+
kombu[redis]==5.5.4
19+
mock==5.2.0
2020
more-itertools==8.10.0
2121
opentracing==2.4.0
22-
packaging==24.2
23-
pluggy==1.5.0
24-
prompt-toolkit==3.0.48
25-
pytest==8.3.3
26-
pytest-cov==6.0.0
27-
pytest-mock==3.14.0
22+
packaging==25.0
23+
pluggy==1.6.0
24+
prompt-toolkit==3.0.51
25+
pygments==2.19.2
26+
pytest==8.4.1
27+
pytest-cov==6.2.1
28+
pytest-mock==3.14.1
2829
pytest-randomly==3.16.0
2930
python-dateutil==2.9.0.post0
30-
redis==5.2.0
31-
six==1.16.0
31+
redis==5.2.1
32+
six==1.17.0
3233
sortedcontainers==2.4.0
33-
tzdata==2024.2
34+
tzdata==2025.2
3435
vine==5.1.0
3536
wcwidth==0.2.13

.riot/requirements/1df4aa0.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1df4aa0.in
66
#
77
amqp==5.3.1
8-
attrs==24.2.0
8+
attrs==25.3.0
99
billiard==4.2.1
10-
celery[redis]==5.4.0
11-
click==8.1.7
10+
celery[redis]==5.5.3
11+
click==8.2.1
1212
click-didyoumean==0.3.1
13-
click-plugins==1.1.1
13+
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
coverage[toml]==7.6.8
15+
coverage[toml]==7.10.2
1616
hypothesis==6.45.0
17-
iniconfig==2.0.0
18-
kombu==5.4.2
19-
mock==5.1.0
17+
iniconfig==2.1.0
18+
kombu[redis]==5.5.4
19+
mock==5.2.0
2020
more-itertools==8.10.0
2121
opentracing==2.4.0
22-
packaging==24.2
23-
pluggy==1.5.0
24-
prompt-toolkit==3.0.48
25-
pytest==8.3.3
26-
pytest-cov==6.0.0
27-
pytest-mock==3.14.0
22+
packaging==25.0
23+
pluggy==1.6.0
24+
prompt-toolkit==3.0.51
25+
pygments==2.19.2
26+
pytest==8.4.1
27+
pytest-cov==6.2.1
28+
pytest-mock==3.14.1
2829
pytest-randomly==3.16.0
2930
python-dateutil==2.9.0.post0
30-
redis==5.2.0
31-
six==1.16.0
31+
redis==5.2.1
32+
six==1.17.0
3233
sortedcontainers==2.4.0
33-
tzdata==2024.2
34+
tzdata==2025.2
3435
vine==5.1.0
3536
wcwidth==0.2.13

.riot/requirements/1edaced.txt

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,40 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1edaced.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1edaced.in
66
#
7-
amqp==5.2.0
8-
attrs==23.1.0
9-
billiard==4.2.0
10-
celery==5.3.6
11-
click==8.1.7
12-
click-didyoumean==0.3.0
13-
click-plugins==1.1.1
7+
amqp==5.3.1
8+
attrs==25.3.0
9+
billiard==4.2.1
10+
celery==5.5.3
11+
click==8.1.8
12+
click-didyoumean==0.3.1
13+
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
coverage[toml]==7.3.4
16-
exceptiongroup==1.2.0
15+
coverage[toml]==7.10.2
16+
exceptiongroup==1.3.0
1717
hypothesis==6.45.0
18-
importlib-metadata==7.0.0
19-
iniconfig==2.0.0
20-
kombu==5.3.4
21-
mock==5.1.0
18+
importlib-metadata==8.7.0
19+
iniconfig==2.1.0
20+
kombu==5.5.4
21+
mock==5.2.0
2222
more-itertools==8.10.0
2323
opentracing==2.4.0
24-
packaging==23.2
25-
pluggy==1.3.0
26-
prompt-toolkit==3.0.43
27-
pytest==7.4.3
28-
pytest-cov==4.1.0
29-
pytest-mock==3.12.0
30-
pytest-randomly==3.15.0
31-
python-dateutil==2.8.2
24+
packaging==25.0
25+
pluggy==1.6.0
26+
prompt-toolkit==3.0.51
27+
pygments==2.19.2
28+
pytest==8.4.1
29+
pytest-cov==6.2.1
30+
pytest-mock==3.14.1
31+
pytest-randomly==3.16.0
32+
python-dateutil==2.9.0.post0
3233
redis==3.5.3
33-
six==1.16.0
34+
six==1.17.0
3435
sortedcontainers==2.4.0
35-
tomli==2.0.1
36-
typing-extensions==4.9.0
37-
tzdata==2023.3
36+
tomli==2.2.1
37+
typing-extensions==4.14.1
38+
tzdata==2025.2
3839
vine==5.1.0
39-
wcwidth==0.2.12
40-
zipp==3.17.0
40+
wcwidth==0.2.13
41+
zipp==3.23.0

.riot/requirements/654f8c0.txt

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,35 @@
66
#
77
amqp==5.3.1
88
async-timeout==5.0.1
9-
attrs==24.2.0
9+
attrs==25.3.0
1010
billiard==4.2.1
11-
celery[redis]==5.4.0
12-
click==8.1.7
11+
celery[redis]==5.5.3
12+
click==8.2.1
1313
click-didyoumean==0.3.1
14-
click-plugins==1.1.1
14+
click-plugins==1.1.1.2
1515
click-repl==0.3.0
16-
coverage[toml]==7.6.8
17-
exceptiongroup==1.2.2
16+
coverage[toml]==7.10.2
17+
exceptiongroup==1.3.0
1818
hypothesis==6.45.0
19-
iniconfig==2.0.0
20-
kombu==5.4.2
21-
mock==5.1.0
19+
iniconfig==2.1.0
20+
kombu[redis]==5.5.4
21+
mock==5.2.0
2222
more-itertools==8.10.0
2323
opentracing==2.4.0
24-
packaging==24.2
25-
pluggy==1.5.0
26-
prompt-toolkit==3.0.48
27-
pytest==8.3.3
28-
pytest-cov==6.0.0
29-
pytest-mock==3.14.0
24+
packaging==25.0
25+
pluggy==1.6.0
26+
prompt-toolkit==3.0.51
27+
pygments==2.19.2
28+
pytest==8.4.1
29+
pytest-cov==6.2.1
30+
pytest-mock==3.14.1
3031
pytest-randomly==3.16.0
3132
python-dateutil==2.9.0.post0
32-
redis==5.2.0
33-
six==1.16.0
33+
redis==5.2.1
34+
six==1.17.0
3435
sortedcontainers==2.4.0
35-
tomli==2.1.0
36-
tzdata==2024.2
36+
tomli==2.2.1
37+
typing-extensions==4.14.1
38+
tzdata==2025.2
3739
vine==5.1.0
3840
wcwidth==0.2.13

.riot/requirements/c61da82.txt

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,40 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/c61da82.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/c61da82.in
66
#
7-
amqp==5.2.0
8-
attrs==23.1.0
9-
billiard==4.2.0
10-
celery==5.3.6
11-
click==8.1.7
12-
click-didyoumean==0.3.0
13-
click-plugins==1.1.1
7+
amqp==5.3.1
8+
attrs==25.3.0
9+
billiard==4.2.1
10+
celery==5.5.3
11+
click==8.1.8
12+
click-didyoumean==0.3.1
13+
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
coverage[toml]==7.3.4
16-
exceptiongroup==1.2.0
15+
coverage[toml]==7.10.2
16+
exceptiongroup==1.3.0
1717
hypothesis==6.45.0
18-
importlib-metadata==7.0.0
19-
iniconfig==2.0.0
20-
kombu==5.3.4
21-
mock==5.1.0
18+
importlib-metadata==8.7.0
19+
iniconfig==2.1.0
20+
kombu==5.5.4
21+
mock==5.2.0
2222
more-itertools==8.10.0
2323
opentracing==2.4.0
24-
packaging==23.2
25-
pluggy==1.3.0
26-
prompt-toolkit==3.0.43
27-
pytest==7.4.3
28-
pytest-cov==4.1.0
29-
pytest-mock==3.12.0
30-
pytest-randomly==3.15.0
31-
python-dateutil==2.8.2
24+
packaging==25.0
25+
pluggy==1.6.0
26+
prompt-toolkit==3.0.51
27+
pygments==2.19.2
28+
pytest==8.4.1
29+
pytest-cov==6.2.1
30+
pytest-mock==3.14.1
31+
pytest-randomly==3.16.0
32+
python-dateutil==2.9.0.post0
3233
redis==3.5.3
33-
six==1.16.0
34+
six==1.17.0
3435
sortedcontainers==2.4.0
35-
tomli==2.0.1
36-
typing-extensions==4.9.0
37-
tzdata==2023.3
36+
tomli==2.2.1
37+
typing-extensions==4.14.1
38+
tzdata==2025.2
3839
vine==5.1.0
39-
wcwidth==0.2.12
40-
zipp==3.17.0
40+
wcwidth==0.2.13
41+
zipp==3.23.0

0 commit comments

Comments
 (0)