Skip to content

Commit b09e771

Browse files
committed
Update Python dependencies
1 parent 4883971 commit b09e771

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs==1.1.2
2-
mkdocs-material==5.2.1
2+
mkdocs-material==5.2.2
33
mkdocs-simple-hooks==0.1.1
44
mkdocs-material-extensions==1.0
55
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.1.1
22
packaging>=20.4
33
setuptools>=44.1.0;python_version<"3.5"
44
setuptools>=46.4.0;python_version>="3.5"
5-
setuptools-scm>=4.0.0
5+
setuptools-scm>=4.1.1
66
wheel>=0.34.2
77
six==1.15.0
88
nose==1.3.7
@@ -41,6 +41,7 @@ coverage==5.1
4141
pyotp==2.3.0
4242
boto==2.49.0
4343
cffi==1.14.0
44+
rich==1.2.3;python_version>="3.6" and python_version<"4.0"
4445
flake8==3.7.9;python_version<"3.5"
4546
flake8==3.8.2;python_version>="3.5"
4647
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
'pyotp==2.3.0',
133133
'boto==2.49.0',
134134
'cffi==1.14.0',
135+
'rich==1.2.3;python_version>="3.6" and python_version<"4.0"',
135136
'flake8==3.7.9;python_version<"3.5"',
136137
'flake8==3.8.2;python_version>="3.5"',
137138
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)