Skip to content

Commit 0ae6e6f

Browse files
committed
Update Python dependencies
1 parent 7a29bd1 commit 0ae6e6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.0;python_version>="3.6"
3-
packaging>=20.8
3+
packaging>=20.9
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
66
setuptools>=52.0.0;python_version>="3.6"
@@ -71,7 +71,7 @@ pymysql==0.10.1;python_version<"3.6"
7171
pymysql==1.0.2;python_version>="3.6"
7272
coverage==5.4
7373
brython==3.9.1
74-
pyotp==2.4.1
74+
pyotp==2.5.1
7575
boto==2.49.0
7676
cffi==1.14.4
7777
toml==0.10.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
install_requires=[
105105
'pip>=20.3.4;python_version<"3.6"',
106106
'pip>=21.0;python_version>="3.6"',
107-
'packaging>=20.8',
107+
'packaging>=20.9',
108108
'setuptools>=44.1.1;python_version<"3.5"',
109109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110110
'setuptools>=52.0.0;python_version>="3.6"',
@@ -175,7 +175,7 @@
175175
'pymysql==1.0.2;python_version>="3.6"',
176176
'coverage==5.4',
177177
'brython==3.9.1',
178-
'pyotp==2.4.1',
178+
'pyotp==2.5.1',
179179
'boto==2.49.0',
180180
'cffi==1.14.4',
181181
'toml==0.10.2',

0 commit comments

Comments
 (0)