diff options
author | Wolfgang Müller | 2025-06-19 17:33:46 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-06-19 17:33:46 +0200 |
commit | 75c6cad93085fe19364914102d901d7d14c0d20b (patch) | |
tree | 22d222c05d48ead7ed2b20c1572d1798efb10ea0 /pyproject.toml | |
parent | 95efbf7ac5e747a34f28b74c64c6aea9667a27a3 (diff) | |
download | hircine-75c6cad93085fe19364914102d901d7d14c0d20b.tar.gz |
build/deps: Update ruff to 0.12.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ddc5ee3..ca15ed8 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.11.2" +ruff = "^0.12.0" types-pillow = "^10.1.0.2" pytest-cov = "^6.0.0" sphinx = "^8.1.3" |