Skip to content

Commit b12b76d

Browse files
author
github-actions
committed
Weekly Update: Regenerate requirements.txt
1 parent 49febe2 commit b12b76d

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
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.2.0
35+
rich==14.3.1
3636
# via -r CI/clang_tidy/requirements.in
3737
six==1.17.0
3838
# via fs

CI/fpe_masks/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ propcache==0.4.1
3838
# via
3939
# aiohttp
4040
# yarl
41-
pycparser==2.23
41+
pycparser==3.0
4242
# via cffi
4343
pygments==2.19.2
4444
# via rich
4545
pyjwt[crypto]==2.10.1
4646
# via
4747
# gidgethub
4848
# pyjwt
49-
rich==14.2.0
49+
rich==14.3.1
5050
# via
5151
# -r CI/fpe_masks/requirements.in
5252
# typer

Examples/Scripts/requirements.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ numpy==2.4.1
6262
# scipy
6363
# uhi
6464
# uproot
65-
packaging==25.0
65+
packaging==26.0
6666
# via
6767
# awkward
6868
# matplotlib
6969
# mplhep
7070
# uproot
71-
pandas==2.3.3
71+
pandas==3.0.0
7272
# via -r Examples/Scripts/requirements.in
7373
pillow==12.1.0
7474
# via matplotlib
@@ -78,17 +78,15 @@ pydantic-core==2.41.5
7878
# via pydantic
7979
pygments==2.19.2
8080
# via rich
81-
pyparsing==3.3.1
81+
pyparsing==3.3.2
8282
# via matplotlib
8383
python-dateutil==2.9.0.post0
8484
# via
8585
# matplotlib
8686
# pandas
87-
pytz==2025.2
88-
# via pandas
8987
pyyaml==6.0.3
9088
# via -r Examples/Scripts/requirements.in
91-
rich==14.2.0
89+
rich==14.3.1
9290
# via
9391
# -r Examples/Scripts/requirements.in
9492
# typer
@@ -108,8 +106,6 @@ typing-extensions==4.15.0
108106
# typing-inspection
109107
typing-inspection==0.4.2
110108
# via pydantic
111-
tzdata==2025.3
112-
# via pandas
113109
uhi==1.0.0
114110
# via
115111
# histoprint

Python/Examples/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ numpy==2.4.1
2727
# awkward-cpp
2828
# pyhepmc
2929
# uproot
30-
packaging==25.0
30+
packaging==26.0
3131
# via
3232
# awkward
3333
# pyhepmc

docs/old/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ multidict==6.7.0
7272
# yarl
7373
myst-parser==4.0.1
7474
# via -r docs/old/requirements.in
75-
packaging==25.0
75+
packaging==26.0
7676
# via sphinx
7777
propcache==0.4.1
7878
# via
7979
# aiohttp
8080
# yarl
81-
pycparser==2.23
81+
pycparser==3.0
8282
# via cffi
8383
pydantic==2.12.5
8484
# via -r docs/old/requirements.in
@@ -98,7 +98,7 @@ pyyaml==6.0.3
9898
# via myst-parser
9999
requests==2.32.5
100100
# via sphinx
101-
rich==14.2.0
101+
rich==14.3.1
102102
# via
103103
# -r docs/old/requirements.in
104104
# typer

0 commit comments

Comments
 (0)