Browse Source

Bump ruff from 0.8.0 to 0.8.1 (#1461)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.0 to 0.8.1.
Jelmer Vernooij 3 months ago
parent
commit
e1861c9268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -41,7 +41,7 @@ https = ["urllib3>=1.24.1"]
 pgp = ["gpg"]
 paramiko = ["paramiko"]
 dev = [
-    "ruff==0.8.0",
+    "ruff==0.8.1",
     "mypy==1.13.0"
 ]