Skip to content

Commit 00112df

Browse files
Bump flake8 from 7.0.0 to 7.1.0 (#1143)
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](PyCQA/flake8@7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0ecaa6 commit 00112df

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ sqlalchemy==1.4.45
1212
pytest==8.1.1
1313
pytest-aiohttp==1.0.5
1414
pytest-asyncio==0.21.1
15-
flake8==7.0.0
15+
flake8==7.1.0

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ psycopg2-binary==2.9.9
1212
redis==5.0.6
1313

1414
mypy==1.10.0
15-
flake8==7.0.0
15+
flake8==7.1.0
1616
pytest==8.1.1
1717
pytest-cov==5.0.0

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scikit-learn==1.5.0
77
scipy==1.13.1
88

99

10-
flake8==7.0.0
10+
flake8==7.1.0
1111
flake8-bugbear==24.4.26
1212
flake8-quotes==3.4.0
1313
ipdb==0.13.13

demos/polls/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ trafaret_config==2.0.2
66
# For testing
77
pytest==8.1.1
88
pytest-aiohttp==1.0.5
9-
flake8==7.0.0
9+
flake8==7.1.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-r demos/shortify/requirements.txt
1111

1212
# lint
13-
flake8==7.0.0
13+
flake8==7.1.0
1414
flake8-bugbear==24.4.26
1515
flake8-quotes==3.4.0
1616

0 commit comments

Comments
 (0)