File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ lunr==0.6.2
25
25
nltk == 3.7
26
26
watchdog == 2.1.9
27
27
mkdocs == 1.3.0
28
- mkdocs-material == 8.3.6
28
+ mkdocs-material == 8.3.7
29
29
mkdocs-exclude-search == 0.6.4
30
30
mkdocs-simple-hooks == 0.1.5
31
31
mkdocs-material-extensions == 1.0.3
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ setuptools>=44.1.1;python_version<"3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
8
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
9
9
setuptools >= 62.6.0 ;python_version >= "3.7"
10
- setuptools-scm >= 5.0.2 ;python_version < "3.6"
11
- setuptools-scm >= 6.4.2 ;python_version >= "3.6"
12
10
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
13
11
tomli >= 2.0.1 ;python_version >= "3.7"
14
12
wheel >= 0.37.1
@@ -127,7 +125,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
127
125
Pillow == 8.4.0 ;python_version >= "3.6" and python_version<"3.7"
128
126
Pillow == 9.1.1 ;python_version >= "3.7"
129
127
typing-extensions == 3.10.0.2 ;python_version < "3.6"
130
- typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.9"
128
+ typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
129
+ typing-extensions == 4.2.0 ;python_version >= "3.7" and python_version<"3.9"
131
130
rich == 12.4.4 ;python_version >= "3.6" and python_version<"4.0"
132
131
tornado == 5.1.1 ;python_version < "3.5"
133
132
tornado == 6.1 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "3.2.11 "
2
+ __version__ = "3.2.12 "
Original file line number Diff line number Diff line change 132
132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
134
'setuptools>=62.6.0;python_version>="3.7"' ,
135
- 'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136
- 'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137
135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
138
136
'tomli>=2.0.1;python_version>="3.7"' ,
139
137
"wheel>=0.37.1" ,
252
250
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"' ,
253
251
'Pillow==9.1.1;python_version>="3.7"' ,
254
252
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
255
- 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"' , # noqa: E501
253
+ 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
254
+ 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
256
255
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"' ,
257
256
'tornado==5.1.1;python_version<"3.5"' ,
258
257
'tornado==6.1;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments