Skip to content

Commit

Permalink
Merge pull request #61 from saritasa-nest/dependabot/pip/flake8-7.0.0
Browse files Browse the repository at this point in the history
Bump flake8 from 6.1.0 to 7.0.0
  • Loading branch information
TheSuperiorStanislav authored Jan 10, 2024
2 parents f38a977 + fda0614 commit 5890f74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pre-commit = "^3.5.0"
# Flake dependencies are added so that VSCode extension for flake8
# would work properly
# https://marketplace.visualstudio.com/items?itemName=ms-python.flake8&ssr=false#overview
flake8 = "^6.1.0"
flake8 = ">=6.1,<8.0"
# A plugin for Flake8 finding likely bugs and design problems in your program.
# https://github.com/PyCQA/flake8-bugbear
flake8-bugbear = "^23.11.28"
Expand Down

0 comments on commit 5890f74

Please sign in to comment.