Skip to content

Commit 7b5c2dc

Browse files
authored
Merge pull request #348 from django-daiquiri/dependabot/pip/pyjwt-gte-2.10.1-and-lt-2.12.0
Update pyjwt requirement from ~=2.10.1 to >=2.10.1,<2.12.0
2 parents db35e42 + b2951ee commit 7b5c2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies = [
5353
"passlib>=1.7.4",
5454
"pyarrow>=21.0.0,<21.1.0",
5555
"Pygments~=2.19.2",
56-
"PyJWT~=2.10.1",
56+
"PyJWT>=2.10.1,<2.12.0",
5757
"queryparser-python3~=0.7.4",
5858
"rules~=3.5",
5959
"sqlalchemy>=2.0.43,<2.1.0",

0 commit comments

Comments
 (0)