diff options
author | 2023-09-04 15:58:52 +0100 | |
---|---|---|
committer | 2023-09-04 15:58:52 +0100 | |
commit | 10f38f0789349f66cb5978e14cf8e905d6fb19d2 (patch) | |
tree | a30509cccc3b44a17c6d38bcdde667fd9aea6987 | |
parent | Bump Python versions to 3.11 (diff) |
Bump dev toolchain deps
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index f909648..471e09e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" |