diff --git a/pyproject.toml b/pyproject.toml index 20fba20..01ae82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynaconf = "3.1.12" [tool.poetry.dev-dependencies] pytest = "7.4.0" pytest-cov = "^4.1.0" -ruff = "^0.0.277" +ruff = "^0.0.278" [tool.pytest.ini_options] testpaths = ["tests",]