Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pydantic-core==2.33.1
# via pydantic
pydantic-settings==2.9.1
# via django-setup-configuration
pyjwt==2.10.1
pyjwt==2.12.1
# via zgw-consumers
pyopenssl==25.0.0
# via webauthn
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ pygments==2.19.2
# -r requirements/type-checking.txt
# pytest
# sphinx
pyjwt==2.10.1
pyjwt==2.12.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ pygments==2.19.2
# pytest
# rich
# sphinx
pyjwt==2.10.1
pyjwt==2.12.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/type-checking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pyee==13.0.0
# via playwright
pygments==2.19.2
# via pytest
pyjwt==2.10.1
pyjwt==2.12.1
# via
# -r requirements/base.txt
# zgw-consumers
Expand Down
Loading