Skip to content

Commit e8048fe

Browse files
author
github-actions
committed
Weekly Update: Regenerate requirements.txt
1 parent 00e79ae commit e8048fe

File tree

5 files changed

+28
-26
lines changed

5 files changed

+28
-26
lines changed

CI/clang_tidy/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ markupsafe==3.0.3
2020
# via jinja2
2121
mdurl==0.1.2
2222
# via markdown-it-py
23-
pydantic==2.12.3
23+
pydantic==2.12.4
2424
# via -r CI/clang_tidy/requirements.in
25-
pydantic-core==2.41.4
25+
pydantic-core==2.41.5
2626
# via pydantic
2727
pygments==2.19.2
2828
# via

CI/fpe_masks/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.1
9+
aiohttp==3.13.2
1010
# via -r CI/fpe_masks/requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
1313
attrs==25.4.0
1414
# via aiohttp
1515
cffi==2.0.0
1616
# via cryptography
17-
click==8.3.0
17+
click==8.3.1
1818
# via typer
1919
cryptography==46.0.3
2020
# via pyjwt

Examples/Python/tests/requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44
#
55
# pip-compile Examples/Python/tests/requirements.in
66
#
7-
awkward==2.8.9
7+
awkward==2.8.10
88
# via
99
# -r Examples/Python/tests/requirements.in
1010
# uproot
1111
awkward-cpp==50
1212
# via awkward
13+
backports-zstd==1.0.0
14+
# via pyhepmc
1315
cramjam==2.11.0
1416
# via uproot
15-
execnet==2.1.1
17+
execnet==2.1.2
1618
# via pytest-xdist
17-
fsspec==2025.9.0
19+
fsspec==2025.10.0
1820
# via
1921
# awkward
2022
# uproot
2123
iniconfig==2.3.0
2224
# via pytest
23-
numpy==2.3.4
25+
numpy==2.3.5
2426
# via
2527
# -r Examples/Python/tests/requirements.in
2628
# awkward
@@ -37,9 +39,9 @@ pluggy==1.6.0
3739
# via pytest
3840
pygments==2.19.2
3941
# via pytest
40-
pyhepmc==2.14.0
42+
pyhepmc==2.15.1
4143
# via -r Examples/Python/tests/requirements.in
42-
pytest==8.4.2
44+
pytest==9.0.1
4345
# via
4446
# -r Examples/Python/tests/requirements.in
4547
# pytest-check
@@ -56,7 +58,7 @@ pytest-xdist==3.8.0
5658
# via -r Examples/Python/tests/requirements.in
5759
pyyaml==6.0.3
5860
# via -r Examples/Python/tests/requirements.in
59-
uproot==5.6.6
61+
uproot==5.6.8
6062
# via -r Examples/Python/tests/requirements.in
6163
xxhash==3.6.0
6264
# via uproot

Examples/Scripts/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
awkward==2.8.9
9+
awkward==2.8.10
1010
# via
1111
# -r Examples/Scripts/requirements.in
1212
# uproot
1313
awkward-cpp==50
1414
# via awkward
1515
boost-histogram==1.6.1
1616
# via hist
17-
click==8.3.0
17+
click==8.3.1
1818
# via
1919
# histoprint
2020
# typer
@@ -26,7 +26,7 @@ cycler==0.12.1
2626
# via matplotlib
2727
fonttools==4.60.1
2828
# via matplotlib
29-
fsspec==2025.9.0
29+
fsspec==2025.10.0
3030
# via
3131
# awkward
3232
# uproot
@@ -48,7 +48,7 @@ mplhep==0.4.1
4848
# via -r Examples/Scripts/requirements.in
4949
mplhep-data==0.0.5
5050
# via mplhep
51-
numpy==2.3.4
51+
numpy==2.3.5
5252
# via
5353
# awkward
5454
# awkward-cpp
@@ -72,9 +72,9 @@ pandas==2.3.3
7272
# via -r Examples/Scripts/requirements.in
7373
pillow==12.0.0
7474
# via matplotlib
75-
pydantic==2.12.3
75+
pydantic==2.12.4
7676
# via -r Examples/Scripts/requirements.in
77-
pydantic-core==2.41.4
77+
pydantic-core==2.41.5
7878
# via pydantic
7979
pygments==2.19.2
8080
# via rich
@@ -92,7 +92,7 @@ rich==14.2.0
9292
# via
9393
# -r Examples/Scripts/requirements.in
9494
# typer
95-
scipy==1.16.2
95+
scipy==1.16.3
9696
# via -r Examples/Scripts/requirements.in
9797
shellingham==1.5.4
9898
# via typer
@@ -114,7 +114,7 @@ uhi==1.0.0
114114
# via
115115
# histoprint
116116
# mplhep
117-
uproot==5.6.6
117+
uproot==5.6.8
118118
# via -r Examples/Scripts/requirements.in
119119
xxhash==3.6.0
120120
# via uproot

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.1
9+
aiohttp==3.13.2
1010
# via -r docs/requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
@@ -20,13 +20,13 @@ babel==2.17.0
2020
# via sphinx
2121
breathe==4.36.0
2222
# via -r docs/requirements.in
23-
certifi==2025.10.5
23+
certifi==2025.11.12
2424
# via requests
2525
cffi==2.0.0
2626
# via cryptography
2727
charset-normalizer==3.4.4
2828
# via requests
29-
click==8.3.0
29+
click==8.3.1
3030
# via typer
3131
cryptography==46.0.3
3232
# via pyjwt
@@ -40,7 +40,7 @@ frozenlist==1.8.0
4040
# via
4141
# aiohttp
4242
# aiosignal
43-
fsspec==2025.9.0
43+
fsspec==2025.10.0
4444
# via -r docs/requirements.in
4545
gidgethub==5.4.0
4646
# via -r docs/requirements.in
@@ -80,9 +80,9 @@ propcache==0.4.1
8080
# yarl
8181
pycparser==2.23
8282
# via cffi
83-
pydantic==2.12.3
83+
pydantic==2.12.4
8484
# via -r docs/requirements.in
85-
pydantic-core==2.41.4
85+
pydantic-core==2.41.5
8686
# via pydantic
8787
pygments==2.19.2
8888
# via
@@ -92,7 +92,7 @@ pyjwt[crypto]==2.10.1
9292
# via
9393
# gidgethub
9494
# pyjwt
95-
python-dotenv==1.1.1
95+
python-dotenv==1.2.1
9696
# via -r docs/requirements.in
9797
pyyaml==6.0.3
9898
# via myst-parser

0 commit comments

Comments
 (0)