Skip to content

Commit 679fec8

Browse files
⬆️(deps)(deps-dev): Update flake8 requirement
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f04295 commit 679fec8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"pytest-cov>=4.0.0",
5252
"black>=23.0.0",
5353
"mypy>=1.0.0",
54-
"flake8>=6.0.0",
54+
"flake8>=6.1.0",
5555
"isort>=5.12.0",
5656
"types-requests",
5757
"types-PyYAML",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-cov>=4.0.0
88
# Code quality
99
black>=23.0.0
1010
mypy>=1.0.0
11-
flake8>=6.0.0
11+
flake8>=6.1.0
1212
isort>=5.12.0
1313

1414
# Documentation

0 commit comments

Comments
 (0)