Skip to content

Commit 9e5342e

Browse files
Bump flake8 from 7.1.1 to 7.1.2 (#1366)
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](PyCQA/flake8@7.1.1...7.1.2) --- 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 06a68e1 commit 9e5342e

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.38
1111
pytest==8.3.4
1212
pytest-aiohttp==1.1.0
1313
pytest-asyncio==0.25.3
14-
flake8==7.1.1
14+
flake8==7.1.2

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.10
1111
redis==5.2.1
1212

1313
mypy==1.15.0
14-
flake8==7.1.1
14+
flake8==7.1.2
1515
pytest==8.3.4
1616
pytest-cov==6.0.0
1717
sqlalchemy==2.0.38

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.6.1
77
scipy==1.15.1
88

99

10-
flake8==7.1.1
10+
flake8==7.1.2
1111
flake8-bugbear==24.12.12
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.38
77
# For testing
88
pytest==8.3.4
99
pytest-aiohttp==1.1.0
10-
flake8==7.1.1
10+
flake8==7.1.2

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.1
13+
flake8==7.1.2
1414
flake8-bugbear==24.12.12
1515
flake8-quotes==3.4.0
1616

0 commit comments

Comments
 (0)