diff options
author | Wolfgang Müller | 2025-03-26 17:53:14 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-26 17:53:14 +0100 |
commit | 5567e75944b34158c28e88f419fa1d717a2c735b (patch) | |
tree | 97e4f753a56c98e764920104daa6a982afa28c77 /pyproject.toml | |
parent | a71efbab09e9491ec3b96d328a8501be93b779a2 (diff) | |
download | hircine-5567e75944b34158c28e88f419fa1d717a2c735b.tar.gz |
build/deps: Update ruff to 0.11.2
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 8cafeba..6c082c4 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.9.2" +ruff = "^0.11.2" types-pillow = "^10.1.0.2" pytest-cov = "^6.0.0" sphinx = "^8.1.3" |