diff options
author | Wolfgang Müller | 2024-05-03 20:37:33 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-05-03 20:37:33 +0200 |
commit | 8481a9954457053c5b6e9e13668f63835442c9a5 (patch) | |
tree | 77bc9944c9c2ec564b34d93a317458e04af53eb9 /pyproject.toml | |
parent | fcc9751a63f2dee1bce5a986336d3a9fe938ef4b (diff) | |
download | hircine-8481a9954457053c5b6e9e13668f63835442c9a5.tar.gz |
build/deps: Update ruff to 0.4.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 d1bdbf0..cf6952e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ natsort = "^8.4.0" [tool.poetry.group.dev.dependencies] black = "^24.1.1" pytest = {extras = ["asyncio"], version = "^8.0.0"} -ruff = "^0.3.0" +ruff = "^0.4.2" types-pillow = "^10.1.0.2" pytest-cov = "^5.0.0" sphinx = "^7.2.6" |