Skip to content

Commit

Permalink
Weekly Update: Regenerate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 22, 2024
1 parent 0476744 commit 0fa2f84
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 51 deletions.
8 changes: 4 additions & 4 deletions CI/clang_tidy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ codereport==0.4.0
# via -r CI/clang_tidy/requirements.in
fs==2.4.16
# via codereport
jinja2==3.1.4
jinja2==3.1.5
# via codereport
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pydantic==2.9.2
pydantic==2.10.4
# via -r CI/clang_tidy/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via
Expand All @@ -34,7 +34,7 @@ pyyaml==6.0.2
# via -r CI/clang_tidy/requirements.in
rich==13.9.4
# via -r CI/clang_tidy/requirements.in
six==1.16.0
six==1.17.0
# via fs
text-unidecode==1.3
# via python-slugify
Expand Down
20 changes: 10 additions & 10 deletions CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile CI/fpe_masks/requirements.in
#
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.6
aiohttp==3.11.11
# via -r CI/fpe_masks/requirements.in
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
attrs==24.2.0
attrs==24.3.0
# via aiohttp
cffi==1.17.1
# via cryptography
click==8.1.7
click==8.1.8
# via typer
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
frozenlist==1.5.0
# via
Expand All @@ -34,15 +34,15 @@ multidict==6.1.0
# via
# aiohttp
# yarl
propcache==0.2.0
propcache==0.2.1
# via
# aiohttp
# yarl
pycparser==2.22
# via cffi
pygments==2.18.0
# via rich
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# gidgethub
# pyjwt
Expand All @@ -52,11 +52,11 @@ rich==13.9.4
# typer
shellingham==1.5.4
# via typer
typer==0.13.1
typer==0.15.1
# via -r CI/fpe_masks/requirements.in
typing-extensions==4.12.2
# via typer
uritemplate==4.1.1
# via gidgethub
yarl==1.17.2
yarl==1.18.3
# via aiohttp
14 changes: 7 additions & 7 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile Examples/Python/tests/requirements.in
#
awkward==2.7.0
awkward==2.7.2
# via
# -r Examples/Python/tests/requirements.in
# uproot
awkward-cpp==41
awkward-cpp==43
# via awkward
cramjam==2.9.0
cramjam==2.9.1
# via uproot
execnet==2.1.1
# via pytest-xdist
fsspec==2024.10.0
fsspec==2024.12.0
# via
# awkward
# uproot
iniconfig==2.0.0
# via pytest
numpy==2.1.3
numpy==2.2.1
# via
# awkward
# awkward-cpp
Expand All @@ -32,7 +32,7 @@ packaging==24.2
# uproot
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via
# -r Examples/Python/tests/requirements.in
# pytest-check
Expand All @@ -43,7 +43,7 @@ pytest-xdist==3.6.1
# via -r Examples/Python/tests/requirements.in
pyyaml==6.0.2
# via -r Examples/Python/tests/requirements.in
uproot==5.5.0
uproot==5.5.1
# via -r Examples/Python/tests/requirements.in
xxhash==3.5.0
# via uproot
28 changes: 14 additions & 14 deletions Examples/Scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
#
annotated-types==0.7.0
# via pydantic
awkward==2.7.0
awkward==2.7.2
# via
# -r Examples/Scripts/requirements.in
# uproot
awkward-cpp==41
awkward-cpp==43
# via awkward
boost-histogram==1.5.0
# via hist
click==8.1.7
click==8.1.8
# via
# histoprint
# typer
contourpy==1.3.1
# via matplotlib
cramjam==2.9.0
cramjam==2.9.1
# via uproot
cycler==0.12.1
# via matplotlib
fonttools==4.55.0
fonttools==4.55.3
# via matplotlib
fsspec==2024.10.0
fsspec==2024.12.0
# via
# awkward
# uproot
hist==2.8.0
# via -r Examples/Scripts/requirements.in
histoprint==2.5.0
histoprint==2.6.0
# via hist
kiwisolver==1.4.7
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.9.2
matplotlib==3.10.0
# via
# -r Examples/Scripts/requirements.in
# mplhep
Expand All @@ -48,7 +48,7 @@ mplhep==0.3.55
# via -r Examples/Scripts/requirements.in
mplhep-data==0.0.4
# via mplhep
numpy==2.1.3
numpy==2.2.1
# via
# awkward
# awkward-cpp
Expand All @@ -72,9 +72,9 @@ pandas==2.2.3
# via -r Examples/Scripts/requirements.in
pillow==11.0.0
# via matplotlib
pydantic==2.9.2
pydantic==2.10.4
# via -r Examples/Scripts/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via rich
Expand All @@ -96,9 +96,9 @@ scipy==1.14.1
# via -r Examples/Scripts/requirements.in
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via python-dateutil
typer==0.13.1
typer==0.15.1
# via -r Examples/Scripts/requirements.in
typing-extensions==4.12.2
# via
Expand All @@ -111,7 +111,7 @@ uhi==0.5.0
# via
# histoprint
# mplhep
uproot==5.5.0
uproot==5.5.1
# via -r Examples/Scripts/requirements.in
xxhash==3.5.0
# via uproot
34 changes: 18 additions & 16 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# pip-compile docs/requirements.in
#
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.5
aiohttp==3.11.11
# via -r docs/requirements.in
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
alabaster==0.7.16
# via sphinx
annotated-types==0.7.0
# via pydantic
attrs==24.2.0
attrs==24.3.0
# via aiohttp
babel==2.16.0
# via sphinx
breathe==4.35.0
# via -r docs/requirements.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via typer
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
docutils==0.21.2
# via
Expand All @@ -41,7 +41,7 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
fsspec==2024.10.0
fsspec==2024.12.0
# via -r docs/requirements.in
gidgethub==5.3.0
# via -r docs/requirements.in
Expand All @@ -51,7 +51,7 @@ idna==3.10
# yarl
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via
# -r docs/requirements.in
# myst-parser
Expand All @@ -75,22 +75,24 @@ myst-parser==4.0.0
# via -r docs/requirements.in
packaging==24.2
# via sphinx
propcache==0.2.0
propcache==0.2.1
# via
# aiohttp
# yarl
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.4
# via -r docs/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via
# rich
# sphinx
pyjwt[crypto]==2.10.0
# via gidgethub
pyjwt[crypto]==2.10.1
# via
# gidgethub
# pyjwt
python-dotenv==1.0.1
# via -r docs/requirements.in
pyyaml==6.0.2
Expand Down Expand Up @@ -130,7 +132,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
toml==0.10.2
# via -r docs/requirements.in
typer==0.13.1
typer==0.15.1
# via -r docs/requirements.in
typing-extensions==4.12.2
# via
Expand All @@ -141,5 +143,5 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
yarl==1.17.2
yarl==1.18.3
# via aiohttp

0 comments on commit 0fa2f84

Please sign in to comment.