+14
-6
lines changedFilter options
+14
-6
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.2"
18
+
SE_VERSION = "4.4.3"
19
19
20
20
BROWSER_VERSIONS = [
21
21
"v85",
@@ -170,7 +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
+
"certifi>=2021.10.8",
174
174
],
175
175
strip_path_prefixes = [
176
176
"py/",
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1
+
Selenium 4.4.3
2
+
* Update explicit dependency for certifi to remove upper bound (#10956)
3
+
1
4
Selenium 4.4.2
2
5
* Add explicit dependency for certifi (#10953)
3
6
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.2"
19
+
__version__ = "4.4.3"
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.2'
39
+
__version__ = '4.4.3'
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.2",
30
+
'version': "4.4.3",
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(),
@@ -70,7 +70,12 @@
70
70
'selenium.webdriver.remote',
71
71
'selenium.webdriver.support', ],
72
72
'include_package_data': True,
73
-
'install_requires': ["urllib3[socks]~=1.26", "trio~=0.17", "trio-websocket~=0.9"],
73
+
'install_requires': [
74
+
"urllib3[socks]~=1.26",
75
+
"trio~=0.17",
76
+
"trio-websocket~=0.9",
77
+
"certifi>=2021.10.8",
78
+
],
74
79
'zip_safe': False
75
80
}
76
81
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