aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ac40f0b..fb6ad08 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,8 +19,8 @@ python-dotenv = "1.0.1"
asyncpg = "0.29.0"
[tool.poetry.dev-dependencies]
-pre-commit = "3.7.1"
-ruff = "0.5.0"
+pre-commit = "3.8.0"
+ruff = "0.6.4"
[build-system]
requires = ["poetry>=0.12"]