Skip to content

Commit c226c90

Browse files
Bump flake8 from 7.2.0 to 7.3.0 (#1520)
Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0. - [Commits](PyCQA/flake8@7.2.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 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 a5183c6 commit c226c90

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.41
1111
pytest==8.3.5
1212
pytest-aiohttp==1.1.0
1313
pytest-asyncio==0.26.0
14-
flake8==7.2.0
14+
flake8==7.3.0

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==6.2.0
1212

1313
mypy==1.16.1
14-
flake8==7.2.0
14+
flake8==7.3.0
1515
pytest==8.3.5
1616
pytest-cov==6.2.1
1717
sqlalchemy==2.0.41

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.7.0
77
scipy==1.16.0
88

99

10-
flake8==7.2.0
10+
flake8==7.3.0
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.41
77
# For testing
88
pytest==8.3.5
99
pytest-aiohttp==1.1.0
10-
flake8==7.2.0
10+
flake8==7.3.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.2.0
13+
flake8==7.3.0
1414
flake8-bugbear==24.12.12
1515
flake8-quotes==3.4.0
1616

0 commit comments

Comments
 (0)