dependabot[bot] opened a new pull request, #42908:
URL: https://github.com/apache/superset/pull/42908

   Updates the requirements on 
[playwright](https://github.com/microsoft/playwright-python) to permit the 
latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/microsoft/playwright-python/releases";>playwright's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.62.0</h2>
   <h2>🖼️ WebP screenshots</h2>
   <p><a 
href="https://playwright.dev/python/docs/api/class-page#page-screenshot";>page.screenshot()</a>
 and <a 
href="https://playwright.dev/python/docs/api/class-locator#locator-screenshot";>locator.screenshot()</a>
 can now capture screenshots in the WebP format. Playwright infers the format 
from a <code>.webp</code> file extension, or you can set the <code>type</code> 
explicitly. Quality <code>100</code> (the default) is lossless, while lower 
values use lossy compression:</p>
   <pre lang="python"><code>page.screenshot(path=&quot;homepage.webp&quot;, 
quality=50)
   </code></pre>
   <h2>New APIs</h2>
   <ul>
   <li>New <code>scroll</code> option (<code>&quot;auto&quot;</code> | 
<code>&quot;none&quot;</code>) on actions to opt out of Playwright's automatic 
scrolling into view.</li>
   <li>New <a 
href="https://playwright.dev/python/docs/api/class-locator#locator-wait-for-function";>locator.wait_for_function()</a>
 waits until a function called with the matching element returns a truthy 
value.</li>
   <li>New <a 
href="https://playwright.dev/python/docs/api/class-apiresponse#api-response-timing";>apiResponse.timing()</a>
 returns resource timing information for an API response.</li>
   </ul>
   <h2>Announcements</h2>
   <ul>
   <li>📋 The clipboard is now isolated from the operating system in headless 
mode, so tests that use <code>navigator.clipboard</code> no longer read or 
overwrite the clipboard of the machine running them.</li>
   <li>⚠️ Debian 11 is not supported anymore.</li>
   </ul>
   <h2>Browser Versions</h2>
   <ul>
   <li>Chromium 151.0.7922.34</li>
   <li>Mozilla Firefox 153.0</li>
   <li>WebKit 26.5</li>
   </ul>
   <p>This version was also tested against the following stable channels:</p>
   <ul>
   <li>Google Chrome 151</li>
   <li>Microsoft Edge 151</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/3b7c24c3e67dc84f7b0eddd0c5fd2ca685705021";><code>3b7c24c</code></a>
 chore: roll Playwright to 1.62.0 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3161";>#3161</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/1db079f769ff42c60b7bde3498fb98f638131534";><code>1db079f</code></a>
 build(deps): bump typing-extensions from 4.15.0 to 4.16.0 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3162";>#3162</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/8335307e8c1dbe7c780918565c18ad4a59f6dec2";><code>8335307</code></a>
 build(deps): bump greenlet from 3.5.3 to 3.5.4 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3163";>#3163</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/5c71b2b41b7debc638adda99f96442680c5e8221";><code>5c71b2b</code></a>
 build(deps): bump mypy from 2.1.0 to 2.3.0 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3150";>#3150</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/d0c8d037dae25d5b957b07179b01fa77ca87a99f";><code>d0c8d03</code></a>
 build(deps-dev): bump setuptools-scm from 9.2.2 to 10.2.1 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3151";>#3151</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/ca0319c89420cd7513c3fc37aa7f8c52d4896527";><code>ca0319c</code></a>
 build(deps): bump build from 1.4.4 to 1.5.0 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3152";>#3152</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/53802fefbd76322f4e707becad812e47667aebcb";><code>53802fe</code></a>
 build(deps): bump requests from 2.33.0 to 2.34.2 (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3153";>#3153</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/9bc998fc7d20161473a6c7aab713b788a9e1f22e";><code>9bc998f</code></a>
 build(deps): bump actions/setup-python from 6 to 7 in the actions group (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3154";>#3154</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/9a10128e0ffc7c7429da3779283a2400c2707575";><code>9a10128</code></a>
 perf: speed up Python stack capture (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3147";>#3147</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright-python/commit/c3eff763a75f55d02e2539e8e224416a18c71114";><code>c3eff76</code></a>
 fix: show not_ prefix in call log when negative assertions fail (<a 
href="https://redirect.github.com/microsoft/playwright-python/issues/3033";>#3033</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/microsoft/playwright-python/compare/v1.61.0...v1.62.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to