diff --git a/poetry.lock b/poetry.lock index ef852e3a..bd161ae8 100755 --- a/poetry.lock +++ b/poetry.lock @@ -1058,4 +1058,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fb841b73b898ddba295872c76ed216adaba711624e3a8a1946dddeaa7ecb1a3f" +content-hash = "cf9f1f7143c228ad540beb6940d11c8509540fd5ac050cbff9d4d73d2691651e" diff --git a/pyproject.toml b/pyproject.toml index 36dc1c8c..53b00a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,13 +32,13 @@ cryptography = ">=3.0, <44" pyscard = "^2.0" fido2 = "^1.0" click = "^8.0" -pywin32 = {version = ">=223", platform = "win32"} keyring = ">=23.4, <25" +pywin32 = {version = ">=223", platform = "win32"} [tool.poetry.dev-dependencies] pytest = "^7.2" makefun = "^1.9.5" -pyinstaller = {version = ">=5.13, <7", python = "<3.13"} +pyinstaller = {version = "^6.0", python = "<3.13"} Sphinx = "^7.1" sphinx-rtd-theme = "^1.2.2" sphinx-autodoc-typehints = "^1.2.4"