Skip to content

Commit

Permalink
upgrade lock files
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Dec 10, 2024
1 parent 123271e commit 6c764c2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
24 changes: 13 additions & 11 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev-requirements.in
#
# This file was autogenerated by uv via the following command:
# uv pip compile dev-requirements.in -o dev-requirements.txt
adlfs==2024.7.0
# via flytekit
aiobotocore==2.15.1
Expand All @@ -20,6 +16,8 @@ aioitertools==0.12.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -72,7 +70,7 @@ cryptography==43.0.1
# azure-storage-blob
# msal
# pyjwt
dask[array,dataframe]==2024.9.1
dask==2024.9.1
# via
# -r dev-requirements.in
# dask-expr
Expand Down Expand Up @@ -272,16 +270,18 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.10.3
# via -r dev-requirements.in
pydantic-core==2.27.1
# via pydantic
pyflakes==3.2.0
# via autoflake
pygments==2.18.0
# via
# flytekit
# rich
pyjwt[crypto]==2.9.0
# via
# msal
# pyjwt
pyjwt==2.9.0
# via msal
pytest==8.3.3
# via -r dev-requirements.in
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -346,6 +346,8 @@ typing-extensions==4.12.2
# flytekit
# mashumaro
# mypy
# pydantic
# pydantic-core
# rich-click
# typing-inspect
typing-inspect==0.9.0
Expand Down
19 changes: 6 additions & 13 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile docs-requirements.in
#
# This file was autogenerated by uv via the following command:
# uv pip compile docs-requirements.in -o docs-requirements.txt
accessible-pygments==0.0.5
# via pydata-sphinx-theme
adlfs==2024.7.0
Expand Down Expand Up @@ -403,10 +399,8 @@ pygments==2.18.0
# sphinx
# sphinx-prompt
# sphinx-tabs
pyjwt[crypto]==2.9.0
# via
# msal
# pyjwt
pyjwt==2.9.0
# via msal
python-dateutil==2.9.0.post0
# via
# botocore
Expand Down Expand Up @@ -475,6 +469,8 @@ scikit-learn==1.5.2
# via -r docs-requirements.in
scipy==1.14.1
# via scikit-learn
setuptools==75.6.0
# via torch
six==1.16.0
# via
# asttokens
Expand Down Expand Up @@ -609,6 +605,3 @@ yarl==1.13.1
# via aiohttp
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 6c764c2

Please sign in to comment.