diff --git a/.github/workflows/check_for_updates.yaml b/.github/workflows/check_for_updates.yaml index cb17e31..0216961 100644 --- a/.github/workflows/check_for_updates.yaml +++ b/.github/workflows/check_for_updates.yaml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Run pip-compile --upgrade - run: ./tools/pip-compile.sh --upgrade + run: ./tools/pip-compile.sh --upgrade --strip-extras - name: Run check_for_file_updates.sh run: ./tools/check_for_file_updates.sh requirements.txt diff --git a/Makefile b/Makefile index 442a1b0..e1a8db3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build: ## Build an image from a Dockerfile check_for_library_updates: ## Check for library updates @echo -e "\033[36m$@\033[0m" - @./tools/pip-compile.sh --upgrade + @./tools/pip-compile.sh --upgrade --strip-extras check_for_updates: check_for_library_updates ## Check for updates to all dependencies diff --git a/requirements.txt b/requirements.txt index 99c9c6f..ce1d560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile +# pip-compile --strip-extras # arrow==1.3.0 # via oci-cli