diff --git a/dev-requirements.txt b/dev-requirements.txt index c3c44fd..c0babbc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,4 +17,4 @@ py==1.11.0 pyparsing==3.0.9 pytest-cov==4.0.0 pytest==7.2.2 -ruff==0.0.257 +ruff==0.0.259 diff --git a/pyproject.toml b/pyproject.toml index fe11ecc..0f5eba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "refurb" -version = "1.14.0" +version = "1.15.0" description = "A tool for refurbish and modernize Python codebases" authors = ["dosisod"] license = "GPL-3.0-only"