Skip to content

Commit 5374d6a

Browse files
Bump autoflake from 1.7.7 to 2.0.0 (#274)
1 parent 9fe92fd commit 5374d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.8"
2323
dependencies = [
2424
"aiofiles==22.1.0",
25-
"autoflake==1.7.7",
25+
"autoflake==2.0.0",
2626
"isort==5.10.1",
2727
"pyupgrade==3.1.0",
2828
"reorder-python-imports==3.8.5",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==22.1.0
2-
autoflake==1.7.7
2+
autoflake==2.0.0
33
isort==5.10.1
44
pyupgrade==3.1.0
55
reorder-python-imports==3.8.5

0 commit comments

Comments
 (0)