dependabot[bot] opened a new pull request, #41890: URL: https://github.com/apache/superset/pull/41890
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.61.0</h2> <h2>🔑 WebAuthn passkeys</h2> <p>New <a href="https://playwright.dev/python/docs/api/class-credentials">Credentials</a> virtual authenticator, available via <a href="https://playwright.dev/python/docs/api/class-browsercontext#browser-context-credentials">browserContext.credentials</a>, lets tests register passkeys and answer <code>navigator.credentials.create()</code> / <code>navigator.credentials.get()</code> ceremonies in the page — no real hardware key required, works in all browsers:</p> <pre lang="python"><code>context = browser.new_context() <h1>Seed a passkey your backend provisioned for a test user.</h1> <p>context.credentials.create("example.com",<br /> id=credential_id,<br /> user_handle=user_handle,<br /> private_key=private_key,<br /> public_key=public_key,<br /> )<br /> context.credentials.install()</p> <p>page = context.new_page()<br /> page.goto("<a href="https://example.com/login">https://example.com/login</a>")</p> <h1>The page's navigator.credentials.get() is answered with the seeded passkey.</h1> <p></code></pre></p> <p>You can also let the app register a passkey once in a setup test, read it back with <a href="https://playwright.dev/python/docs/api/class-credentials#credentials-get">credentials.get()</a>, and seed it into later tests — see <a href="https://playwright.dev/python/docs/api/class-credentials">Credentials</a> for details.</p> <h2>🗃️ Web Storage</h2> <p>New <a href="https://playwright.dev/python/docs/api/class-webstorage">WebStorage</a> API, available via <a href="https://playwright.dev/python/docs/api/class-page#page-local-storage">page.localStorage</a> and <a href="https://playwright.dev/python/docs/api/class-page#page-session-storage">page.sessionStorage</a>, reads and writes the page's storage for the current origin:</p> <pre lang="python"><code>page.local_storage.set_item("token", "abc") token = page.local_storage.get_item("token") items = page.session_storage.items() </code></pre> <h2>New APIs</h2> <ul> <li><a href="https://playwright.dev/python/docs/api/class-apiresponse#api-response-security-details">apiResponse.security_details()</a> and <a href="https://playwright.dev/python/docs/api/class-apiresponse#api-response-server-addr">apiResponse.server_addr()</a> mirror the browser-side <a href="https://playwright.dev/python/docs/api/class-response#response-security-details">response.security_details()</a> and <a href="https://playwright.dev/python/docs/api/class-response#response-server-addr">response.server_addr()</a>.</li> <li>New option <code>artifacts_dir</code> in <a href="https://playwright.dev/python/docs/api/class-browsertype#browser-type-connect-over-cdp">browserType.connect_over_cdp()</a> controls where artifacts such as traces and downloads are stored when attached to an existing browser.</li> <li>New option <code>cursor</code> in <a href="https://playwright.dev/python/docs/api/class-screencast#screencast-show-actions">screencast.show_actions()</a> controls the cursor decoration rendered for pointer actions.</li> <li>The <code>on_frame</code> callback in <a href="https://playwright.dev/python/docs/api/class-screencast#screencast-start">screencast.start()</a> now receives a <code>timestamp</code> of when the frame was presented by the browser.</li> </ul> <h2>🛠️ Other improvements</h2> <ul> <li>Playwright now supports Ubuntu 26.04.</li> <li>HAR and trace recordings now include WebSocket requests.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 149.0.7827.55</li> <li>Mozilla Firefox 151.0</li> <li>WebKit 26.5</li> </ul> <p>This version was also tested against the following stable channels:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-python/commit/bd499b293b93a1f9e4d2667df06f9708c65f6dde"><code>bd499b2</code></a> build(deps): bump typing-extensions from 4.14.1 to 4.15.0 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3119">#3119</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/5b318a50acb6706400ac97d5bc4f43e8c798222b"><code>5b318a5</code></a> build(deps): bump mypy from 1.19.1 to 2.1.0 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3117">#3117</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/e6bfce94833f5094e6f6318bd1006f808cabef1f"><code>e6bfce9</code></a> build(deps): bump actions/checkout from 6 to 7 in the actions group across 1 ...</li> <li><a href="https://github.com/microsoft/playwright-python/commit/2b41bf8c0ab1b9c483442b826637436b02175eb2"><code>2b41bf8</code></a> devops(driver): assemble driver from npm package and Node.js builds (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3122">#3122</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/f75d727269506724c9765f6bebd404e91062890e"><code>f75d727</code></a> feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3113">#3113</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/613c3bfecda5c4dba207e177b4f427e4ca854776"><code>613c3bf</code></a> chore(roll): v1.61.0 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3102">#3102</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/f7c6259cb5c2a15b5c1e4b0a79813f9a3e073e29"><code>f7c6259</code></a> chore(python): drop Python 3.9, add 3.14 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3109">#3109</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/0d7c116992832d092c5687af8071870d81eae88c"><code>0d7c116</code></a> build(deps-dev): bump setuptools from 80.9.0 to 82.0.1 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3105">#3105</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/47ea94a5e902f12d87639807708bb68a4c0fc202"><code>47ea94a</code></a> build(deps): bump mypy from 1.17.1 to 1.19.1 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3104">#3104</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/42d4b83044f11dc6c8b2964f8a0650641ebc4a5b"><code>42d4b83</code></a> build(deps-dev): bump auditwheel from 6.4.0 to 6.4.2 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3106">#3106</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright-python/compare/v1.60.0...v1.61.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]
