Skip to content

Commit 9672865

Browse files
committed
Update Python dependencies
1 parent 1877302 commit 9672865

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
livereload==2.6.2;python_version>="3.6"
2+
pymdown-extensions==8.0
23
mkdocs==1.1.2
3-
mkdocs-material==5.5.3
4+
mkdocs-material==5.5.6
45
mkdocs-simple-hooks==0.1.1
56
mkdocs-material-extensions==1.0
67
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pip>=20.2.1
1+
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.3.1;python_version>="3.5"
4+
setuptools>=49.3.2;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"Topic :: Utilities",
9191
],
9292
install_requires=[
93-
'pip>=20.2.1',
93+
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.3.1;python_version>="3.5"',
96+
'setuptools>=49.3.2;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',

0 commit comments

Comments
 (0)