summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-19 18:49:42 +0100
committerWolfgang Müller2025-01-19 23:36:36 +0100
commit938c3461bcd5cc2f4f645054266ed8084ce7c05d (patch)
treeb44a74887c65bfd2a17aa986a0020a22828feabf /pyproject.toml
parenta73e24e72a2b9af67855cc35c66cb37db7aa533f (diff)
downloadhircine-938c3461bcd5cc2f4f645054266ed8084ce7c05d.tar.gz
build/deps: Update ruff to 0.9.2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 451942c..d2abd5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ natsort = "^8.4.0"
[tool.poetry.group.dev.dependencies]
pytest = {extras = ["asyncio"], version = "^8.0.0"}
-ruff = "^0.7.3"
+ruff = "^0.9.2"
types-pillow = "^10.1.0.2"
pytest-cov = "^6.0.0"
sphinx = "^8.1.3"