deps: change bleach dependency to >=3.3.0

This allows compatibility with the 4.0.0 release
This commit is contained in:
Sumner Evans
2021-08-23 14:12:49 -06:00
parent cc9ca65fd0
commit 83500f1838
2 changed files with 396 additions and 378 deletions

772
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,7 @@ sublime-music = 'sublime_music.__main__:main'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
bleach = "^3.3.0" bleach = ">=3.3.0"
bottle = {version = "^0.12.18", optional = true} bottle = {version = "^0.12.18", optional = true}
dataclasses-json = "^0.5.2" dataclasses-json = "^0.5.2"
deepdiff = "^5.0.2" deepdiff = "^5.0.2"