Update pyproject.toml

This commit is contained in:
2022-12-14 00:27:20 +01:00
committed by GitHub
parent 8fdbe2a051
commit 8d872ab064

View File

@ -5,7 +5,7 @@ description = "RSS bot for Discord"
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
reader = "^3.2"
discord-webhook = "^1.0.0"
platformdirs = "^2.6.0"
@ -30,4 +30,4 @@ profile = "black"
[tool.black]
line-length = 120
target-version = ["py311"]
target-version = ["py311"]