Skip to content

Commit 8d0bf61

Browse files
committed
Update Python dependencies
1 parent 5d56470 commit 8d0bf61

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
@@ -10,7 +10,7 @@ ipdb==0.13.3
1010
jedi==0.17.2
1111
idna==2.10
1212
chardet==3.0.4
13-
urllib3==1.25.9
13+
urllib3==1.25.10
1414
requests==2.24.0
1515
selenium==3.141.0
1616
pluggy==0.13.1
@@ -43,7 +43,7 @@ coverage==5.2
4343
pyotp==2.3.0
4444
boto==2.49.0
4545
cffi==1.14.0
46-
rich==3.3.2;python_version>="3.6" and python_version<"4.0"
46+
rich==3.4.1;python_version>="3.6" and python_version<"4.0"
4747
flake8==3.7.9;python_version<"3.5"
4848
flake8==3.8.3;python_version>="3.5"
4949
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'jedi==0.17.2', # The last version for Python 2 and 3.5
103103
'idna==2.10', # Must stay in sync with "requests"
104104
'chardet==3.0.4', # Must stay in sync with "requests"
105-
'urllib3==1.25.9', # Must stay in sync with "requests"
105+
'urllib3==1.25.10', # Must stay in sync with "requests"
106106
'requests==2.24.0',
107107
'selenium==3.141.0',
108108
'pluggy==0.13.1',
@@ -135,7 +135,7 @@
135135
'pyotp==2.3.0',
136136
'boto==2.49.0',
137137
'cffi==1.14.0',
138-
'rich==3.3.2;python_version>="3.6" and python_version<"4.0"',
138+
'rich==3.4.1;python_version>="3.6" and python_version<"4.0"',
139139
'flake8==3.7.9;python_version<"3.5"',
140140
'flake8==3.8.3;python_version>="3.5"',
141141
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)