Skip to content

Commit 5d3a18c

Browse files
committed
Update Python dependencies
1 parent c14c699 commit 5d3a18c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
livereload==2.6.2;python_version>="3.6"
22
mkdocs==1.1.2
3-
mkdocs-material==5.5.0
3+
mkdocs-material==5.5.1
44
mkdocs-simple-hooks==0.1.1
55
mkdocs-material-extensions==1.0
66
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 @@
11
pip>=20.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.2.0;python_version>="3.5"
4+
setuptools>=49.2.1;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -45,7 +45,7 @@ brython>=3.8.9
4545
pyotp==2.4.0
4646
boto==2.49.0
4747
cffi==1.14.1
48-
rich==4.2.1;python_version>="3.6" and python_version<"4.0"
48+
rich==5.0.0;python_version>="3.6" and python_version<"4.0"
4949
flake8==3.7.9;python_version<"3.5"
5050
flake8==3.8.3;python_version>="3.5"
5151
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.2.0;python_version>="3.5"',
96+
'setuptools>=49.2.1;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',
@@ -137,7 +137,7 @@
137137
'pyotp==2.4.0',
138138
'boto==2.49.0',
139139
'cffi==1.14.1',
140-
'rich==4.2.1;python_version>="3.6" and python_version<"4.0"',
140+
'rich==5.0.0;python_version>="3.6" and python_version<"4.0"',
141141
'flake8==3.7.9;python_version<"3.5"',
142142
'flake8==3.8.3;python_version>="3.5"',
143143
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)