Update some deps

This commit is contained in:
Sumner Evans
2021-03-13 15:06:07 -07:00
parent 536d239d71
commit 6ba663f37d
2 changed files with 187 additions and 141 deletions

View File

@@ -33,14 +33,14 @@ sublime-music = 'sublime_music.__main__:main'
[tool.poetry.dependencies]
python = "^3.8"
bleach = "^3.2.1"
bleach = "^3.3.0"
bottle = {version = "^0.12.18", optional = true}
dataclasses-json = "^0.5.2"
deepdiff = "^5.0.2"
fuzzywuzzy = "^0.18.0"
keyring = {version = "^21.4.0", optional = true}
keyring = {version = "^23.0.0", optional = true}
peewee = "^3.13.3"
pychromecast = {version = "^7.3.0", optional = true}
pychromecast = {version = "^9.1.1", optional = true}
PyGObject = "^3.38.0"
python-dateutil = "^2.8.1"
python-Levenshtein = "^0.12.0"