Skip to content

Commit 4480794

Browse files
committed
Update Python requirements
1 parent 57faf6f commit 4480794

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
livereload==2.6.3;python_version>="3.6"
22
pymdown-extensions==8.0
33
mkdocs==1.1.2
4-
mkdocs-material==5.5.13
4+
mkdocs-material==5.5.14
55
mkdocs-simple-hooks==0.1.1
6-
mkdocs-material-extensions==1.0
6+
mkdocs-material-extensions==1.0.1
77
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ soupsieve==1.9.6;python_version<"3.5"
4040
soupsieve==2.0.1;python_version>="3.5"
4141
beautifulsoup4==4.9.1
4242
cryptography==3.0;python_version<"3.6"
43-
cryptography==3.1;python_version>="3.6"
43+
cryptography==3.1.1;python_version>="3.6"
4444
pyopenssl==19.1.0
4545
pygments==2.5.2;python_version<"3.5"
4646
pygments==2.7.1;python_version>="3.5"
@@ -59,6 +59,9 @@ brython==3.8.10
5959
pyotp==2.4.0
6060
boto==2.49.0
6161
cffi==1.14.3
62+
zipp==1.2.0;python_version<"3.6"
63+
zipp==3.2.0;python_version>="3.6"
64+
importlib-metadata==2.0.0
6265
rich==7.0.0;python_version>="3.6" and python_version<"4.0"
6366
flake8==3.7.9;python_version<"3.5"
6467
flake8==3.8.3;python_version>="3.5"

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
'soupsieve==2.0.1;python_version>="3.5"',
133133
'beautifulsoup4==4.9.1',
134134
'cryptography==3.0;python_version<"3.6"',
135-
'cryptography==3.1;python_version>="3.6"',
135+
'cryptography==3.1.1;python_version>="3.6"',
136136
'pyopenssl==19.1.0',
137137
'pygments==2.5.2;python_version<"3.5"',
138138
'pygments==2.7.1;python_version>="3.5"',
@@ -151,6 +151,9 @@
151151
'pyotp==2.4.0',
152152
'boto==2.49.0',
153153
'cffi==1.14.3',
154+
'zipp==1.2.0;python_version<"3.6"',
155+
'zipp==3.2.0;python_version>="3.6"',
156+
'importlib-metadata==2.0.0',
154157
'rich==7.0.0;python_version>="3.6" and python_version<"4.0"',
155158
'flake8==3.7.9;python_version<"3.5"',
156159
'flake8==3.8.3;python_version>="3.5"',

0 commit comments

Comments
 (0)