Skip to content

Commit ca0c064

Browse files
committed
Update Python dependencies
1 parent 2057521 commit ca0c064

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
@@ -12,15 +12,15 @@ certifi>=2020.12.5
1212
six==1.15.0
1313
nose==1.3.7
1414
ipdb==0.13.4;python_version<"3.6"
15-
ipdb==0.13.6;python_version>="3.6"
15+
ipdb==0.13.7;python_version>="3.6"
1616
parso==0.7.1;python_version<"3.6"
1717
parso==0.8.1;python_version>="3.6"
1818
jedi==0.17.2;python_version<"3.6"
1919
jedi==0.18.0;python_version>="3.6"
2020
idna==2.10
2121
chardet==3.0.4;python_version<"3.6"
2222
chardet==4.0.0;python_version>="3.6"
23-
urllib3==1.26.3
23+
urllib3==1.26.4
2424
requests==2.25.1
2525
selenium==3.141.0
2626
msedge-selenium-tools==3.141.3
@@ -66,7 +66,7 @@ ipython==7.21.0;python_version>="3.7"
6666
colorama==0.4.4
6767
pathlib2==2.3.5;python_version<"3.5"
6868
importlib-metadata==2.0.0;python_version<"3.6"
69-
virtualenv>=20.4.2
69+
virtualenv>=20.4.3
7070
pymysql==0.10.1;python_version<"3.6"
7171
pymysql==1.0.2;python_version>="3.6"
7272
brython==3.9.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
'six==1.15.0',
118118
'nose==1.3.7',
119119
'ipdb==0.13.4;python_version<"3.6"',
120-
'ipdb==0.13.6;python_version>="3.6"',
120+
'ipdb==0.13.7;python_version>="3.6"',
121121
'parso==0.7.1;python_version<"3.6"',
122122
'parso==0.8.1;python_version>="3.6"',
123123
'jedi==0.17.2;python_version<"3.6"',
124124
'jedi==0.18.0;python_version>="3.6"',
125125
'idna==2.10', # Must stay in sync with "requests"
126126
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
127127
'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests"
128-
'urllib3==1.26.3', # Must stay in sync with "requests"
128+
'urllib3==1.26.4', # Must stay in sync with "requests"
129129
'requests==2.25.1',
130130
'selenium==3.141.0',
131131
'msedge-selenium-tools==3.141.3',
@@ -171,7 +171,7 @@
171171
'colorama==0.4.4',
172172
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
173173
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
174-
'virtualenv>=20.4.2', # Sync with importlib-metadata and pathlib2
174+
'virtualenv>=20.4.3', # Sync with importlib-metadata and pathlib2
175175
'pymysql==0.10.1;python_version<"3.6"',
176176
'pymysql==1.0.2;python_version>="3.6"',
177177
'brython==3.9.1',

0 commit comments

Comments
 (0)