Skip to content

Commit bcd11ba

Browse files
chore: automated python requirements upgrades (#5241)
Full log: https://github.com/acts-project/acts/actions/runs/23103035452
1 parent e720b06 commit bcd11ba

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

CI/clang_tidy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pyyaml==6.0.3
3030
# via -r CI/clang_tidy/requirements.in
3131
rich==14.3.3
3232
# via -r CI/clang_tidy/requirements.in
33-
setuptools==82.0.0
33+
setuptools==82.0.1
3434
# via fs
3535
six==1.17.0
3636
# via fs

CI/fpe_masks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pycparser==3.0
4040
# via cffi
4141
pygments==2.19.2
4242
# via rich
43-
pyjwt==2.11.0
43+
pyjwt==2.12.1
4444
# via gidgethub
4545
rich==14.3.3
4646
# via

Examples/Scripts/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ cramjam==2.11.0
2222
# via uproot
2323
cycler==0.12.1
2424
# via matplotlib
25-
fonttools==4.61.1
25+
fonttools==4.62.1
2626
# via matplotlib
27-
fsspec==2026.2.0
27+
fsspec==2026.1.0
2828
# via
2929
# awkward
3030
# uproot
3131
hist==2.10.1
3232
# via -r Examples/Scripts/requirements.in
3333
histoprint==2.6.0
3434
# via hist
35-
kiwisolver==1.4.9
35+
kiwisolver==1.5.0
3636
# via matplotlib
3737
markdown-it-py==4.0.0
3838
# via rich
@@ -46,7 +46,7 @@ mplhep==1.1.2
4646
# via -r Examples/Scripts/requirements.in
4747
mplhep-data==0.0.5
4848
# via mplhep
49-
numpy==2.4.2
49+
numpy==2.4.3
5050
# via
5151
# awkward
5252
# awkward-cpp
@@ -108,7 +108,7 @@ uhi==1.0.0
108108
# via
109109
# histoprint
110110
# mplhep
111-
uproot==5.7.1
111+
uproot==5.7.2
112112
# via -r Examples/Scripts/requirements.in
113113
xxhash==3.6.0
114114
# via uproot

Python/Examples/tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ cramjam==2.11.0
1010
# via uproot
1111
execnet==2.1.2
1212
# via pytest-xdist
13-
filelock==3.25.0
13+
filelock==3.25.2
1414
# via -r Python/Examples/tests/requirements.in
15-
fsspec==2026.2.0
15+
fsspec==2026.1.0
1616
# via
1717
# awkward
1818
# uproot
1919
iniconfig==2.3.0
2020
# via pytest
21-
numpy==2.4.2
21+
numpy==2.4.3
2222
# via
2323
# -r Python/Examples/tests/requirements.in
2424
# awkward
@@ -54,7 +54,7 @@ pytest-xdist==3.8.0
5454
# via -r Python/Examples/tests/requirements.in
5555
pyyaml==6.0.3
5656
# via -r Python/Examples/tests/requirements.in
57-
uproot==5.7.1
57+
uproot==5.7.2
5858
# via -r Python/Examples/tests/requirements.in
5959
xxhash==3.6.0
6060
# via uproot

codegen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --python-version 3.14 codegen/pyproject.toml -o codegen/requirements.txt
33
mpmath==1.3.0
44
# via sympy
5-
numpy==2.4.2
5+
numpy==2.4.3
66
# via codegen (codegen/pyproject.toml)
77
sympy==1.14.0
88
# via codegen (codegen/pyproject.toml)

docs/old/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pygments==2.19.2
8686
# via
8787
# rich
8888
# sphinx
89-
pyjwt==2.11.0
89+
pyjwt==2.12.1
9090
# via gidgethub
9191
python-dotenv==1.2.2
9292
# via -r docs/old/requirements.in

0 commit comments

Comments
 (0)