Skip to content
Open
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jsonfield>=3.2.0 # deprecated - need to replace with Django's JSONField
jsonschema[format]>=4.25.0
jwcrypto>=1.5.6 # for signed notifications - this is aspirational, and is not really used.
logging_tree>=1.10 # Used only by the showloggers management command
lxml>=6.0.0
lxml>=6.1.0
markdown>=3.8.0
types-markdown>=3.8.0
mock>=5.2.0 # should replace with unittest.mock and remove dependency
Expand Down
Loading