Skip to content

Commit b4f7d26

Browse files
author
github-actions
committed
Weekly Update: Regenerate requirements.txt
1 parent 5fb6edc commit b4f7d26

File tree

5 files changed

+71
-70
lines changed

5 files changed

+71
-70
lines changed

CI/clang_tidy/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ codereport==0.4.0
1212
# via -r CI/clang_tidy/requirements.in
1313
fs==2.4.16
1414
# via codereport
15-
jinja2==3.1.4
15+
jinja2==3.1.5
1616
# via codereport
1717
markdown-it-py==3.0.0
1818
# via rich
1919
markupsafe==3.0.2
2020
# via jinja2
2121
mdurl==0.1.2
2222
# via markdown-it-py
23-
pydantic==2.9.2
23+
pydantic==2.10.6
2424
# via -r CI/clang_tidy/requirements.in
25-
pydantic-core==2.23.4
25+
pydantic-core==2.27.2
2626
# via pydantic
27-
pygments==2.18.0
27+
pygments==2.19.1
2828
# via
2929
# codereport
3030
# rich
@@ -34,7 +34,7 @@ pyyaml==6.0.2
3434
# via -r CI/clang_tidy/requirements.in
3535
rich==13.9.4
3636
# via -r CI/clang_tidy/requirements.in
37-
six==1.16.0
37+
six==1.17.0
3838
# via fs
3939
text-unidecode==1.3
4040
# via python-slugify

CI/fpe_masks/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile CI/fpe_masks/requirements.in
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.4.6
88
# via aiohttp
9-
aiohttp==3.11.6
9+
aiohttp==3.11.13
1010
# via -r CI/fpe_masks/requirements.in
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
13-
attrs==24.2.0
13+
attrs==25.1.0
1414
# via aiohttp
1515
cffi==1.17.1
1616
# via cryptography
17-
click==8.1.7
17+
click==8.1.8
1818
# via typer
19-
cryptography==43.0.3
19+
cryptography==44.0.2
2020
# via pyjwt
2121
frozenlist==1.5.0
2222
# via
@@ -34,15 +34,15 @@ multidict==6.1.0
3434
# via
3535
# aiohttp
3636
# yarl
37-
propcache==0.2.0
37+
propcache==0.3.0
3838
# via
3939
# aiohttp
4040
# yarl
4141
pycparser==2.22
4242
# via cffi
43-
pygments==2.18.0
43+
pygments==2.19.1
4444
# via rich
45-
pyjwt[crypto]==2.10.0
45+
pyjwt[crypto]==2.10.1
4646
# via
4747
# gidgethub
4848
# pyjwt
@@ -52,11 +52,11 @@ rich==13.9.4
5252
# typer
5353
shellingham==1.5.4
5454
# via typer
55-
typer==0.13.1
55+
typer==0.15.2
5656
# via -r CI/fpe_masks/requirements.in
5757
typing-extensions==4.12.2
5858
# via typer
5959
uritemplate==4.1.1
6060
# via gidgethub
61-
yarl==1.17.2
61+
yarl==1.18.3
6262
# via aiohttp

Examples/Python/tests/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# pip-compile Examples/Python/tests/requirements.in
66
#
7-
awkward==2.7.0
7+
awkward==2.7.4
88
# via
99
# -r Examples/Python/tests/requirements.in
1010
# uproot
11-
awkward-cpp==41
11+
awkward-cpp==44
1212
# via awkward
13-
cramjam==2.9.0
13+
cramjam==2.9.1
1414
# via uproot
1515
execnet==2.1.1
1616
# via pytest-xdist
17-
fsspec==2024.10.0
17+
fsspec==2025.2.0
1818
# via
1919
# awkward
2020
# uproot
2121
iniconfig==2.0.0
2222
# via pytest
23-
numpy==2.1.3
23+
numpy==2.2.3
2424
# via
2525
# awkward
2626
# awkward-cpp
@@ -32,18 +32,18 @@ packaging==24.2
3232
# uproot
3333
pluggy==1.5.0
3434
# via pytest
35-
pytest==8.3.3
35+
pytest==8.3.4
3636
# via
3737
# -r Examples/Python/tests/requirements.in
3838
# pytest-check
3939
# pytest-xdist
40-
pytest-check==2.4.1
40+
pytest-check==2.5.0
4141
# via -r Examples/Python/tests/requirements.in
4242
pytest-xdist==3.6.1
4343
# via -r Examples/Python/tests/requirements.in
4444
pyyaml==6.0.2
4545
# via -r Examples/Python/tests/requirements.in
46-
uproot==5.5.0
46+
uproot==5.5.2
4747
# via -r Examples/Python/tests/requirements.in
4848
xxhash==3.5.0
4949
# via uproot

Examples/Scripts/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,49 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
awkward==2.7.0
9+
awkward==2.7.4
1010
# via
1111
# -r Examples/Scripts/requirements.in
1212
# uproot
13-
awkward-cpp==41
13+
awkward-cpp==44
1414
# via awkward
15-
boost-histogram==1.5.0
15+
boost-histogram==1.5.1
1616
# via hist
17-
click==8.1.7
17+
click==8.1.8
1818
# via
1919
# histoprint
2020
# typer
2121
contourpy==1.3.1
2222
# via matplotlib
23-
cramjam==2.9.0
23+
cramjam==2.9.1
2424
# via uproot
2525
cycler==0.12.1
2626
# via matplotlib
27-
fonttools==4.55.0
27+
fonttools==4.56.0
2828
# via matplotlib
29-
fsspec==2024.10.0
29+
fsspec==2025.2.0
3030
# via
3131
# awkward
3232
# uproot
3333
hist==2.8.0
3434
# via -r Examples/Scripts/requirements.in
35-
histoprint==2.5.0
35+
histoprint==2.6.0
3636
# via hist
37-
kiwisolver==1.4.7
37+
kiwisolver==1.4.8
3838
# via matplotlib
3939
markdown-it-py==3.0.0
4040
# via rich
41-
matplotlib==3.9.2
41+
matplotlib==3.10.1
4242
# via
4343
# -r Examples/Scripts/requirements.in
4444
# mplhep
4545
mdurl==0.1.2
4646
# via markdown-it-py
47-
mplhep==0.3.55
47+
mplhep==0.3.57
4848
# via -r Examples/Scripts/requirements.in
4949
mplhep-data==0.0.4
5050
# via mplhep
51-
numpy==2.1.3
51+
numpy==2.2.3
5252
# via
5353
# awkward
5454
# awkward-cpp
@@ -70,48 +70,48 @@ packaging==24.2
7070
# uproot
7171
pandas==2.2.3
7272
# via -r Examples/Scripts/requirements.in
73-
pillow==11.0.0
73+
pillow==11.1.0
7474
# via matplotlib
75-
pydantic==2.9.2
75+
pydantic==2.10.6
7676
# via -r Examples/Scripts/requirements.in
77-
pydantic-core==2.23.4
77+
pydantic-core==2.27.2
7878
# via pydantic
79-
pygments==2.18.0
79+
pygments==2.19.1
8080
# via rich
81-
pyparsing==3.2.0
81+
pyparsing==3.2.1
8282
# via matplotlib
8383
python-dateutil==2.9.0.post0
8484
# via
8585
# matplotlib
8686
# pandas
87-
pytz==2024.2
87+
pytz==2025.1
8888
# via pandas
8989
pyyaml==6.0.2
9090
# via -r Examples/Scripts/requirements.in
9191
rich==13.9.4
9292
# via
9393
# -r Examples/Scripts/requirements.in
9494
# typer
95-
scipy==1.14.1
95+
scipy==1.15.2
9696
# via -r Examples/Scripts/requirements.in
9797
shellingham==1.5.4
9898
# via typer
99-
six==1.16.0
99+
six==1.17.0
100100
# via python-dateutil
101-
typer==0.13.1
101+
typer==0.15.2
102102
# via -r Examples/Scripts/requirements.in
103103
typing-extensions==4.12.2
104104
# via
105105
# pydantic
106106
# pydantic-core
107107
# typer
108-
tzdata==2024.2
108+
tzdata==2025.1
109109
# via pandas
110110
uhi==0.5.0
111111
# via
112112
# histoprint
113113
# mplhep
114-
uproot==5.5.0
114+
uproot==5.5.2
115115
# via -r Examples/Scripts/requirements.in
116116
xxhash==3.5.0
117117
# via uproot

docs/requirements.txt

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,43 @@
44
#
55
# pip-compile docs/requirements.in
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.4.6
88
# via aiohttp
9-
aiohttp==3.11.5
9+
aiohttp==3.11.13
1010
# via -r docs/requirements.in
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
1313
alabaster==0.7.16
1414
# via sphinx
1515
annotated-types==0.7.0
1616
# via pydantic
17-
attrs==24.2.0
17+
attrs==25.1.0
1818
# via aiohttp
19-
babel==2.16.0
19+
babel==2.17.0
2020
# via sphinx
21-
breathe==4.35.0
21+
breathe==4.36.0
2222
# via -r docs/requirements.in
23-
certifi==2024.8.30
23+
certifi==2025.1.31
2424
# via requests
2525
cffi==1.17.1
2626
# via cryptography
27-
charset-normalizer==3.4.0
27+
charset-normalizer==3.4.1
2828
# via requests
29-
click==8.1.7
29+
click==8.1.8
3030
# via typer
31-
cryptography==43.0.3
31+
cryptography==44.0.2
3232
# via pyjwt
3333
docutils==0.21.2
3434
# via
3535
# -r docs/requirements.in
36-
# breathe
3736
# myst-parser
3837
# sphinx
3938
# sphinx-rtd-theme
4039
frozenlist==1.5.0
4140
# via
4241
# aiohttp
4342
# aiosignal
44-
fsspec==2024.10.0
43+
fsspec==2025.2.0
4544
# via -r docs/requirements.in
4645
gidgethub==5.3.0
4746
# via -r docs/requirements.in
@@ -51,7 +50,7 @@ idna==3.10
5150
# yarl
5251
imagesize==1.4.1
5352
# via sphinx
54-
jinja2==3.1.4
53+
jinja2==3.1.5
5554
# via
5655
# -r docs/requirements.in
5756
# myst-parser
@@ -71,26 +70,28 @@ multidict==6.1.0
7170
# via
7271
# aiohttp
7372
# yarl
74-
myst-parser==4.0.0
73+
myst-parser==4.0.1
7574
# via -r docs/requirements.in
7675
packaging==24.2
7776
# via sphinx
78-
propcache==0.2.0
77+
propcache==0.3.0
7978
# via
8079
# aiohttp
8180
# yarl
8281
pycparser==2.22
8382
# via cffi
84-
pydantic==2.9.2
83+
pydantic==2.10.6
8584
# via -r docs/requirements.in
86-
pydantic-core==2.23.4
85+
pydantic-core==2.27.2
8786
# via pydantic
88-
pygments==2.18.0
87+
pygments==2.19.1
8988
# via
9089
# rich
9190
# sphinx
92-
pyjwt[crypto]==2.10.0
93-
# via gidgethub
91+
pyjwt[crypto]==2.10.1
92+
# via
93+
# gidgethub
94+
# pyjwt
9495
python-dotenv==1.0.1
9596
# via -r docs/requirements.in
9697
pyyaml==6.0.2
@@ -130,7 +131,7 @@ sphinxcontrib-serializinghtml==2.0.0
130131
# via sphinx
131132
toml==0.10.2
132133
# via -r docs/requirements.in
133-
typer==0.13.1
134+
typer==0.15.2
134135
# via -r docs/requirements.in
135136
typing-extensions==4.12.2
136137
# via
@@ -139,7 +140,7 @@ typing-extensions==4.12.2
139140
# typer
140141
uritemplate==4.1.1
141142
# via gidgethub
142-
urllib3==2.2.3
143+
urllib3==2.3.0
143144
# via requests
144-
yarl==1.17.2
145+
yarl==1.18.3
145146
# via aiohttp

0 commit comments

Comments
 (0)