Skip to content

Commit f66f6d4

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

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
@@ -11,4 +11,4 @@ SQLalchemy==2.0.36
1111
pytest==8.1.1
1212
pytest-aiohttp==1.0.5
1313
pytest-asyncio==0.23.5
14-
flake8==7.1.0
14+
flake8==7.1.1

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg2-binary==2.9.9
1111
redis==5.2.0
1212

1313
mypy==1.13.0
14-
flake8==7.1.0
14+
flake8==7.1.1
1515
pytest==8.1.1
1616
pytest-cov==5.0.0
1717
sqlalchemy==2.0.36

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.2
77
scipy==1.13.1
88

99

10-
flake8==7.1.0
10+
flake8==7.1.1
1111
flake8-bugbear==24.10.31
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
@@ -7,4 +7,4 @@ SQLalchemy==2.0.36
77
# For testing
88
pytest==8.1.1
99
pytest-aiohttp==1.0.5
10-
flake8==7.1.0
10+
flake8==7.1.1

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.1.0
13+
flake8==7.1.1
1414
flake8-bugbear==24.10.31
1515
flake8-quotes==3.4.0
1616

0 commit comments

Comments
 (0)