diff options
-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" |