Skip to content

Commit

Permalink
fix: poetry audit (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Mar 11, 2024
1 parent 0f2506e commit c2155b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Run Audit
run: |
make install
poetry self add poetry-audit-plugin
poetry self add poetry-audit-plugin==0.4.0
poetry audit
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME ?= flagsmith

DOTENV_OVERRIDE_FILE ?= .env

POETRY_VERSION ?= 1.5.1
POETRY_VERSION ?= 1.8.2

-include .env-local
-include $(DOTENV_OVERRIDE_FILE)
Expand Down

0 comments on commit c2155b2

Please sign in to comment.