diff --git a/CI/clang_tidy/requirements.txt b/CI/clang_tidy/requirements.txt index 56e9315edb8..3fdaeb1ad66 100644 --- a/CI/clang_tidy/requirements.txt +++ b/CI/clang_tidy/requirements.txt @@ -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 @@ -16,13 +16,13 @@ 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 @@ -30,9 +30,9 @@ pygments==2.19.2 # 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 @@ -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: diff --git a/CI/fpe_masks/requirements.txt b/CI/fpe_masks/requirements.txt index 07f635d27bb..29658b83038 100644 --- a/CI/fpe_masks/requirements.txt +++ b/CI/fpe_masks/requirements.txt @@ -2,57 +2,57 @@ # 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 @@ -60,5 +60,5 @@ typing-extensions==4.15.0 # typer uritemplate==4.2.0 # via gidgethub -yarl==1.20.1 +yarl==1.22.0 # via aiohttp diff --git a/Examples/Python/tests/requirements.txt b/Examples/Python/tests/requirements.txt index 5f5b911449b..45bb18b2596 100644 --- a/Examples/Python/tests/requirements.txt +++ b/Examples/Python/tests/requirements.txt @@ -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 @@ -36,16 +38,16 @@ 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 @@ -53,9 +55,9 @@ 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 diff --git a/Examples/Scripts/requirements.txt b/Examples/Scripts/requirements.txt index 3dee1c42391..4d83be0f9b2 100644 --- a/Examples/Scripts/requirements.txt +++ b/Examples/Scripts/requirements.txt @@ -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 @@ -24,13 +24,13 @@ 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 @@ -38,7 +38,7 @@ 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 @@ -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.4.2 # via # awkward # awkward-cpp @@ -62,43 +62,41 @@ 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 @@ -106,15 +104,13 @@ typing-extensions==4.15.0 # 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 9d489c815df..0d93111889f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,11 +2,11 @@ # 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 docs/requirements.in +# pip-compile docs/requirements.in # aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.15 +aiohttp==3.13.3 # via -r docs/requirements.in aiosignal==1.4.0 # via aiohttp @@ -14,21 +14,21 @@ alabaster==0.7.16 # via sphinx annotated-types==0.7.0 # via pydantic -attrs==25.3.0 +attrs==25.4.0 # via aiohttp babel==2.17.0 # via sphinx breathe==4.36.0 # via -r docs/requirements.in -certifi==2025.8.3 +certifi==2026.1.4 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.3 +charset-normalizer==3.4.4 # via requests -click==8.3.0 +click==8.3.1 # via typer -cryptography==46.0.1 +cryptography==46.0.4 # via pyjwt docutils==0.21.2 # via @@ -36,15 +36,15 @@ docutils==0.21.2 # myst-parser # sphinx # sphinx-rtd-theme -frozenlist==1.7.0 +frozenlist==1.8.0 # via # aiohttp # aiosignal -fsspec==2025.9.0 +fsspec==2026.1.0 # via -r docs/requirements.in gidgethub==5.4.0 # via -r docs/requirements.in -idna==3.10 +idna==3.11 # via # requests # yarl @@ -60,45 +60,45 @@ markdown-it-py==3.0.0 # mdit-py-plugins # myst-parser # rich -markupsafe==3.0.2 +markupsafe==3.0.3 # via jinja2 mdit-py-plugins==0.5.0 # via myst-parser mdurl==0.1.2 # via markdown-it-py -multidict==6.6.4 +multidict==6.7.1 # via # aiohttp # yarl myst-parser==4.0.1 # via -r docs/requirements.in -packaging==25.0 +packaging==26.0 # via sphinx -propcache==0.3.2 +propcache==0.4.1 # via # aiohttp # yarl -pycparser==2.23 +pycparser==3.0 # via cffi -pydantic==2.11.9 +pydantic==2.12.5 # via -r docs/requirements.in -pydantic-core==2.33.2 +pydantic-core==2.41.5 # via pydantic pygments==2.19.2 # via # rich # sphinx -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.11.0 # via # gidgethub # pyjwt -python-dotenv==1.1.1 +python-dotenv==1.2.1 # via -r docs/requirements.in -pyyaml==6.0.2 +pyyaml==6.0.3 # via myst-parser requests==2.32.5 # via sphinx -rich==14.1.0 +rich==14.3.1 # via # -r docs/requirements.in # typer @@ -113,7 +113,7 @@ sphinx==7.3.7 # myst-parser # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-rtd-theme==3.0.2 +sphinx-rtd-theme==3.1.0 # via -r docs/requirements.in sphinxcontrib-applehelp==2.0.0 # via sphinx @@ -131,7 +131,7 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx toml==0.10.2 # via -r docs/requirements.in -typer==0.19.1 +typer==0.21.1 # via -r docs/requirements.in typing-extensions==4.15.0 # via @@ -140,11 +140,11 @@ typing-extensions==4.15.0 # pydantic-core # typer # typing-inspection -typing-inspection==0.4.1 +typing-inspection==0.4.2 # via pydantic uritemplate==4.2.0 # via gidgethub -urllib3==2.5.0 +urllib3==2.6.3 # via requests -yarl==1.20.1 +yarl==1.22.0 # via aiohttp