Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boosterl committed Dec 11, 2024
1 parent 2832a62 commit 38b5e6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ classifiers = [
]
keywords = ["identity", "eid", "beid"]
dependencies = [
"certifi>=2024.7.4",
"charset-normalizer>=3.3.2",
"certifi>=2024.8.30",
"charset-normalizer>=3.4.0",
"click>=8.1.7",
"eidreader>=1.0.7",
"idna>=3.8",
"PyKCS11>=1.5.16",
"eidreader>=1.0.8",
"idna>=3.10",
"PyKCS11>=1.5.17",
"requests>=2.32.3",
"urllib3>=2.2.2",
"urllib3>=2.2.3",
]

[project.urls]
Expand Down

0 comments on commit 38b5e6f

Please sign in to comment.