Skip to content

chore(deps): update playwright requirement from >=1.44.0 to >=1.60.0 in /backend#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/playwright-gte-1.60.0
Open

chore(deps): update playwright requirement from >=1.44.0 to >=1.60.0 in /backend#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/playwright-gte-1.60.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Updates the requirements on playwright to permit the latest version.

Release notes

Sourced from playwright's releases.

v1.60.0

🐍 Python improvements

🌐 HAR recording on Tracing

tracing.start_har() / tracing.stop_har() expose HAR recording as a first-class tracing API, with the same content, mode and url_filter options as record_har:

context.tracing.start_har("trace.har")
page = context.new_page()
page.goto("https://playwright.dev")
context.tracing.stop_har()

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic DataTransfer in the page context — works cross-browser and is great for testing upload zones:

page.locator("#dropzone").drop(
    files={"name": "note.txt", "mime_type": "text/plain", "buffer": b"hello"},
)
page.locator("#dropzone").drop(
data={
"text/plain": "hello world",
"text/uri-list": "https://example.com",
},
)

🎯 Aria snapshots

New APIs

Browser, Context and Page

Locators and Assertions

... (truncated)

Commits
  • 93f3201 chore: roll driver to 1.60.0 (#3079)
  • 0ebdf2d feat(assertions): add expect.soft() for collecting multiple failures (#3065)
  • 18810d8 feat: add FormData class for form and multipart requests (#3060)
  • b846cee chore: roll to 1.60.0-beta-1778142790000 (#3069)
  • 873c5c7 fix(setup): update auditwheel to 6.4.0 for InWheel tempdir fix (#3063)
  • 9df9fac feat: accept datetime.timedelta for timeout parameters (#3059)
  • 856ae37 devops: Update EsrpRelease (#3064)
  • 161bd3d build(deps): bump flake8 from 7.2.0 to 7.3.0 (#2896)
  • ac9bf29 build(deps): bump types-requests from 2.32.4.20250809 to 2.32.4.20260107 (#2975)
  • deb2df8 build(deps): bump pytest-cov from 6.3.0 to 7.1.0 (#2976)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 20, 2026
@dependabot dependabot Bot requested a review from vasu-devs as a code owner May 20, 2026 15:59
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
just-hire-me Ready Ready Preview, Comment May 28, 2026 3:16pm

@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from d59e215 to e2d42fb Compare May 20, 2026 16:37
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from e2d42fb to e4a7645 Compare May 20, 2026 18:08
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from e4a7645 to d33bddf Compare May 20, 2026 19:27
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from d33bddf to 6da8801 Compare May 20, 2026 21:47
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 6da8801 to 9709a3b Compare May 21, 2026 15:50
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 9709a3b to e23fee0 Compare May 21, 2026 16:53
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from e23fee0 to 3deec51 Compare May 21, 2026 19:03
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 3deec51 to 42be0e0 Compare May 22, 2026 05:33
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 42be0e0 to 7c5629d Compare May 22, 2026 06:11
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 7c5629d to 2b84dd1 Compare May 22, 2026 09:01
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 2b84dd1 to c6ebd4d Compare May 22, 2026 12:36
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from c6ebd4d to abdd5c3 Compare May 22, 2026 19:13
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from abdd5c3 to 9d7d52b Compare May 22, 2026 20:20
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 9d7d52b to eaeeecf Compare May 22, 2026 20:26
@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

Deployment failed with the following error:

Resource is limited - try again in 1 day (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/vasu-devs-projects-a637f703?upgradeToPro=build-rate-limit

@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from eaeeecf to f410ac6 Compare May 23, 2026 18:53
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from f410ac6 to a75ff12 Compare May 23, 2026 20:27
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from a75ff12 to 75d3caf Compare May 23, 2026 21:39
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 75d3caf to c2c1fbb Compare May 23, 2026 23:27
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from c2c1fbb to 41aa093 Compare May 24, 2026 10:25
@dependabot dependabot Bot changed the title Update playwright requirement from >=1.44.0 to >=1.60.0 in /backend chore(deps): update playwright requirement from >=1.44.0 to >=1.60.0 in /backend May 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 41aa093 to 8a6938d Compare May 24, 2026 17:15
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 8a6938d to eecb5d3 Compare May 25, 2026 13:04
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from eecb5d3 to af63e36 Compare May 27, 2026 10:25
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from af63e36 to 563b80f Compare May 27, 2026 13:58
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from 563b80f to d1b3913 Compare May 27, 2026 18:19
Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.44.0...v1.60.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.60.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/playwright-gte-1.60.0 branch from d1b3913 to bd31588 Compare May 28, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants