Skip to content

Commit 8d20051

Browse files
build(deps): bump flake8 from 7.0.0 to 7.1.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](PyCQA/flake8@7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25a2c77 commit 8d20051

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pyright = "^1.1.359"
1919

2020
# lint & style
2121
black = "^24.4.0"
22-
flake8 = "^7.0.0"
22+
flake8 = "^7.1.0"
2323

2424
# unit test
2525
pytest = "^8.1.1" # unit test

0 commit comments

Comments
 (0)