+5
-4
lines changedFilter options
+5
-4
lines changed Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ compile_pip_requirements(
15
15
requirements_txt = ":requirements_lock.txt",
16
16
)
17
17
18
-
SE_VERSION = "4.4.1"
18
+
SE_VERSION = "4.4.2"
19
19
20
20
BROWSER_VERSIONS = [
21
21
"v85",
@@ -170,6 +170,7 @@ py_wheel(
170
170
"urllib3[socks]~=1.26",
171
171
"trio~=0.17",
172
172
"trio-websocket~=0.9",
173
+
"certifi~=2021.10.8",
173
174
],
174
175
strip_path_prefixes = [
175
176
"py/",
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@
16
16
# under the License.
17
17
18
18
19
-
__version__ = "4.4.1"
19
+
__version__ = "4.4.2"
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
36
36
from .common.proxy import Proxy # noqa
37
37
from .common.keys import Keys # noqa
38
38
39
-
__version__ = '4.4.1'
39
+
__version__ = '4.4.2'
40
40
41
41
# We need an explicit __all__ because the above won't otherwise be exported.
42
42
__all__ = [
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
27
27
setup_args = {
28
28
'cmdclass': {'install': install},
29
29
'name': 'selenium',
30
-
'version': "4.4.1",
30
+
'version': "4.4.2",
31
31
'license': 'Apache 2.0',
32
32
'description': 'Python bindings for Selenium',
33
33
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4