diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index e0eea5a..471e09e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Joe Banks <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.10.*" +python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "10.1.0" @@ -21,8 +21,8 @@ psycopg2-binary = "2.9.7" toml = "0.10.2" [tool.poetry.dev-dependencies] -pre-commit = "3.3.3" -ruff = "0.0.285" +pre-commit = "3.4.0" +ruff = "0.0.287" [tool.poetry.scripts] start = "metricity.__main__:start" @@ -32,7 +32,7 @@ requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" [tool.ruff] -target-version = "py310" +target-version = "py311" extend-exclude = [".cache", "alembic"] ignore = [ "ANN002", "ANN003", "ANN101", |