Skip to content

Commit

Permalink
Update flake8 requirement in /allure-python-commons-test
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@4.0.0...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2022
1 parent e518aed commit 4e22530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allure-python-commons-test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pyhamcrest
six
poethepoet
# linters
flake8==4.*
flake8==5.*
flake8-builtins

0 comments on commit 4e22530

Please sign in to comment.