Skip to content

Commit cc42fc6

Browse files
Bump pycodestyle from 2.10.0 to 2.12.0 (#104)
1 parent afdee90 commit cc42fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ebcdic==1.1.1; sys_platform!="zos"
44
mkdocs-material==9.5.28; python_version>="3.8"
55
mkdocs-minify-plugin==0.8.0; python_version>="3.8"
66
mkdocstrings-python==1.10.5; python_version>="3.8"
7-
pycodestyle==2.10.0
7+
pycodestyle==2.10.0; python_version<"3.8"
8+
pycodestyle==2.12.0; python_version>="3.8"
89
pylint==2.17.5
910
pytest==8.2.2; python_version>="3.8"
1011
pytest>=7.4.2; python_version<"3.8"

0 commit comments

Comments
 (0)