Skip to content

Commit 9944949

Browse files
build(deps): bump flake8 from 6.0.0 to 6.1.0 (#770)
Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](PyCQA/flake8@6.0.0...6.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 75d4e2a commit 9944949

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==7.4.0
1313
pytest-aiohttp==1.0.4
1414
pytest-asyncio==0.21.1
15-
flake8==6.0.0
15+
flake8==6.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.7
1212
redis==5.0.0
1313

1414
mypy==1.5.1
15-
flake8==6.0.0
15+
flake8==6.1.0
1616
pytest==7.4.0
1717
pytest-cov==4.1.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.3.0
77
scipy==1.11.2
88

99

10-
flake8==6.0.0
10+
flake8==6.1.0
1111
flake8-bugbear==23.7.10
1212
flake8-quotes==3.3.2
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==7.4.0
88
pytest-aiohttp==1.0.4
9-
flake8==6.0.0
9+
flake8==6.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==6.0.0
13+
flake8==6.1.0
1414
flake8-bugbear==23.7.10
1515
flake8-quotes==3.3.2
1616

0 commit comments

Comments
 (0)