Skip to content

Commit ecf2db5

Browse files
author
github-actions
committed
Weekly Update: Regenerate requirements.txt
1 parent 54b58dc commit ecf2db5

File tree

5 files changed

+36
-33
lines changed

5 files changed

+36
-33
lines changed

CI/clang_tidy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python-slugify==6.1.2
3232
# via codereport
3333
pyyaml==6.0.3
3434
# via -r CI/clang_tidy/requirements.in
35-
rich==14.3.1
35+
rich==14.3.2
3636
# via -r CI/clang_tidy/requirements.in
3737
six==1.17.0
3838
# via fs

CI/fpe_masks/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ aiohttp==3.13.3
1010
# via -r CI/fpe_masks/requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
13+
annotated-doc==0.0.4
14+
# via typer
1315
attrs==25.4.0
1416
# via aiohttp
1517
cffi==2.0.0
1618
# via cryptography
1719
click==8.3.1
1820
# via typer
19-
cryptography==46.0.3
21+
cryptography==46.0.5
2022
# via pyjwt
2123
frozenlist==1.8.0
2224
# via
@@ -30,7 +32,7 @@ markdown-it-py==4.0.0
3032
# via rich
3133
mdurl==0.1.2
3234
# via markdown-it-py
33-
multidict==6.7.0
35+
multidict==6.7.1
3436
# via
3537
# aiohttp
3638
# yarl
@@ -42,20 +44,18 @@ pycparser==3.0
4244
# via cffi
4345
pygments==2.19.2
4446
# via rich
45-
pyjwt[crypto]==2.10.1
47+
pyjwt[crypto]==2.11.0
4648
# via
4749
# gidgethub
4850
# pyjwt
49-
rich==14.3.1
51+
rich==14.3.2
5052
# via
5153
# -r CI/fpe_masks/requirements.in
5254
# typer
5355
shellingham==1.5.4
5456
# via typer
55-
typer==0.21.1
57+
typer==0.23.1
5658
# via -r CI/fpe_masks/requirements.in
57-
typing-extensions==4.15.0
58-
# via typer
5959
uritemplate==4.2.0
6060
# via gidgethub
6161
yarl==1.22.0

Examples/Scripts/requirements.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
#
55
# pip-compile Examples/Scripts/requirements.in
66
#
7+
annotated-doc==0.0.4
8+
# via typer
79
annotated-types==0.7.0
810
# via pydantic
9-
awkward==2.8.11
11+
awkward==2.9.0
1012
# via
1113
# -r Examples/Scripts/requirements.in
1214
# uproot
13-
awkward-cpp==51
15+
awkward-cpp==52
1416
# via awkward
15-
boost-histogram==1.6.1
17+
boost-histogram==1.7.1
1618
# via hist
1719
click==8.3.1
1820
# via
@@ -26,11 +28,11 @@ cycler==0.12.1
2628
# via matplotlib
2729
fonttools==4.61.1
2830
# via matplotlib
29-
fsspec==2026.1.0
31+
fsspec==2026.2.0
3032
# via
3133
# awkward
3234
# uproot
33-
hist==2.9.2
35+
hist==2.10.1
3436
# via -r Examples/Scripts/requirements.in
3537
histoprint==2.6.0
3638
# via hist
@@ -44,11 +46,11 @@ matplotlib==3.10.8
4446
# mplhep
4547
mdurl==0.1.2
4648
# via markdown-it-py
47-
mplhep==0.4.1
49+
mplhep==1.0.0
4850
# via -r Examples/Scripts/requirements.in
4951
mplhep-data==0.0.5
5052
# via mplhep
51-
numpy==2.4.1
53+
numpy==2.4.2
5254
# via
5355
# awkward
5456
# awkward-cpp
@@ -65,12 +67,13 @@ numpy==2.4.1
6567
packaging==26.0
6668
# via
6769
# awkward
70+
# hist
6871
# matplotlib
6972
# mplhep
7073
# uproot
7174
pandas==3.0.0
7275
# via -r Examples/Scripts/requirements.in
73-
pillow==12.1.0
76+
pillow==12.1.1
7477
# via matplotlib
7578
pydantic==2.12.5
7679
# via -r Examples/Scripts/requirements.in
@@ -86,7 +89,7 @@ python-dateutil==2.9.0.post0
8689
# pandas
8790
pyyaml==6.0.3
8891
# via -r Examples/Scripts/requirements.in
89-
rich==14.3.1
92+
rich==14.3.2
9093
# via
9194
# -r Examples/Scripts/requirements.in
9295
# typer
@@ -96,21 +99,20 @@ shellingham==1.5.4
9699
# via typer
97100
six==1.17.0
98101
# via python-dateutil
99-
typer==0.21.1
102+
typer==0.23.1
100103
# via -r Examples/Scripts/requirements.in
101104
typing-extensions==4.15.0
102105
# via
103106
# pydantic
104107
# pydantic-core
105-
# typer
106108
# typing-inspection
107109
typing-inspection==0.4.2
108110
# via pydantic
109111
uhi==1.0.0
110112
# via
111113
# histoprint
112114
# mplhep
113-
uproot==5.6.9
115+
uproot==5.7.1
114116
# via -r Examples/Scripts/requirements.in
115117
xxhash==3.6.0
116118
# via uproot

Python/Examples/tests/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# pip-compile Python/Examples/tests/requirements.in
66
#
7-
awkward==2.8.11
7+
awkward==2.9.0
88
# via
99
# -r Python/Examples/tests/requirements.in
1010
# uproot
11-
awkward-cpp==51
11+
awkward-cpp==52
1212
# via awkward
1313
cramjam==2.11.0
1414
# via uproot
1515
execnet==2.1.2
1616
# via pytest-xdist
17-
fsspec==2026.1.0
17+
fsspec==2026.2.0
1818
# via
1919
# awkward
2020
# uproot
2121
iniconfig==2.3.0
2222
# via pytest
23-
numpy==2.4.1
23+
numpy==2.4.2
2424
# via
2525
# -r Python/Examples/tests/requirements.in
2626
# awkward
@@ -56,7 +56,7 @@ pytest-xdist==3.8.0
5656
# via -r Python/Examples/tests/requirements.in
5757
pyyaml==6.0.3
5858
# via -r Python/Examples/tests/requirements.in
59-
uproot==5.6.9
59+
uproot==5.7.1
6060
# via -r Python/Examples/tests/requirements.in
6161
xxhash==3.6.0
6262
# via uproot

docs/old/requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ aiosignal==1.4.0
1212
# via aiohttp
1313
alabaster==0.7.16
1414
# via sphinx
15+
annotated-doc==0.0.4
16+
# via typer
1517
annotated-types==0.7.0
1618
# via pydantic
1719
attrs==25.4.0
1820
# via aiohttp
19-
babel==2.17.0
21+
babel==2.18.0
2022
# via sphinx
2123
breathe==4.36.0
2224
# via -r docs/old/requirements.in
@@ -28,7 +30,7 @@ charset-normalizer==3.4.4
2830
# via requests
2931
click==8.3.1
3032
# via typer
31-
cryptography==46.0.3
33+
cryptography==46.0.5
3234
# via pyjwt
3335
docutils==0.21.2
3436
# via
@@ -40,7 +42,7 @@ frozenlist==1.8.0
4042
# via
4143
# aiohttp
4244
# aiosignal
43-
fsspec==2026.1.0
45+
fsspec==2026.2.0
4446
# via -r docs/old/requirements.in
4547
gidgethub==5.4.0
4648
# via -r docs/old/requirements.in
@@ -66,7 +68,7 @@ mdit-py-plugins==0.5.0
6668
# via myst-parser
6769
mdurl==0.1.2
6870
# via markdown-it-py
69-
multidict==6.7.0
71+
multidict==6.7.1
7072
# via
7173
# aiohttp
7274
# yarl
@@ -88,7 +90,7 @@ pygments==2.19.2
8890
# via
8991
# rich
9092
# sphinx
91-
pyjwt[crypto]==2.10.1
93+
pyjwt[crypto]==2.11.0
9294
# via
9395
# gidgethub
9496
# pyjwt
@@ -98,7 +100,7 @@ pyyaml==6.0.3
98100
# via myst-parser
99101
requests==2.32.5
100102
# via sphinx
101-
rich==14.3.1
103+
rich==14.3.2
102104
# via
103105
# -r docs/old/requirements.in
104106
# typer
@@ -131,13 +133,12 @@ sphinxcontrib-serializinghtml==2.0.0
131133
# via sphinx
132134
toml==0.10.2
133135
# via -r docs/old/requirements.in
134-
typer==0.21.1
136+
typer==0.23.1
135137
# via -r docs/old/requirements.in
136138
typing-extensions==4.15.0
137139
# via
138140
# pydantic
139141
# pydantic-core
140-
# typer
141142
# typing-inspection
142143
typing-inspection==0.4.2
143144
# via pydantic

0 commit comments

Comments
 (0)