Skip to content

Commit

Permalink
Change keyring dependency to >=21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar authored and neersighted committed Jan 17, 2022
1 parent 319b07c commit c61bc9c
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 @@ -57,7 +57,7 @@ functools32 = { version = "^3.2.3", python = "~2.7" }
keyring = [
{ version = "^18.0.1", python = "~2.7" },
{ version = "^20.0.1", python = "~3.5" },
{ version = "^21.2.0", python = "^3.6" }
{ version = ">=21.2.0", python = "^3.6" }
]
# Use subprocess32 for Python 2.7
subprocess32 = { version = "^3.5", python = "~2.7" }
Expand Down

0 comments on commit c61bc9c

Please sign in to comment.