We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f191b + 09e20df commit 8d7a219Copy full SHA for 8d7a219
1 file changed
.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Install dependencies
72
run: |
73
python -m pip install --upgrade pip
74
- pip install safety bandit
+ pip install "safety==3.4.0" "typer<0.16.0" bandit
75
76
- name: Check dependencies for security vulnerabilities
77
0 commit comments