-
Notifications
You must be signed in to change notification settings - Fork 57
Commit f8317b5
authored
Bump selenium from 4.33.0 to 4.34.0 (#532)
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.33.0 to
4.34.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/Selenium/releases">selenium's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.34.0</h2>
<h2>Detailed Changelogs by Component</h2>
<p><!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>
| <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>
| <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>
| <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>
| <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong>
<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
<ul>
<li>[ci] Clear warning from Grid UI component tests by <a
href="https://github.com/VietND96"><code>@VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15783">SeleniumHQ/selenium#15783</a></li>
<li>[py] Fix pytest_ignore_collect hook to respect --ignore by <a
href="https://github.com/mgorny"><code>@mgorny</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15787">SeleniumHQ/selenium#15787</a></li>
<li>[py] Increase timeout in devtools test by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15793">SeleniumHQ/selenium#15793</a></li>
<li>[py] Upgrade type hints by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15784">SeleniumHQ/selenium#15784</a></li>
<li>[dotnet] [bidi] Add AcceptInsecureCerts and Proxy options when
create new user context by <a
href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15795">SeleniumHQ/selenium#15795</a></li>
<li>[grid] Silent fail on invalid log level by <a
href="https://github.com/Oxilod"><code>@Oxilod</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15796">SeleniumHQ/selenium#15796</a></li>
<li>Bump setup-bazel action by <a
href="https://github.com/p0deje"><code>@p0deje</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15802">SeleniumHQ/selenium#15802</a></li>
<li>Don't silence stderr in format.sh by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15804">SeleniumHQ/selenium#15804</a></li>
<li>[dotnet] [bidi] Declare allowed nullable objects in constructors
type by <a
href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15809">SeleniumHQ/selenium#15809</a></li>
<li>Fix type error for attribute in remote_connection.py by <a
href="https://github.com/Bradltr95"><code>@Bradltr95</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15810">SeleniumHQ/selenium#15810</a></li>
<li>[py] Lint Python with ruff by <a
href="https://github.com/p0deje"><code>@p0deje</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15811">SeleniumHQ/selenium#15811</a></li>
<li>fixed error in selenium/webdriver/common/bidi/common.py:19 by <a
href="https://github.com/pallavigitwork"><code>@pallavigitwork</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15814">SeleniumHQ/selenium#15814</a></li>
<li>[py] Fix import for type hint by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15817">SeleniumHQ/selenium#15817</a></li>
<li>[py] Bump ruff version by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15818">SeleniumHQ/selenium#15818</a></li>
<li>[dotnet] [bidi] Simplify modules namespace for end users (breaking
change) by <a
href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15820">SeleniumHQ/selenium#15820</a></li>
<li>[dotnet] Remove unnecessary stylecop files by <a
href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15824">SeleniumHQ/selenium#15824</a></li>
<li>[py] Lint and format all python files by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15828">SeleniumHQ/selenium#15828</a></li>
<li>[py][bidi]: add <code>enable_webextensions</code> option for
chromium-based browsers by <a
href="https://github.com/navin772"><code>@navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15794">SeleniumHQ/selenium#15794</a></li>
<li>[py] Auto-generate Python API docs from code by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15822">SeleniumHQ/selenium#15822</a></li>
<li>[py] Fix python API docs publishing at readthedocs by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15832">SeleniumHQ/selenium#15832</a></li>
<li>Change flag for Chrome/Edge headless mode in tests by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15831">SeleniumHQ/selenium#15831</a></li>
<li>[py] Cleanup tox config by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15833">SeleniumHQ/selenium#15833</a></li>
<li>[rb] Add support for beta chrome by <a
href="https://github.com/aguspe"><code>@aguspe</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15417">SeleniumHQ/selenium#15417</a></li>
<li>Revert "[rb] Add support for beta chrome" by <a
href="https://github.com/aguspe"><code>@aguspe</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15837">SeleniumHQ/selenium#15837</a></li>
<li>[py] Fix: Mypy type annotation errors by <a
href="https://github.com/ShauryaDusht"><code>@ShauryaDusht</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15841">SeleniumHQ/selenium#15841</a></li>
<li>[py] New script to update Python dependencies by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15845">SeleniumHQ/selenium#15845</a></li>
<li>fixed errors in browser.py for 15697 by <a
href="https://github.com/pallavigitwork"><code>@pallavigitwork</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15847">SeleniumHQ/selenium#15847</a></li>
<li>[py][bidi]: implement bidi permissions module by <a
href="https://github.com/navin772"><code>@navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15830">SeleniumHQ/selenium#15830</a></li>
<li>[py] Regeneratee py/docs/source/api.rst by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15856">SeleniumHQ/selenium#15856</a></li>
<li>[dotnet] Align CS projects name to understand the editing context by
<a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15843">SeleniumHQ/selenium#15843</a></li>
<li>[py][bidi]: enable edge bidi storage test -
<code>test_get_all_cookies</code> by <a
href="https://github.com/navin772"><code>@navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15859">SeleniumHQ/selenium#15859</a></li>
<li>Caching the size/length in loops to slightly improve performance by
<a href="https://github.com/LuisOsv"><code>@LuisOsv</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15852">SeleniumHQ/selenium#15852</a></li>
<li>Update exceptions.py by <a
href="https://github.com/adolfoarmas"><code>@adolfoarmas</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15862">SeleniumHQ/selenium#15862</a></li>
<li>Revert "Update exceptions.py" by <a
href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15864">SeleniumHQ/selenium#15864</a></li>
<li>[py] Re-apply <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15862">#15862</a>
by <a href="https://github.com/cgoldberg"><code>@cgoldberg</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15865">SeleniumHQ/selenium#15865</a></li>
<li>[py] fix driver_element_finding_tests.py by <a
href="https://github.com/Delta456"><code>@Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15863">SeleniumHQ/selenium#15863</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/2a4c61c498207b17cdb2f5f987c7c71dca146c2d"><code>2a4c61c</code></a>
[build] Prepare for release of Selenium 4.34.0 (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15958">#15958</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f1c075cb9eacde25527c850c09205401dda2cb46"><code>f1c075c</code></a>
[rb] Add macOS key mappings for Options and Function keys (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15959">#15959</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/c4bf5eb82746f79d6967baefcd3a9dae0e4e0325"><code>c4bf5eb</code></a>
[dotnet][rb][java][js][py] Automated Browser Version Update (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15971">#15971</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/02cfe2d18bb1d71be15a987d6a8f018b3169bf6c"><code>02cfe2d</code></a>
[dotnet][rb][java][js][py] Automated Browser Version Update (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15968">#15968</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/176eee0ba1c73d0c11abcc740fb5c68d698b444b"><code>176eee0</code></a>
[py] add macOS specific keys to Key enum (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15948">#15948</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/83b5fb05275ea418ecb2b09bd9298952291c97e0"><code>83b5fb0</code></a>
[dotnet][rb][java][js][py] Automated Browser Version Update (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15962">#15962</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/d50a168e1ba93d71db7eaf3f05255c19a061c178"><code>d50a168</code></a>
[py] Return HTTP response reason when remote connection error occurs (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15942">#15942</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/2d0bce8b1674fd85cdbbce48ecaa81978f15e963"><code>2d0bce8</code></a>
[ci] Updating file name</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/8061b17ccb96a40e9677e31a383124fcee4aaf21"><code>8061b17</code></a>
[ci] Letting the workflow continue if browsers are up to date</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/89b5b1043de836d6dc2cad961f4096291417f5d4"><code>89b5b10</code></a>
[dotnet][rb][java][js][py] Automated Browser Version Update (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/15953">#15953</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/Selenium/compare/selenium-4.33.0...selenium-4.34.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9060e5c commit f8317b5Copy full SHA for f8317b5
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
|
0 commit comments