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 Nov 24, 2024
1 parent f17f640 commit ba06acb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 24 deletions.
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.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pydantic==2.9.2
pydantic==2.10.1
# via -r CI/clang_tidy/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via
Expand Down
4 changes: 2 additions & 2 deletions CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.6
aiohttp==3.11.7
# via -r CI/fpe_masks/requirements.in
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -58,5 +58,5 @@ typing-extensions==4.12.2
# via typer
uritemplate==4.1.1
# via gidgethub
yarl==1.17.2
yarl==1.18.0
# via aiohttp
20 changes: 10 additions & 10 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile Examples/Python/tests/requirements.in
# pip-compile Examples/Python/tests//requirements.in
#
awkward==2.7.0
awkward==2.7.1
# via
# -r Examples/Python/tests/requirements.in
# -r Examples/Python/tests//requirements.in
# uproot
awkward-cpp==41
awkward-cpp==42
# via awkward
cramjam==2.9.0
# via uproot
Expand All @@ -34,16 +34,16 @@ pluggy==1.5.0
# via pytest
pytest==8.3.3
# via
# -r Examples/Python/tests/requirements.in
# -r Examples/Python/tests//requirements.in
# pytest-check
# pytest-xdist
pytest-check==2.4.1
# via -r Examples/Python/tests/requirements.in
# via -r Examples/Python/tests//requirements.in
pytest-xdist==3.6.1
# via -r Examples/Python/tests/requirements.in
# via -r Examples/Python/tests//requirements.in
pyyaml==6.0.2
# via -r Examples/Python/tests/requirements.in
uproot==5.5.0
# via -r Examples/Python/tests/requirements.in
# via -r Examples/Python/tests//requirements.in
uproot==5.5.1
# via -r Examples/Python/tests//requirements.in
xxhash==3.5.0
# via uproot
10 changes: 5 additions & 5 deletions Examples/Scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
annotated-types==0.7.0
# via pydantic
awkward==2.7.0
awkward==2.7.1
# via
# -r Examples/Scripts/requirements.in
# uproot
awkward-cpp==41
awkward-cpp==42
# via awkward
boost-histogram==1.5.0
# via hist
Expand Down Expand Up @@ -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.1
# via -r Examples/Scripts/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via rich
Expand Down Expand Up @@ -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
12 changes: 7 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.5
aiohttp==3.11.7
# via -r docs/requirements.in
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -81,16 +81,18 @@ propcache==0.2.0
# yarl
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via -r docs/requirements.in
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via
# rich
# sphinx
pyjwt[crypto]==2.10.0
# via gidgethub
# via
# gidgethub
# pyjwt
python-dotenv==1.0.1
# via -r docs/requirements.in
pyyaml==6.0.2
Expand Down Expand Up @@ -141,5 +143,5 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
yarl==1.17.2
yarl==1.18.0
# via aiohttp

0 comments on commit ba06acb

Please sign in to comment.