Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CI/clang_tidy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None CI/clang_tidy/requirements.in
# pip-compile CI/clang_tidy/requirements.in
#
annotated-types==0.7.0
# via pydantic
Expand All @@ -16,23 +16,23 @@ jinja2==3.1.6
# via codereport
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pydantic==2.11.9
pydantic==2.12.5
# via -r CI/clang_tidy/requirements.in
pydantic-core==2.33.2
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# codereport
# rich
python-slugify==6.1.2
# via codereport
pyyaml==6.0.2
pyyaml==6.0.3
# via -r CI/clang_tidy/requirements.in
rich==14.1.0
rich==14.3.1
# via -r CI/clang_tidy/requirements.in
six==1.17.0
# via fs
Expand All @@ -43,7 +43,7 @@ typing-extensions==4.15.0
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic

# The following packages are considered to be unsafe in a requirements file:
Expand Down
28 changes: 14 additions & 14 deletions CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,63 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None CI/fpe_masks/requirements.in
# pip-compile CI/fpe_masks/requirements.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.15
aiohttp==3.13.3
# via -r CI/fpe_masks/requirements.in
aiosignal==1.4.0
# via aiohttp
attrs==25.3.0
attrs==25.4.0
# via aiohttp
cffi==2.0.0
# via cryptography
click==8.3.0
click==8.3.1
# via typer
cryptography==46.0.1
cryptography==46.0.4
# via pyjwt
frozenlist==1.7.0
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
gidgethub==5.4.0
# via -r CI/fpe_masks/requirements.in
idna==3.10
idna==3.11
# via yarl
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.6.4
multidict==6.7.1
# via
# aiohttp
# yarl
propcache==0.3.2
propcache==0.4.1
# via
# aiohttp
# yarl
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via rich
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# gidgethub
# pyjwt
rich==14.1.0
rich==14.3.1
# via
# -r CI/fpe_masks/requirements.in
# typer
shellingham==1.5.4
# via typer
typer==0.19.1
typer==0.21.1
# via -r CI/fpe_masks/requirements.in
typing-extensions==4.15.0
# via
# aiosignal
# typer
uritemplate==4.2.0
# via gidgethub
yarl==1.20.1
yarl==1.22.0
# via aiohttp
30 changes: 16 additions & 14 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,33 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None Examples/Python/tests/requirements.in
# pip-compile Examples/Python/tests/requirements.in
#
awkward==2.8.9
awkward==2.8.12
# via
# -r Examples/Python/tests/requirements.in
# uproot
awkward-cpp==50
awkward-cpp==51
# via awkward
backports-zstd==1.3.0
# via pyhepmc
cramjam==2.11.0
# via uproot
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
fsspec==2025.9.0
fsspec==2026.1.0
# via
# awkward
# uproot
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
numpy==2.3.3
numpy==2.4.2
# via
# awkward
# awkward-cpp
# pyhepmc
# uproot
packaging==25.0
packaging==26.0
# via
# awkward
# pyhepmc
Expand All @@ -36,26 +38,26 @@ pluggy==1.6.0
# via pytest
pygments==2.19.2
# via pytest
pyhepmc==2.14.0
pyhepmc==2.16.1
# via -r Examples/Python/tests/requirements.in
pytest==8.4.2
pytest==9.0.2
# via
# -r Examples/Python/tests/requirements.in
# pytest-check
# pytest-repeat
# pytest-timeout
# pytest-xdist
pytest-check==2.5.4
pytest-check==2.6.2
# via -r Examples/Python/tests/requirements.in
pytest-repeat==0.9.4
# via -r Examples/Python/tests/requirements.in
pytest-timeout==2.4.0
# via -r Examples/Python/tests/requirements.in
pytest-xdist==3.8.0
# via -r Examples/Python/tests/requirements.in
pyyaml==6.0.2
pyyaml==6.0.3
# via -r Examples/Python/tests/requirements.in
uproot==5.6.5
uproot==5.7.1
# via -r Examples/Python/tests/requirements.in
xxhash==3.5.0
xxhash==3.6.0
# via uproot
50 changes: 23 additions & 27 deletions Examples/Scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None Examples/Scripts/requirements.in
# pip-compile Examples/Scripts/requirements.in
#
annotated-types==0.7.0
# via pydantic
awkward==2.8.9
awkward==2.8.12
# via
# -r Examples/Scripts/requirements.in
# uproot
awkward-cpp==50
awkward-cpp==51
# via awkward
boost-histogram==1.6.1
# via hist
click==8.3.0
click==8.3.1
# via
# histoprint
# typer
Expand All @@ -24,31 +24,31 @@ cramjam==2.11.0
# via uproot
cycler==0.12.1
# via matplotlib
fonttools==4.60.0
fonttools==4.61.1
# via matplotlib
fsspec==2025.9.0
fsspec==2026.1.0
# via
# awkward
# uproot
hist==2.9.0
hist==2.9.2
# via -r Examples/Scripts/requirements.in
histoprint==2.6.0
# via hist
kiwisolver==1.4.9
# via matplotlib
markdown-it-py==4.0.0
# via rich
matplotlib==3.10.6
matplotlib==3.10.8
# via
# -r Examples/Scripts/requirements.in
# mplhep
mdurl==0.1.2
# via markdown-it-py
mplhep==0.4.1
# via -r Examples/Scripts/requirements.in
mplhep-data==0.0.4
mplhep-data==0.0.5
# via mplhep
numpy==2.3.3
numpy==2.4.2
# via
# awkward
# awkward-cpp
Expand All @@ -62,59 +62,55 @@ numpy==2.3.3
# scipy
# uhi
# uproot
packaging==25.0
packaging==26.0
# via
# awkward
# matplotlib
# mplhep
# uproot
pandas==2.3.2
pandas==3.0.0
# via -r Examples/Scripts/requirements.in
pillow==11.3.0
pillow==12.1.0
# via matplotlib
pydantic==2.11.9
pydantic==2.12.5
# via -r Examples/Scripts/requirements.in
pydantic-core==2.33.2
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via rich
pyparsing==3.2.4
pyparsing==3.3.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2025.2
# via pandas
pyyaml==6.0.2
pyyaml==6.0.3
# via -r Examples/Scripts/requirements.in
rich==14.1.0
rich==14.3.1
# via
# -r Examples/Scripts/requirements.in
# typer
scipy==1.16.2
scipy==1.17.0
# via -r Examples/Scripts/requirements.in
shellingham==1.5.4
# via typer
six==1.17.0
# via python-dateutil
typer==0.19.1
typer==0.21.1
# via -r Examples/Scripts/requirements.in
typing-extensions==4.15.0
# via
# pydantic
# pydantic-core
# typer
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
# via pandas
uhi==1.0.0
# via
# histoprint
# mplhep
uproot==5.6.5
uproot==5.7.1
# via -r Examples/Scripts/requirements.in
xxhash==3.5.0
xxhash==3.6.0
# via uproot
Loading