Skip to content

Commit a4febfc

Browse files
authored
Merge pull request #81 from andthum/dependabot/pip/flake8-builtins-gte-1.0-and-lt-3.0
Update flake8-builtins requirement from <2.0,>=1.0 to >=1.0,<3.0
2 parents 34d71a6 + 4000f3d commit a4febfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ black >=22.0, <23.0
1010
flake8 >=5.0, <6.0
1111
flake8-bandit >=4.0, <5.0
1212
flake8-bugbear >=22.0, <23.0
13-
flake8-builtins >=1.0, <2.0
13+
flake8-builtins >=1.0, <3.0
1414
flake8-comprehensions >=3.0, <4.0
1515
flake8-docstrings >=1.0, <2.0
1616
flake8-isort >=4.2, <6.0

0 commit comments

Comments
 (0)