Skip to content

Commit 1479e3e

Browse files
author
László Vaskó
authored
Merge pull request #52 from MrAnno/bump-keyring
Update keyring and importlib-metadata
2 parents 38b4425 + e4f49a1 commit 1479e3e

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

poetry.lock

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ openconnect-sso = "openconnect_sso.cli:main"
2323
python = "^3.6"
2424
attrs = ">=18.2"
2525
colorama = "^0.4"
26-
importlib-metadata = { version = "^1.4.0", python = "<3.8" }
26+
importlib-metadata = { version = "^3.10.0", python = "<3.8" }
2727
lxml = "^4.3"
28-
keyring = ">=21.1, <23.0.0"
28+
keyring = ">=21.1, <24.0.0"
2929
prompt-toolkit = "^3.0.3"
3030
pyxdg = ">=0.26, <0.28"
3131
requests = "^2.22"

0 commit comments

Comments
 (0)