Skip to content

Commit 22ab109

Browse files
committed
Update requirements.txt
1 parent 4c59455 commit 22ab109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cffi==1.15.0; python_version >= "3.6"
1010
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
1111
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
1212
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6") and platform_system == "Windows"
13-
coverage==6.4; python_version >= "3.7"
13+
coverage==6.3.3; python_version >= "3.7"
1414
decorator==5.1.1; python_version >= "3.5"
1515
docutils==0.17.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
1616
execnet==1.9.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
@@ -24,7 +24,7 @@ isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
2424
itsdangerous==2.1.2; python_version >= "3.7"
2525
jinja2==3.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
2626
markupsafe==2.1.1; python_version >= "3.7"
27-
mccabe==0.7.0; python_version >= "3.6"
27+
mccabe==0.6.1; python_version >= "3.6"
2828
mypy-extensions==0.4.3; python_full_version >= "3.6.2"
2929
packaging==21.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
3030
pathspec==0.9.0; python_full_version >= "3.6.2"

0 commit comments

Comments
 (0)