diff --git a/pyproject.toml b/pyproject.toml index 7f96e71..8dfa634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "aiofiles==25.1.0", - "autoflake==2.3.1", + "autoflake==2.3.3", "isort==7.0.0", "pyupgrade==3.21.2", "reorder-python-imports==3.16.0", diff --git a/requirements.txt b/requirements.txt index ba683db..796759a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 -autoflake==2.3.1 +autoflake==2.3.3 isort==7.0.0 pyupgrade==3.21.2 reorder-python-imports==3.16.0