Skip to content

Commit

Permalink
chore: bump Python requirements (#3875)
Browse files Browse the repository at this point in the history
Seems to work smoothly, only `sphinx` does not work without problems since `7.4.0`. Therefore set to last working version. I will look into this, to get `sphinx` to `8.x.x` in a followup PR.

blocked:
- #3884
  • Loading branch information
AJPfleger authored Nov 21, 2024
1 parent 11746d1 commit 863240e
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 123 deletions.
20 changes: 10 additions & 10 deletions CI/clang_tidy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
#
# pip-compile CI/clang_tidy/requirements.in
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
appdirs==1.4.4
# via fs
codereport==0.3.2
codereport==0.4.0
# via -r CI/clang_tidy/requirements.in
fs==2.4.16
# via codereport
jinja2==3.1.2
jinja2==3.1.4
# via codereport
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pydantic==2.5.2
pydantic==2.9.2
# via -r CI/clang_tidy/requirements.in
pydantic-core==2.14.5
pydantic-core==2.23.4
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via
# codereport
# rich
python-slugify==6.1.2
# via codereport
pyyaml==6.0.1
pyyaml==6.0.2
# via -r CI/clang_tidy/requirements.in
rich==13.7.0
rich==13.9.4
# via -r CI/clang_tidy/requirements.in
six==1.16.0
# via fs
text-unidecode==1.3
# via python-slugify
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
Expand Down
54 changes: 33 additions & 21 deletions CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,61 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile CI/requirements_fpe_masks.in
# pip-compile CI/fpe_masks/requirements.in
#
aiohttp==3.9.1
# via -r CI/requirements_fpe_masks.in
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.6
# via -r CI/fpe_masks/requirements.in
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
attrs==24.2.0
# via aiohttp
cffi==1.15.1
cffi==1.17.1
# via cryptography
click==8.1.4
click==8.1.7
# via typer
cryptography==41.0.1
cryptography==43.0.3
# via pyjwt
frozenlist==1.4.0
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
gidgethub==5.3.0
# via -r CI/requirements_fpe_masks.in
idna==3.4
# via -r CI/fpe_masks/requirements.in
idna==3.10
# via yarl
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
multidict==6.1.0
# via
# aiohttp
# yarl
propcache==0.2.0
# via
# aiohttp
# yarl
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.15.1
pygments==2.18.0
# via rich
pyjwt[crypto]==2.7.0
# via gidgethub
rich==13.4.2
# via -r CI/requirements_fpe_masks.in
typer==0.9.0
# via -r CI/requirements_fpe_masks.in
typing-extensions==4.7.1
pyjwt[crypto]==2.10.0
# via
# gidgethub
# pyjwt
rich==13.9.4
# via
# -r CI/fpe_masks/requirements.in
# typer
shellingham==1.5.4
# via typer
typer==0.13.1
# via -r CI/fpe_masks/requirements.in
typing-extensions==4.12.2
# via typer
uritemplate==4.1.1
# via gidgethub
yarl==1.9.2
yarl==1.17.2
# via aiohttp
28 changes: 16 additions & 12 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,46 @@
#
# pip-compile Examples/Python/tests/requirements.in
#
awkward==2.6.1
awkward==2.7.0
# via
# -r Examples/Python/tests/requirements.in
# uproot
awkward-cpp==29
awkward-cpp==41
# via awkward
execnet==2.0.2
cramjam==2.9.0
# via uproot
execnet==2.1.1
# via pytest-xdist
fsspec==2024.2.0
fsspec==2024.10.0
# via
# awkward
# uproot
iniconfig==2.0.0
# via pytest
numpy==1.26.4
numpy==2.1.3
# via
# awkward
# awkward-cpp
# uproot
packaging==23.2
packaging==24.2
# via
# awkward
# pytest
# uproot
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.0.0
pytest==8.3.3
# via
# -r Examples/Python/tests/requirements.in
# pytest-check
# pytest-xdist
pytest-check==2.3.1
pytest-check==2.4.1
# via -r Examples/Python/tests/requirements.in
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r Examples/Python/tests/requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r Examples/Python/tests/requirements.in
uproot==5.2.2
uproot==5.5.0
# via -r Examples/Python/tests/requirements.in
xxhash==3.5.0
# via uproot
74 changes: 43 additions & 31 deletions Examples/Scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,51 @@
#
# pip-compile Examples/Scripts/requirements.in
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
awkward==2.5.0
awkward==2.7.0
# via
# -r Examples/Scripts/requirements.in
# uproot
awkward-cpp==26
awkward-cpp==41
# via awkward
boost-histogram==1.4.0
boost-histogram==1.5.0
# via hist
click==8.1.7
# via
# histoprint
# typer
contourpy==1.2.0
contourpy==1.3.1
# via matplotlib
cramjam==2.9.0
# via uproot
cycler==0.12.1
# via matplotlib
fonttools==4.46.0
fonttools==4.55.0
# via matplotlib
hist==2.7.2
fsspec==2024.10.0
# via
# awkward
# uproot
hist==2.8.0
# via -r Examples/Scripts/requirements.in
histoprint==2.4.0
histoprint==2.5.0
# via hist
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.8.2
matplotlib==3.9.2
# via
# -r Examples/Scripts/requirements.in
# mplhep
mdurl==0.1.2
# via markdown-it-py
mplhep==0.3.31
mplhep==0.3.55
# via -r Examples/Scripts/requirements.in
mplhep-data==0.0.3
mplhep-data==0.0.4
# via mplhep
numpy==1.26.2
numpy==2.1.3
# via
# awkward
# awkward-cpp
Expand All @@ -56,50 +62,56 @@ numpy==1.26.2
# scipy
# uhi
# uproot
packaging==23.2
packaging==24.2
# via
# awkward
# matplotlib
# mplhep
# uproot
pandas==2.1.3
pandas==2.2.3
# via -r Examples/Scripts/requirements.in
pillow==10.1.0
pillow==11.0.0
# via matplotlib
pydantic==2.5.2
pydantic==2.9.2
# via -r Examples/Scripts/requirements.in
pydantic-core==2.14.5
pydantic-core==2.23.4
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pyparsing==3.1.1
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2023.3.post1
pytz==2024.2
# via pandas
pyyaml==6.0.1
# via -r Examples/Scripts/requirements.in
rich==13.7.0
pyyaml==6.0.2
# via -r Examples/Scripts/requirements.in
scipy==1.11.4
rich==13.9.4
# via
# -r Examples/Scripts/requirements.in
# typer
scipy==1.14.1
# via -r Examples/Scripts/requirements.in
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
typer==0.9.0
typer==0.13.1
# via -r Examples/Scripts/requirements.in
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# typer
tzdata==2023.3
tzdata==2024.2
# via pandas
uhi==0.4.0
uhi==0.5.0
# via
# histoprint
# mplhep
uproot==5.1.2
uproot==5.5.0
# via -r Examples/Scripts/requirements.in
xxhash==3.5.0
# via uproot
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
breathe
myst-parser
sphinx
sphinx==7.3.7
sphinx_rtd_theme
docutils
rich
Expand Down
Loading

0 comments on commit 863240e

Please sign in to comment.