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 @@ -56,14 +56,14 @@ ipython==7.19.0;python_version>="3.7"
5656colorama == 0.4.4
5757pathlib2 == 2.3.5 ;python_version < "3.5"
5858importlib-metadata == 2.0.0 ;python_version < "3.6"
59- importlib-metadata == 3.0 .0 ;python_version >= "3.6"
59+ importlib-metadata == 3.1 .0 ;python_version >= "3.6"
6060virtualenv >= 20.2.1
6161pymysql == 0.10.1
6262coverage == 5.3
6363brython == 3.9.0
6464pyotp == 2.4.1
6565boto == 2.49.0
66- cffi == 1.14.3
66+ cffi == 1.14.4
6767toml == 0.10.2
6868rich == 9.2.0 ;python_version >= "3.6" and python_version<"4.0"
6969zipp == 1.2.0 ;python_version < "3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "1.50.8 "
2+ __version__ = "1.50.9 "
Original file line number Diff line number Diff line change 160160 'colorama==0.4.4' ,
161161 'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
162162 'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
163- 'importlib-metadata==3.0 .0;python_version>="3.6"' , # Sync "virtualenv"
163+ 'importlib-metadata==3.1 .0;python_version>="3.6"' , # Sync "virtualenv"
164164 'virtualenv>=20.2.1' , # Sync with importlib-metadata and pathlib2
165165 'pymysql==0.10.1' ,
166166 'coverage==5.3' ,
167167 'brython==3.9.0' ,
168168 'pyotp==2.4.1' ,
169169 'boto==2.49.0' ,
170- 'cffi==1.14.3 ' ,
170+ 'cffi==1.14.4 ' ,
171171 'toml==0.10.2' ,
172172 'rich==9.2.0;python_version>="3.6" and python_version<"4.0"' ,
173173 'zipp==1.2.0;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments