Skip to content

Commit

Permalink
build: update only insecure dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 22, 2018
1 parent 02c6a07 commit 521060f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ assignees:
# we care only about runtime requirements, not testing ones
search: False
requirements:
- requirements.txt
- requirements-opt.txt
- requirements.txt:
pin: False
update: insecure
- requirements-opt.txt:
pin: False
update: insecure
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ coverage:
target: auto
threshold: 0.50
base: auto
patch: off
patch: off

0 comments on commit 521060f

Please sign in to comment.