Skip to content

Commit d33d6dc

Browse files
Upgrade: [dependabot] - bump playwright from 1.55.0 to 1.56.0 (#489)
Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.55.0 to 1.56.0. <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.56.0</h2> <h2>New APIs</h2> <ul> <li>New methods <a href="https://playwright.dev/python/docs/api/class-page#page-console-messages">page. console_messages()</a> and <a href="https://playwright.dev/python/docs/api/class-page#page-page-errors">page.page_errors()</a> for retrieving the most recent console messages from the page</li> <li>New method <a href="https://playwright.dev/python/docs/api/class-page#page-requests">page.requests()</a> for retrieving the most recent network requests from the page</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Event <a href="https://playwright.dev/python/docs/api/class-browsercontext#browser-context-event-background-page">browserContext.on(&quot;backgroundpage&quot;)</a> has been deprecated and will not be emitted. Method <a href="https://playwright.dev/python/docs/api/class-browsercontext#browser-context-background-pages">browserContext. background_pages()</a> will return an empty list</li> </ul> <h2>Miscellaneous</h2> <ul> <li>Aria snapshots render and compare <code>input</code> <code>placeholder</code></li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 141.0.7390.37</li> <li>Mozilla Firefox 142.0.1</li> <li>WebKit 26.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-python/commit/75ceca04b7f4b29c1c026130696568fca68c9e88"><code>75ceca0</code></a> chore: update driver to 1.56.1 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/3002">#3002</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/f283da50d64ee896d0a148522b6c719b86b721f3"><code>f283da5</code></a> devops: update ado owner (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2997">#2997</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/019df4b0ecbd8f14154b9ddfbc0b33a3a48c5f96"><code>019df4b</code></a> fix: prevent ProtocolCallback memory leak during tracing (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2977">#2977</a>) (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2980">#2980</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/4fb9e0701cbfb7a1da0971b073c593ed44ad0f80"><code>4fb9e07</code></a> chore: add dupe sync tests for 1.56 roll (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2988">#2988</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/f4ad602401631461f48256ef76f24231992639b0"><code>f4ad602</code></a> fix: remove duplicate callback addition (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2984">#2984</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/db390c6e826029c0863a1dce5ca2cda44c54fede"><code>db390c6</code></a> chore: roll to 1.56.0 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2986">#2986</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/6fa9500cf051f9abb2b21af7725fa7d1e951a8bb"><code>6fa9500</code></a> chore: fix api generation under Python 3.13 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2970">#2970</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/8ab311b6a692f5ff311f028bca5851cd5ae0ad3c"><code>8ab311b</code></a> build(deps): bump pytest-cov from 6.2.1 to 6.3.0 (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2968">#2968</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/e43199cd3d108073ed90266f082fbc1749e0219a"><code>e43199c</code></a> build(deps): bump pillow from 11.2.1 to 11.3.0 in the pip group (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2908">#2908</a>)</li> <li><a href="https://github.com/microsoft/playwright-python/commit/3763d818a09ad2f47f8be9a8e8c2c404ce2a3a2a"><code>3763d81</code></a> build(deps): bump actions/setup-python from 5 to 6 in the actions group (<a href="https://redirect.github.com/microsoft/playwright-python/issues/2969">#2969</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright-python/compare/v1.55.0...v1.56.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=playwright&package-manager=pip&previous-version=1.55.0&new-version=1.56.0)](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> Co-authored-by: anthony-nhs <[email protected]>
1 parent f71aaf1 commit d33d6dc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python-dotenv = "^1.2.1"
2727
requests-oauthlib = "^2.0.0"
2828
nhs-number-generator = {git = "https://github.com/Iain-S/nhs_number_generator.git"}
2929
pyright = "^1.1.407"
30-
playwright = "^1.55.0"
30+
playwright = "^1.56.0"
3131
jycm = "^1.5.0"
3232
pyotp = "^2.9.0"
3333
lxml = "5.4.0"

0 commit comments

Comments
 (0)