Skip to content

Commit

Permalink
Change keyring dependency to >=21.2.0
Browse files Browse the repository at this point in the history
keyring appears to be increasing the major version for minor changes every few months: jaraco/keyring@v22.4.0...v23.0.0

Perhaps it would be better to use a >= dependency here?
  • Loading branch information
NeilGirdhar authored and abn committed May 5, 2021
1 parent 7bf158f commit 06dfdde
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tomlkit = ">=0.7.0,<1.0.0"
pexpect = "^4.7.0"
packaging = "^20.4"
virtualenv = "^20.4.3"
keyring = "^21.2.0"
keyring = ">=21.2.0"
entrypoints = "^0.3"
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
dataclasses = {version = "^0.8", python = "~3.6"}
Expand Down

0 comments on commit 06dfdde

Please sign in to comment.