Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Feb 26, 2025
1 parent 3eeb603 commit 1e04ca6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 34 deletions.
87 changes: 54 additions & 33 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"cryptography (>=3.0, <45)",
"pyscard (>=2.0, <3)",
"fido2 (>=1.0, <2)",
"fido2 (>=1.0, <3)",
"click (>=8.0, <9)",
"keyring (>=23.4, <26)",
"pywin32 (>=223) ; sys_platform == 'win32'",
Expand Down Expand Up @@ -51,6 +51,7 @@ pyinstaller = { version = "^6.10", python = "<3.14" }
Sphinx = { version = "^7.2", python = ">=3.9" }
sphinx-rtd-theme = "^1.2.2"
sphinx-autodoc-typehints = "^2"
fido2 = {version = "2.0.0b1", python = "^3.10"}

[build-system]
requires = ["poetry-core>=2.0"]
Expand Down

0 comments on commit 1e04ca6

Please sign in to comment.