Skip to content

Commit c25397d

Browse files
chore(deps): Update pyjwt[crypto] requirement in /spiffe
Updates the requirements on [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.0.0...2.11.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d7d512 commit c25397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "Max Lambrecht", email = "maxlambrecht@gmail.com" }]
99
dependencies = [
1010
"grpcio>=1.62,<2",
1111
"cryptography>=45,<47",
12-
"pyjwt[crypto]>=2,<2.11",
12+
"pyjwt[crypto]>=2,<2.12",
1313
"pyasn1>=0.6.0,<0.7.0",
1414
"pyasn1-modules>=0.4.0,<0.5.0",
1515
"pem>=23,<24",

0 commit comments

Comments
 (0)