Skip to content

Commit

Permalink
fix: Security fix (requests vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 11, 2020
1 parent 62ff403 commit 17777c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.6"
requests = "*"
requests = ">2.19.1"
loguru = "*"
websocket_client = "*"
asciimatics = {version = "^1.11.0", optional = true}
Expand Down

0 comments on commit 17777c0

Please sign in to comment.