Bump ruff version

This commit is contained in:
sepro 2024-11-22 23:11:08 +01:00
parent 28f2970e51
commit d14a82dfc6

View file

@ -76,7 +76,7 @@ dev = [
] ]
static-analysis = [ static-analysis = [
"autopep8~=2.0", "autopep8~=2.0",
"ruff~=0.7.0", "ruff~=0.8.0",
] ]
test = [ test = [
"pytest~=8.1", "pytest~=8.1",