Skip to content

Commit

Permalink
bump vresion to 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Feb 9, 2024
1 parent d5996a2 commit ef83039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
python-version: 3.10.x
- name: install dependencies
run: python -m pip install --upgrade pip && python -m pip install -r ${{inputs.app_name}}/requirements-dev.txt bandit==1.7.4
run: python -m pip install --upgrade pip && python -m pip install -r ${{inputs.app_name}}/requirements-dev.txt bandit==1.7.7
- name: Bandit
run: bandit -r ${{inputs.app_name}}/app

Expand Down

0 comments on commit ef83039

Please sign in to comment.