Skip to content
Snippets Groups Projects
Unverified Commit 8f521e4b authored by Feanil Patel's avatar Feanil Patel
Browse files

feat: Bump a major version and require bleach>6.0.0

The code in this repo has been updated to work with bleach 6.0.0 and
will break with older versions so make that dependency clear in base.in
and do a major version update.
parent 27029edf
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here. ...@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
from .apps import LTIConsumerApp from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock from .lti_xblock import LtiConsumerXBlock
__version__ = '7.3.0' __version__ = '8.0.0'
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
attrs attrs
lxml lxml
bleach bleach>=6.0.0
django django
oauthlib oauthlib
mako mako
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment