Skip to content
Open
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
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2025.1.31
# -r requirements.txt
# requests
# sentry-sdk
cffi==1.17.1
cffi==2.0.0
# via
# -r requirements.txt
# cryptography
Expand All @@ -32,7 +32,7 @@ coverage[toml]==7.7.1
# via pytest-cov
crispy-bulma==0.11.0
# via -r requirements.txt
cryptography==44.0.2
cryptography==46.0.7
# via
# -r requirements.txt
# pyjwt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ certifi==2025.1.31
# via
# requests
# sentry-sdk
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.1
# via requests
crispy-bulma==0.11.0
# via -r requirements.in
cryptography==44.0.2
cryptography==46.0.7
# via pyjwt
defusedxml==0.7.1
# via python3-openid
Expand Down
Loading