diff --git a/Makefile b/Makefile index 186509fe3..18a364cbe 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ venv/touchfile: requirements-dev.txt requirements.txt touch venv/touchfile lock-deps: - @uv pip compile requirements.in --quiet -o requirements.txt - @uv pip compile requirements.in --quiet -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu + @uv pip compile requirements.in --quiet -o requirements.txt --no-emit-package marshmallow + @uv pip compile requirements.in --quiet -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu --no-emit-package marshmallow deps: lock-deps uv pip install -r requirements-dev.txt diff --git a/requirements.txt b/requirements.txt index 87f457302..d15938ecf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile requirements.in -o requirements.txt +# uv pip compile requirements.in -o requirements.txt --no-emit-package marshmallow aiobotocore==2.21.1 # via s3fs aiohappyeyeballs==2.4.8 @@ -269,8 +269,6 @@ markdown-it-py==3.0.0 # via rich markupsafe==3.0.2 # via mako -marshmallow==3.26.1 - # via dataclasses-json mdurl==0.1.2 # via markdown-it-py monotonic==1.6 @@ -604,3 +602,6 @@ zstd==1.5.6.5 # via # -r requirements.in # asynch + +# The following packages were excluded from the output: +# marshmallow diff --git a/requirements_arm64.txt b/requirements_arm64.txt index d28893b29..6a2daaf5a 100644 --- a/requirements_arm64.txt +++ b/requirements_arm64.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile requirements.in -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu +# uv pip compile requirements.in -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu --no-emit-package marshmallow aiobotocore==2.21.1 # via s3fs aiohappyeyeballs==2.6.1 @@ -265,8 +265,6 @@ markdown-it-py==3.0.0 # via rich markupsafe==3.0.2 # via mako -marshmallow==3.26.1 - # via dataclasses-json mdurl==0.1.2 # via markdown-it-py monotonic==1.6 @@ -602,3 +600,6 @@ zstd==1.5.6.5 # via # -r requirements.in # asynch + +# The following packages were excluded from the output: +# marshmallow