Skip to content

Commit

Permalink
lower required keyring version
Browse files Browse the repository at this point in the history
  • Loading branch information
meeuw committed Oct 19, 2020
1 parent 0976451 commit f20ad70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-credential-process"
version = "0.8.0"
version = "0.9.0"
description = "AWS Credential Process"
authors = ["Dick Marinus <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ keywords = ['AWS', 'MFA', 'keyring', 'keychain', 'yubikey']
[tool.poetry.dependencies]
python = ">=3.6"
boto3 = "^1.11"
keyring = "^21.3"
keyring = ">=20.0.1"
yubikey-manager = "3.1.1"
click = "^7.1"
pynentry = "^0.1.3"
Expand Down

0 comments on commit f20ad70

Please sign in to comment.