Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 030b885

Browse files
Update flake8 requirement from ==4.* to ==5.* in /allure-robotframework
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] <[email protected]>
1 parent 7135d29 commit 030b885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-robotframework/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pyhamcrest
55
six
66
poethepoet
77
# linters
8-
flake8==4.*
8+
flake8==5.*
99
flake8-builtins

0 commit comments

Comments
 (0)