diff --git a/pyproject.toml b/pyproject.toml index 9a95c6f..e3a9704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "RSS bot for Discord" authors = ["Joakim Hellsén "] [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"] \ No newline at end of file +target-version = ["py311"]