Skip to content

Commit

Permalink
Bump some dependency bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Nov 18, 2023
1 parent bba555c commit 97cace4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ classifiers = [
requires-python = ">=3.7"
dependencies = [
"asn1crypto>=1.5.1",
"qrcode>=6.1",
"qrcode>=7.3.1",
"tzlocal>=4.3",
"pyhanko-certvalidator>=0.26,<0.27",
"click>=7.1.2",
"requests>=2.24.0",
"pyyaml>=5.3.1",
"cryptography>=3.3.1",
"click>=8.1.3",
"requests>=2.28.2",
"pyyaml>=6.0",
"cryptography>=41.0.3",
]
dynamic = ["version"]

Expand Down

0 comments on commit 97cace4

Please sign in to comment.