Skip to content

Commit

Permalink
pyproject: pin pyjwt>=2.1 (#77)
Browse files Browse the repository at this point in the history
* pyproject: pin pyjwt>=2.3

Signed-off-by: William Woodruff <william@trailofbits.com>

* pyproject: relax pyjwt pin to >= 2.1

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored May 10, 2022
1 parent f0cd1a8 commit 0f29eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"cryptography",
"pem",
"pydantic",
"pyjwt",
"pyjwt>=2.1",
"pyOpenSSL",
"requests",
"securesystemslib",
Expand Down

0 comments on commit 0f29eeb

Please sign in to comment.