Skip to content

Commit f1d6aaf

Browse files
committed
Update Python dependencies: "pip", "pyotp", and "rich"
1 parent 80745b7 commit f1d6aaf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=20.1.1
1+
pip>=20.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=49.2.0;python_version>="3.5"
@@ -42,10 +42,10 @@ colorama==0.4.3
4242
pymysql==0.10.0
4343
coverage==5.2.1
4444
brython>=3.8.9
45-
pyotp==2.3.0
45+
pyotp==2.4.0
4646
boto==2.49.0
4747
cffi==1.14.1
48-
rich==4.2.0;python_version>="3.6" and python_version<"4.0"
48+
rich==4.2.1;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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"Topic :: Utilities",
9191
],
9292
install_requires=[
93-
'pip>=20.1.1',
93+
'pip>=20.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
9696
'setuptools>=49.2.0;python_version>="3.5"',
@@ -134,10 +134,10 @@
134134
'pymysql==0.10.0',
135135
'coverage==5.2.1',
136136
'brython>=3.8.9',
137-
'pyotp==2.3.0',
137+
'pyotp==2.4.0',
138138
'boto==2.49.0',
139139
'cffi==1.14.1',
140-
'rich==4.2.0;python_version>="3.6" and python_version<"4.0"',
140+
'rich==4.2.1;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)