Skip to content

Commit f63fa25

Browse files
authored
Merge branch 'main' into feat-index-grid-json-converter
2 parents f08f837 + d7fdc8a commit f63fa25

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
full_install: true
121121

122-
- uses: actions/download-artifact@v6
122+
- uses: actions/download-artifact@v7
123123
with:
124124
name: acts-linux-ubuntu
125125

@@ -157,7 +157,7 @@ jobs:
157157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158158
full_install: true
159159

160-
- uses: actions/download-artifact@v6
160+
- uses: actions/download-artifact@v7
161161
with:
162162
name: acts-linux-ubuntu
163163

@@ -191,7 +191,7 @@ jobs:
191191
- name: Install dependencies
192192
run: pip3 install spyral-cli==1.1.2
193193

194-
- uses: actions/download-artifact@v6
194+
- uses: actions/download-artifact@v7
195195
with:
196196
name: physmon
197197
path: physmon

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
python-version: '3.12'
8686

87-
- uses: actions/download-artifact@v6
87+
- uses: actions/download-artifact@v7
8888
if: steps.dl-af.outputs.comment-artifacts-found
8989
with:
9090
pattern: comment-*.md

Examples/Scripts/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cramjam==2.11.0
2424
# via uproot
2525
cycler==0.12.1
2626
# via matplotlib
27-
fonttools==4.61.0
27+
fonttools==4.61.1
2828
# via matplotlib
2929
fsspec==2025.12.0
3030
# via
@@ -38,7 +38,7 @@ kiwisolver==1.4.9
3838
# via matplotlib
3939
markdown-it-py==4.0.0
4040
# via rich
41-
matplotlib==3.10.7
41+
matplotlib==3.10.8
4242
# via
4343
# -r Examples/Scripts/requirements.in
4444
# mplhep
@@ -108,7 +108,7 @@ typing-extensions==4.15.0
108108
# typing-inspection
109109
typing-inspection==0.4.2
110110
# via pydantic
111-
tzdata==2025.2
111+
tzdata==2025.3
112112
# via pandas
113113
uhi==1.0.0
114114
# via

docs/old/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ typing-inspection==0.4.2
143143
# via pydantic
144144
uritemplate==4.2.0
145145
# via gidgethub
146-
urllib3==2.6.0
146+
urllib3==2.6.2
147147
# via requests
148148
yarl==1.22.0
149149
# via aiohttp

0 commit comments

Comments
 (0)