Skip to content

Commit 309711a

Browse files
committed
Update Python dependencies
1 parent c9cb0f1 commit 309711a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.2.1
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.2.1;python_version>="3.5"
4+
setuptools>=49.3.1;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -37,6 +37,8 @@ soupsieve==2.0.1;python_version>="3.5"
3737
beautifulsoup4==4.9.1
3838
cryptography==3.0
3939
pyopenssl==19.1.0
40+
prompt-toolkit==1.0.18;python_version<"3.6.1"
41+
prompt-toolkit==3.0.6;python_version>="3.6.1"
4042
pygments==2.5.2;python_version<"3.5"
4143
pygments==2.6.1;python_version>="3.5"
4244
ipython==5.10.0;python_version<"3.5"
@@ -49,7 +51,7 @@ brython>=3.8.9
4951
pyotp==2.4.0
5052
boto==2.49.0
5153
cffi==1.14.1
52-
rich==5.0.0;python_version>="3.6" and python_version<"4.0"
54+
rich==5.1.2;python_version>="3.6" and python_version<"4.0"
5355
flake8==3.7.9;python_version<"3.5"
5456
flake8==3.8.3;python_version>="3.5"
5557
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.2.1',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.2.1;python_version>="3.5"',
96+
'setuptools>=49.3.1;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',
@@ -129,6 +129,8 @@
129129
'beautifulsoup4==4.9.1',
130130
'cryptography==3.0',
131131
'pyopenssl==19.1.0',
132+
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
133+
'prompt-toolkit==3.0.6;python_version>="3.6.1"',
132134
'pygments==2.5.2;python_version<"3.5"',
133135
'pygments==2.6.1;python_version>="3.5"',
134136
'ipython==5.10.0;python_version<"3.5"',
@@ -141,7 +143,7 @@
141143
'pyotp==2.4.0',
142144
'boto==2.49.0',
143145
'cffi==1.14.1',
144-
'rich==5.0.0;python_version>="3.6" and python_version<"4.0"',
146+
'rich==5.1.2;python_version>="3.6" and python_version<"4.0"',
145147
'flake8==3.7.9;python_version<"3.5"',
146148
'flake8==3.8.3;python_version>="3.5"',
147149
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)