Skip to content

Commit 6d24e4f

Browse files
svenvandescheurCharString
authored andcommitted
⬆️ chore: update PyJWT
1 parent fc3742a commit 6d24e4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

backend/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pydantic-core==2.33.1
169169
# via pydantic
170170
pydantic-settings==2.9.1
171171
# via django-setup-configuration
172-
pyjwt==2.10.1
172+
pyjwt==2.12.1
173173
# via zgw-consumers
174174
pyopenssl==25.0.0
175175
# via webauthn

backend/requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pygments==2.19.2
464464
# -r requirements/type-checking.txt
465465
# pytest
466466
# sphinx
467-
pyjwt==2.10.1
467+
pyjwt==2.12.1
468468
# via
469469
# -c requirements/base.txt
470470
# -r requirements/base.txt

backend/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ pygments==2.19.2
595595
# pytest
596596
# rich
597597
# sphinx
598-
pyjwt==2.10.1
598+
pyjwt==2.12.1
599599
# via
600600
# -c requirements/ci.txt
601601
# -r requirements/ci.txt

backend/requirements/type-checking.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ pyee==13.0.0
279279
# via playwright
280280
pygments==2.19.2
281281
# via pytest
282-
pyjwt==2.10.1
282+
pyjwt==2.12.1
283283
# via
284284
# -r requirements/base.txt
285285
# zgw-consumers

0 commit comments

Comments
 (0)