Update dependencies

This commit is contained in:
2023-01-29 02:44:50 +01:00
parent e972fc2b6d
commit 80b3bcf9e7
2 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
reader = "^3.3"
reader = "^3.4"
discord-webhook = "^1.0.0"
platformdirs = "^2.6.2"
fastapi = "^0.89.1"
@ -14,7 +14,7 @@ uvicorn = { extras = ["standard"], version = "^0.20.0" }
jinja2 = "^3.1.2"
apscheduler = "^3.9.1.post1"
python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
python-dotenv = "^0.21.1"
tomlkit = "^0.11.6"
loguru = "^0.6.0"
beautifulsoup4 = "^4.11.1"