Skip to content

Commit

Permalink
Avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiyam committed Oct 22, 2024
1 parent 86fa878 commit a2342f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2342f4

Please sign in to comment.