Skip to content

Commit c6ab86e

Browse files
authored
Merge branch 'main' into feat-strip-sp-calibration
2 parents 8ccf628 + eb0a33f commit c6ab86e

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020

2121
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: 26.3.1
23+
rev: 26.5.0
2424
hooks:
2525
- id: black-jupyter
2626

2727
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
28-
rev: 0.27.4
28+
rev: 0.27.5
2929
hooks:
3030
- id: gersemi
3131
args: ["-i", "--no-warn-about-unknown-commands"]

CI/fpe_masks/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ attrs==26.1.0
1212
# via aiohttp
1313
cffi==2.0.0
1414
# via cryptography
15-
click==8.3.3
15+
click==8.4.0
1616
# via typer
1717
cryptography==48.0.0
1818
# via pyjwt
@@ -22,7 +22,7 @@ frozenlist==1.8.0
2222
# aiosignal
2323
gidgethub==5.4.0
2424
# via -r CI/fpe_masks/requirements.in
25-
idna==3.13
25+
idna==3.15
2626
# via yarl
2727
markdown-it-py==4.2.0
2828
# via rich

Examples/Scripts/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ awkward-cpp==52
1212
# via awkward
1313
boost-histogram==1.7.2
1414
# via hist
15-
click==8.3.3
15+
click==8.4.0
1616
# via
1717
# histoprint
1818
# typer
@@ -22,7 +22,7 @@ cramjam==2.11.0
2222
# via uproot
2323
cycler==0.12.1
2424
# via matplotlib
25-
fonttools==4.62.1
25+
fonttools==4.63.0
2626
# via matplotlib
2727
fsspec==2026.4.0
2828
# via
@@ -42,11 +42,11 @@ matplotlib==3.10.9
4242
# mplhep
4343
mdurl==0.1.2
4444
# via markdown-it-py
45-
mplhep==1.1.2
45+
mplhep==1.2.0
4646
# via -r Examples/Scripts/requirements.in
4747
mplhep-data==0.0.5
4848
# via mplhep
49-
numpy==2.4.4
49+
numpy==2.4.5
5050
# via
5151
# awkward
5252
# awkward-cpp
@@ -67,7 +67,7 @@ packaging==26.2
6767
# matplotlib
6868
# mplhep
6969
# uproot
70-
pandas==3.0.2
70+
pandas==3.0.3
7171
# via -r Examples/Scripts/requirements.in
7272
pillow==12.2.0
7373
# via matplotlib

Python/Examples/tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ awkward-cpp==52
88
# via awkward
99
boost-histogram==1.7.2
1010
# via hist
11-
click==8.3.3
11+
click==8.4.0
1212
# via histoprint
1313
contourpy==1.3.3
1414
# via matplotlib
@@ -20,7 +20,7 @@ execnet==2.1.2
2020
# via pytest-xdist
2121
filelock==3.29.0
2222
# via -r Python/Examples/tests/requirements.in
23-
fonttools==4.62.1
23+
fonttools==4.63.0
2424
# via matplotlib
2525
fsspec==2026.4.0
2626
# via
@@ -36,11 +36,11 @@ kiwisolver==1.5.0
3636
# via matplotlib
3737
matplotlib==3.10.9
3838
# via mplhep
39-
mplhep==1.1.2
39+
mplhep==1.2.0
4040
# via -r Python/Examples/tests/requirements.in
4141
mplhep-data==0.0.5
4242
# via mplhep
43-
numpy==2.4.4
43+
numpy==2.4.5
4444
# via
4545
# -r Python/Examples/tests/requirements.in
4646
# awkward

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.4
5+
numpy==2.4.5
66
# via codegen (codegen/pyproject.toml)
77
sympy==1.14.0
88
# via codegen (codegen/pyproject.toml)

docs/old/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cffi==2.0.0
2424
# via cryptography
2525
charset-normalizer==3.4.7
2626
# via requests
27-
click==8.3.3
27+
click==8.4.0
2828
# via typer
2929
cryptography==48.0.0
3030
# via pyjwt
@@ -42,7 +42,7 @@ fsspec==2026.4.0
4242
# via -r docs/old/requirements.in
4343
gidgethub==5.4.0
4444
# via -r docs/old/requirements.in
45-
idna==3.13
45+
idna==3.15
4646
# via
4747
# requests
4848
# yarl
@@ -60,7 +60,7 @@ markdown-it-py==3.0.0
6060
# rich
6161
markupsafe==3.0.3
6262
# via jinja2
63-
mdit-py-plugins==0.6.0
63+
mdit-py-plugins==0.6.1
6464
# via myst-parser
6565
mdurl==0.1.2
6666
# via markdown-it-py
@@ -92,7 +92,7 @@ python-dotenv==1.2.2
9292
# via -r docs/old/requirements.in
9393
pyyaml==6.0.3
9494
# via myst-parser
95-
requests==2.33.1
95+
requests==2.34.2
9696
# via sphinx
9797
rich==15.0.0
9898
# via

0 commit comments

Comments
 (0)