Skip to content

Commit c752f0b

Browse files
dependabot[bot]dralley
authored andcommitted
Update pyjwt[crypto] requirement from <2.12,>=2.4 to >=2.4,<2.13
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.4.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59e6b07 commit c752f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requires-python = ">=3.11"
2525
dependencies = [
2626
"jsonschema>=4.4,<4.25",
2727
"pulpcore>=3.73.2,<3.100",
28-
"pyjwt[crypto]>=2.4,<2.11",
28+
"pyjwt[crypto]>=2.4,<2.13",
2929
"pysequoia==0.1.32",
3030
]
3131

0 commit comments

Comments
 (0)