File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ charset-normalizer==2.0.10;python_version>="3.5"
3131urllib3 == 1.26.7
3232requests == 2.27.0 ;python_version < "3.5"
3333requests == 2.25.1 ;python_version >= "3.5" and python_version<"3.6"
34- requests == 2.27.0 ;python_version >= "3.6"
34+ requests == 2.27.1 ;python_version >= "3.6"
3535nose == 1.3.7
3636sniffio == 1.2.0 ;python_version >= "3.7"
3737trio == 0.19.0 ;python_version >= "3.7"
@@ -92,7 +92,7 @@ decorator==5.1.0;python_version>="3.5"
9292ipython == 5.10.0 ;python_version < "3.5"
9393ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
9494ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
95- ipython == 7.30.1 ;python_version >= "3.7"
95+ ipython == 7.31.0 ;python_version >= "3.7"
9696matplotlib-inline == 0.1.3 ;python_version >= "3.7"
9797colorama == 0.4.4
9898platformdirs == 2.0.2 ;python_version < "3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.3.8 "
2+ __version__ = "2.3.9 "
Original file line number Diff line number Diff line change 151151 "urllib3==1.26.7" , # Must stay in sync with "requests"
152152 'requests==2.27.0;python_version<"3.5"' ,
153153 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"' ,
154- 'requests==2.27.0 ;python_version>="3.6"' ,
154+ 'requests==2.27.1 ;python_version>="3.6"' ,
155155 "nose==1.3.7" ,
156156 'sniffio==1.2.0;python_version>="3.7"' ,
157157 'trio==0.19.0;python_version>="3.7"' ,
212212 'ipython==5.10.0;python_version<"3.5"' ,
213213 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
214214 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
215- 'ipython==7.30.1 ;python_version>="3.7"' , # Requires matplotlib-inline
215+ 'ipython==7.31.0 ;python_version>="3.7"' , # Requires matplotlib-inline
216216 'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
217217 "colorama==0.4.4" ,
218218 'platformdirs==2.0.2;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments