Skip to content

Commit

Permalink
Require API Version 0.5
Browse files Browse the repository at this point in the history
This patch requires deterrers-api version 0.5 in order to actually
support skipping initial security scans.
  • Loading branch information
lkiesow committed Dec 1, 2023
1 parent d5d31c0 commit 2d49166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = {file = 'README.md', content-type = 'text/markdown'}
requires-python = ">=3.10"
license = {text = 'MIT'}
dependencies = [
'deterrers-api>=0.4',
'deterrers-api>=0.5',
'PyYAML',
'Click'
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deterrers-api>=0.4
deterrers-api>=0.5
PyYAML
Click

0 comments on commit 2d49166

Please sign in to comment.