diff --git a/dev-requirements.txt b/dev-requirements.txt index 15275e7..c1b104d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,5 +13,5 @@ platformdirs==4.1.0 pluggy==1.3.0 pytest-cov==4.1.0 pytest==7.4.4 -ruff==0.1.13 -typos==1.17.1 +ruff==0.1.14 +typos==1.17.2 diff --git a/pyproject.toml b/pyproject.toml index 43cf862..90692be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "refurb" -version = "1.27.0" +version = "1.28.0" description = "A tool for refurbish and modernize Python codebases" authors = ["dosisod"] license = "GPL-3.0-only"