deps: change bleach dependency to >=3.3.0
This allows compatibility with the 4.0.0 release
This commit is contained in:
772
poetry.lock
generated
772
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -33,7 +33,7 @@ sublime-music = 'sublime_music.__main__:main'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
bleach = "^3.3.0"
|
||||
bleach = ">=3.3.0"
|
||||
bottle = {version = "^0.12.18", optional = true}
|
||||
dataclasses-json = "^0.5.2"
|
||||
deepdiff = "^5.0.2"
|
||||
|
Reference in New Issue
Block a user