Update dependencies
This commit is contained in:
@ -6,23 +6,23 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
reader = "^3.4"
|
||||
discord-webhook = "^1.0.0"
|
||||
platformdirs = "^3.0.0"
|
||||
reader = "^3.12"
|
||||
discord-webhook = "^1.3.1"
|
||||
platformdirs = "^3.11.0"
|
||||
fastapi = "^0.110.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.29.0" }
|
||||
jinja2 = "^3.1.2"
|
||||
apscheduler = "^3.10.0"
|
||||
jinja2 = "^3.1.4"
|
||||
apscheduler = "^3.10.4"
|
||||
python-multipart = "^0.0.9"
|
||||
python-dotenv = "^1.0.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
tomlkit = "^0.12.0"
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
lxml = "^4.9.2"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
lxml = "^4.9.4"
|
||||
httpx = "^0.27.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.1"
|
||||
djlint = "^1.19.13"
|
||||
pytest = "^7.4.4"
|
||||
djlint = "^1.34.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Reference in New Issue
Block a user