From f20ad70f5ff8365b825c23094222cfb3fd9f16fd Mon Sep 17 00:00:00 2001 From: Dick Marinus Date: Mon, 19 Oct 2020 10:55:17 +0200 Subject: [PATCH] lower required keyring version --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c742fe..e097d8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1045,7 +1045,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] [metadata] -content-hash = "53465315901c4dc7fb9115206d24a091dad1b48d58b2f0e78d642c843c49a893" +content-hash = "7bf6855e18bec163d4a2ddc97d85ca5cbda951e4b584beb886ab546bc1d1bc24" python-versions = ">=3.6" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index 7730ca9..8ce55d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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"