Skip to content

chore(deps):(deps): update playwright requirement from <2.0.0,>=1.49.0 to >=1.60.0,<2.0.0#162

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/playwright-gte-1.60.0-and-lt-2.0.0
Closed

chore(deps):(deps): update playwright requirement from <2.0.0,>=1.49.0 to >=1.60.0,<2.0.0#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/playwright-gte-1.60.0-and-lt-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 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 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 commands and options

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)

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.49.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 added the dependencies Essential foundation bricks that other builds depend on! label May 19, 2026
@github-actions
Copy link
Copy Markdown

🧱 LEGO Quality Gate Analysis - DNSSEC Validator

Building Complexity: Small LEGO kit (2 lines changed)
Components Modified: Documentation/Config only

🚀 Security-Focused Quality Checks Starting...

The automated quality gates are now running to ensure all LEGO pieces fit together perfectly for our DNS security tool!

  • 🔍 Linting: Checking code formatting and style (Black + Pylint 9.5+)
  • Quality: Running comprehensive code analysis
  • 🛡️ Security: Deep vulnerability scanning with Bandit + Safety Action
  • 🐳 Build Test: Verifying Docker containers build successfully
  • 🔒 DNS Security: Ensuring DNSSEC validation logic integrity

Like any good LEGO instruction manual, we'll verify each security-critical step before moving to the next! 📋

@github-actions
Copy link
Copy Markdown

🏗️ LEGO Quality Gate Results - DNSSEC Validator

🎉 Ready to Build!

📋 Build Plan Results (2 lines changed):

⏭️ 🐍 DNSSEC Validator Linting: Skipped (no changes)
⏭️ 🔧 Workflow Linting: Skipped (no changes)
⏭️ ✨ DNSSEC Validator Quality: Skipped (no changes)
⏭️ 🛡️ Safety Security Scan: Skipped (no changes)
⏭️ 📊 Code Coverage Report: Skipped (no changes)
⏭️ 🔒 CodeQL Security Analysis: Skipped (no changes)
⏭️ 🐳 DNSSEC Validator Docker Build: Skipped (no changes)

🎊 All Quality Checks Passed!\nYour DNS security LEGO pieces fit perfectly together! The PR is ready for review and can be merged to trigger the production build.


Built with ❤️ using the LEGO methodology - every piece matters for DNS security! 🧱🔒

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 23, 2026

Looks like playwright is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 23, 2026
@dependabot dependabot Bot deleted the dependabot/pip/playwright-gte-1.60.0-and-lt-2.0.0 branch May 23, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Essential foundation bricks that other builds depend on!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant