diff --git a/pyproject.toml b/pyproject.toml index ae1c6b1..3d3c0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "aiofiles==25.1.0", - "autoflake==2.3.3", + "autoflake==2.4.0", "isort==9.0.1", "pyupgrade==3.21.2", "reorder-python-imports==3.17.0", diff --git a/requirements.txt b/requirements.txt index a26165f..425a0af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 -autoflake==2.3.3 +autoflake==2.4.0 isort==9.0.1 pyupgrade==3.21.2 reorder-python-imports==3.17.0