Skip to content

Commit 5a089e0

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update pyjwt[crypto] requirement from <2.11,>=2.4 to >=2.4,<2.12
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.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 7efc7b7 commit 5a089e0

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.27",
2727
"pulpcore>=3.73.2,<3.115",
28-
"pyjwt[crypto]>=2.4,<2.11",
28+
"pyjwt[crypto]>=2.4,<2.12",
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)