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
4 changes: 2 additions & 2 deletions CI/clang_tidy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pydantic==2.12.0
pydantic==2.12.3
# via -r CI/clang_tidy/requirements.in
pydantic-core==2.41.1
pydantic-core==2.41.4
# via pydantic
pygments==2.19.2
# via
Expand Down
8 changes: 4 additions & 4 deletions CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.0
aiohttp==3.13.1
# via -r CI/fpe_masks/requirements.in
aiosignal==1.4.0
# via aiohttp
Expand All @@ -16,15 +16,15 @@ cffi==2.0.0
# via cryptography
click==8.3.0
# via typer
cryptography==46.0.2
cryptography==46.0.3
# via pyjwt
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
Expand Down Expand Up @@ -52,7 +52,7 @@ rich==14.2.0
# typer
shellingham==1.5.4
# via typer
typer==0.19.2
typer==0.20.0
# via -r CI/fpe_masks/requirements.in
typing-extensions==4.15.0
# via
Expand Down
8 changes: 5 additions & 3 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ awkward==2.8.9
# uproot
awkward-cpp==50
# via awkward
backports-zstd==1.0.0
# via pyhepmc
cramjam==2.11.0
# via uproot
execnet==2.1.1
Expand All @@ -18,9 +20,9 @@ fsspec==2025.9.0
# via
# awkward
# uproot
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
numpy==2.3.3
numpy==2.3.4
# via
# -r Examples/Python/tests/requirements.in
# awkward
Expand All @@ -37,7 +39,7 @@ pluggy==1.6.0
# via pytest
pygments==2.19.2
# via pytest
pyhepmc==2.14.0
pyhepmc==2.15.1
# via -r Examples/Python/tests/requirements.in
pytest==8.4.2
# via
Expand Down
12 changes: 6 additions & 6 deletions Examples/Scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ 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.3.4
# via
# awkward
# awkward-cpp
Expand All @@ -70,11 +70,11 @@ packaging==25.0
# uproot
pandas==2.3.3
# via -r Examples/Scripts/requirements.in
pillow==11.3.0
pillow==12.0.0
# via matplotlib
pydantic==2.12.0
pydantic==2.12.3
# via -r Examples/Scripts/requirements.in
pydantic-core==2.41.1
pydantic-core==2.41.4
# via pydantic
pygments==2.19.2
# via rich
Expand All @@ -98,7 +98,7 @@ shellingham==1.5.4
# via typer
six==1.17.0
# via python-dateutil
typer==0.19.2
typer==0.20.0
# via -r Examples/Scripts/requirements.in
typing-extensions==4.15.0
# via
Expand Down
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.0
aiohttp==3.13.1
# via -r docs/requirements.in
aiosignal==1.4.0
# via aiohttp
Expand All @@ -24,11 +24,11 @@ certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via typer
cryptography==46.0.2
cryptography==46.0.3
# via pyjwt
docutils==0.21.2
# via
Expand All @@ -44,7 +44,7 @@ fsspec==2025.9.0
# via -r docs/requirements.in
gidgethub==5.4.0
# via -r docs/requirements.in
idna==3.10
idna==3.11
# via
# requests
# yarl
Expand Down Expand Up @@ -80,9 +80,9 @@ propcache==0.4.1
# yarl
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.3
# via -r docs/requirements.in
pydantic-core==2.41.1
pydantic-core==2.41.4
# via pydantic
pygments==2.19.2
# via
Expand Down Expand Up @@ -131,7 +131,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
toml==0.10.2
# via -r docs/requirements.in
typer==0.19.2
typer==0.20.0
# via -r docs/requirements.in
typing-extensions==4.15.0
# via
Expand Down