File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ipdb==0.13.3
10
10
jedi == 0.17.2
11
11
idna == 2.10
12
12
chardet == 3.0.4
13
- urllib3 == 1.25.9
13
+ urllib3 == 1.25.10
14
14
requests == 2.24.0
15
15
selenium == 3.141.0
16
16
pluggy == 0.13.1
@@ -43,7 +43,7 @@ coverage==5.2
43
43
pyotp == 2.3.0
44
44
boto == 2.49.0
45
45
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"
47
47
flake8 == 3.7.9 ;python_version < "3.5"
48
48
flake8 == 3.8.3 ;python_version >= "3.5"
49
49
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 102
102
'jedi==0.17.2' , # The last version for Python 2 and 3.5
103
103
'idna==2.10' , # Must stay in sync with "requests"
104
104
'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"
106
106
'requests==2.24.0' ,
107
107
'selenium==3.141.0' ,
108
108
'pluggy==0.13.1' ,
135
135
'pyotp==2.3.0' ,
136
136
'boto==2.49.0' ,
137
137
'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"' ,
139
139
'flake8==3.7.9;python_version<"3.5"' ,
140
140
'flake8==3.8.3;python_version>="3.5"' ,
141
141
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments