Skip to content

Commit a1c36cb

Browse files
pip(deps): bump flake8 from 6.1.0 to 7.3.0
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.3.0. - [Commits](PyCQA/flake8@6.1.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80f351c commit a1c36cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coverage==7.3.3
1111

1212
# Code Quality
1313
black==24.10.0
14-
flake8==6.1.0
14+
flake8==7.3.0
1515
pylint==3.0.3
1616
mypy==1.7.1
1717
isort==5.13.2

python-automation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest==7.4.3
3939
pytest-asyncio==0.21.1
4040
pytest-cov==4.1.0
4141
black==24.10.0
42-
flake8==6.1.0
42+
flake8==7.3.0
4343

4444
# Enterprise integrations
4545
microsoft-graph-core==0.2.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ loguru==0.7.3
5151

5252
# Development tools
5353
black==24.10.0
54-
flake8==7.1.1
54+
flake8==7.3.0
5555
bandit==1.8.0

0 commit comments

Comments
 (0)