Skip to content

Commit 2b83ca2

Browse files
author
github-actions
committed
Weekly Update: Regenerate requirements.txt
1 parent d039b6d commit 2b83ca2

File tree

5 files changed

+24
-22
lines changed

5 files changed

+24
-22
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.0
23+
pydantic==2.12.3
2424
# via -r CI/clang_tidy/requirements.in
25-
pydantic-core==2.41.1
25+
pydantic-core==2.41.4
2626
# via pydantic
2727
pygments==2.19.2
2828
# via

CI/fpe_masks/requirements.txt

Lines changed: 4 additions & 4 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.0
9+
aiohttp==3.13.1
1010
# via -r CI/fpe_masks/requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
@@ -16,15 +16,15 @@ cffi==2.0.0
1616
# via cryptography
1717
click==8.3.0
1818
# via typer
19-
cryptography==46.0.2
19+
cryptography==46.0.3
2020
# via pyjwt
2121
frozenlist==1.8.0
2222
# via
2323
# aiohttp
2424
# aiosignal
2525
gidgethub==5.4.0
2626
# via -r CI/fpe_masks/requirements.in
27-
idna==3.10
27+
idna==3.11
2828
# via yarl
2929
markdown-it-py==4.0.0
3030
# via rich
@@ -52,7 +52,7 @@ rich==14.2.0
5252
# typer
5353
shellingham==1.5.4
5454
# via typer
55-
typer==0.19.2
55+
typer==0.20.0
5656
# via -r CI/fpe_masks/requirements.in
5757
typing-extensions==4.15.0
5858
# via

Examples/Python/tests/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ awkward==2.8.9
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
1517
execnet==2.1.1
@@ -18,9 +20,9 @@ fsspec==2025.9.0
1820
# via
1921
# awkward
2022
# uproot
21-
iniconfig==2.1.0
23+
iniconfig==2.3.0
2224
# via pytest
23-
numpy==2.3.3
25+
numpy==2.3.4
2426
# via
2527
# -r Examples/Python/tests/requirements.in
2628
# awkward
@@ -37,7 +39,7 @@ 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
4244
pytest==8.4.2
4345
# via

Examples/Scripts/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ mdurl==0.1.2
4646
# via markdown-it-py
4747
mplhep==0.4.1
4848
# via -r Examples/Scripts/requirements.in
49-
mplhep-data==0.0.4
49+
mplhep-data==0.0.5
5050
# via mplhep
51-
numpy==2.3.3
51+
numpy==2.3.4
5252
# via
5353
# awkward
5454
# awkward-cpp
@@ -70,11 +70,11 @@ packaging==25.0
7070
# uproot
7171
pandas==2.3.3
7272
# via -r Examples/Scripts/requirements.in
73-
pillow==11.3.0
73+
pillow==12.0.0
7474
# via matplotlib
75-
pydantic==2.12.0
75+
pydantic==2.12.3
7676
# via -r Examples/Scripts/requirements.in
77-
pydantic-core==2.41.1
77+
pydantic-core==2.41.4
7878
# via pydantic
7979
pygments==2.19.2
8080
# via rich
@@ -98,7 +98,7 @@ shellingham==1.5.4
9898
# via typer
9999
six==1.17.0
100100
# via python-dateutil
101-
typer==0.19.2
101+
typer==0.20.0
102102
# via -r Examples/Scripts/requirements.in
103103
typing-extensions==4.15.0
104104
# via

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.0
9+
aiohttp==3.13.1
1010
# via -r docs/requirements.in
1111
aiosignal==1.4.0
1212
# via aiohttp
@@ -24,11 +24,11 @@ certifi==2025.10.5
2424
# via requests
2525
cffi==2.0.0
2626
# via cryptography
27-
charset-normalizer==3.4.3
27+
charset-normalizer==3.4.4
2828
# via requests
2929
click==8.3.0
3030
# via typer
31-
cryptography==46.0.2
31+
cryptography==46.0.3
3232
# via pyjwt
3333
docutils==0.21.2
3434
# via
@@ -44,7 +44,7 @@ fsspec==2025.9.0
4444
# via -r docs/requirements.in
4545
gidgethub==5.4.0
4646
# via -r docs/requirements.in
47-
idna==3.10
47+
idna==3.11
4848
# via
4949
# requests
5050
# yarl
@@ -80,9 +80,9 @@ propcache==0.4.1
8080
# yarl
8181
pycparser==2.23
8282
# via cffi
83-
pydantic==2.12.0
83+
pydantic==2.12.3
8484
# via -r docs/requirements.in
85-
pydantic-core==2.41.1
85+
pydantic-core==2.41.4
8686
# via pydantic
8787
pygments==2.19.2
8888
# via
@@ -131,7 +131,7 @@ sphinxcontrib-serializinghtml==2.0.0
131131
# via sphinx
132132
toml==0.10.2
133133
# via -r docs/requirements.in
134-
typer==0.19.2
134+
typer==0.20.0
135135
# via -r docs/requirements.in
136136
typing-extensions==4.15.0
137137
# via

0 commit comments

Comments
 (0)