Skip to content

Commit d99d120

Browse files
Bump pyflakes from 2.4.0 to 2.5.0
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst) - [Commits](PyCQA/pyflakes@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985e803 commit d99d120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ black = "*"
1212
coverage = "*"
1313
coveralls = "*"
1414
mypy = "*"
15-
pyflakes = "==2.4.0"
15+
pyflakes = "==2.5.0"
1616
pylama = {extras = ["all"], version = "*"}
1717
pytest = "*"
1818

0 commit comments

Comments
 (0)