Skip to content

Bump pywebview from 5.3.2 to 6.2.1#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pywebview-6.2.1
Open

Bump pywebview from 5.3.2 to 6.2.1#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pywebview-6.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps pywebview from 5.3.2 to 6.2.1.

Release notes

Sourced from pywebview's releases.

6.2.1

🐞 Bug fixes

  • Winforms Fix screen scale reporting in Screen object.

6.2

⚡ Features

  • All Display scaling support for Screen class. Screen objects now report proper DPI-aware dimensions. New properties include scale, dpi, physical_x, physical_y, physical_width and physical_height.
  • All New multiprocess example demonstrating multi-process architecture with a non-blocking architecture.
  • All Support for state index notation (eg. window.state["attribute"]) for easier state access.
  • All Bump minimum Python version to 3.8.

🚀 Improvements

  • All Support for static methods for JS API exposure. Thanks @​ivanovmatveywork. #1770
  • Cocoa Improved file picker to use all MIME types from accept attribute in NSOpenPanel. Wildcard types (image/, video/) are now properly mapped to their supertype UTIs. Thanks @​JMHSV. #1781 #1780
  • Cocoa Icon support. Thanks @​sevilla. #1757
  • Winforms Icon support. Thanks @​sevilla. #1755
  • Winforms Improved theme detection using AppsUseLightTheme registry key instead of SystemUsesLightTheme. Thanks @​Mnaisuka. #1760
  • Winforms Fallback to coreclr when netfx runtime is not found. Thanks @​HZBHZB1234. #1791
  • EdgeChromium Update WebView2 to 1.0.3856.49
  • QT Support for REMOTE_DEBUGGING_PORT via webview.settings['REMOTE_DEBUGGING_PORT']. Thanks @​cybergrind. #1740

🐞 Bug fixes

  • All Fix file pattern parsing in file dialogs.
  • All Fix window.expose race condition.
  • All Fix 'WindowsPath' object has no attribute '_hash'. Thanks @​jonathanbluhm. #1762 #1776
  • Cocoa Fix use-after-free crash on macOS ARM64 by disabling releasedWhenClosed. NSWindow now properly manages retain count. Thanks @​smparkes. #1799
  • Cocoa Fix single app delegate - use a single shared AppDelegate instead of one per window. Thanks @​smparkes. #1801
  • Cocoa Clear delegates before removing from instances dict in windowWillClose_ to prevent callbacks after window closure. Thanks @​smparkes. #1802
  • Cocoa Fix input file accept parameter handling. #1604
  • Cocoa Prevent crash in windowDidBecomeKey_ when window is closed.
  • Cocoa Release retained instances on window close to prevent memory leaks in macOS Tahoe. Thanks @​alecharing. #1743
  • Cocoa Fix macOS drag handler. Thanks @​alecharing. #1742
  • Winforms Fix window position scaling for proper multi-monitor support.
  • Winforms Fix logical pixels calculation for DPI-aware rendering.
  • Winforms Fix Ctrl+C signal handling.
  • QT Fix resize problem.
  • QT Fix mousemove exception and other minor issues.
  • GTK Fix menu rendering.
  • GTK Fix response_received events when there's no request_sent event. Thanks @​jmuchemb. #1784
  • GTK Fix background color not being applied correctly. #1811
  • EdgeChromium Better exception handling in clear_user_data.

6.1

... (truncated)

Changelog

Sourced from pywebview's changelog.

6.2.1

Released 15/04/2026

🐞 Bug fixes

  • Winforms Fix screen scale reporting in Screen object.

6.2

Released 13/04/2026

⚡ Features

  • All Display scaling support for Screen class. Screen objects now report proper DPI-aware dimensions. New properties include scale, dpi, physical_x, physical_y, physical_width and physical_height.
  • All New multiprocess example demonstrating multi-process architecture with a non-blocking architecture.
  • All Support for state index notation (eg. window.state["attribute"]) for easier state access.
  • All Bump minimum Python version to 3.8.

🚀 Improvements

  • All Support for static methods for JS API exposure. Thanks @​ivanovmatveywork. #1770
  • Cocoa Improved file picker to use all MIME types from accept attribute in NSOpenPanel. Wildcard types (image/, video/) are now properly mapped to their supertype UTIs. Thanks @​JMHSV. #1781 #1780
  • Cocoa Icon support. Thanks @​sevilla. #1757
  • Winforms Icon support. Thanks @​sevilla. #1755
  • Winforms Improved theme detection using AppsUseLightTheme registry key instead of SystemUsesLightTheme. Thanks @​Mnaisuka. #1760
  • Winforms Fallback to coreclr when netfx runtime is not found. Thanks @​HZBHZB1234. #1791
  • EdgeChromium Update WebView2 to 1.0.3856.49
  • QT Support for REMOTE_DEBUGGING_PORT via webview.settings['REMOTE_DEBUGGING_PORT']. Thanks @​cybergrind. #1740

🐞 Bug fixes

  • All Fix file pattern parsing in file dialogs.
  • All Fix window.expose race condition.
  • All Fix 'WindowsPath' object has no attribute '_hash'. Thanks @​jonathanbluhm. #1762 #1776
  • Cocoa Fix use-after-free crash on macOS ARM64 by disabling releasedWhenClosed. NSWindow now properly manages retain count. Thanks @​smparkes. #1799
  • Cocoa Fix single app delegate - use a single shared AppDelegate instead of one per window. Thanks @​smparkes. #1801
  • Cocoa Clear delegates before removing from instances dict in windowWillClose_ to prevent callbacks after window closure. Thanks @​smparkes. #1802
  • Cocoa Fix input file accept parameter handling. #1604
  • Cocoa Prevent crash in windowDidBecomeKey_ when window is closed.
  • Cocoa Release retained instances on window close to prevent memory leaks in macOS Tahoe. Thanks @​alecharing. #1743
  • Cocoa Fix macOS drag handler. Thanks @​alecharing. #1742
  • Winforms Fix window position scaling for proper multi-monitor support.
  • Winforms Fix logical pixels calculation for DPI-aware rendering.
  • Winforms Fix Ctrl+C signal handling.

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [pywebview](https://github.com/r0x0r/pywebview) from 5.3.2 to 6.2.1.
- [Release notes](https://github.com/r0x0r/pywebview/releases)
- [Changelog](https://github.com/r0x0r/pywebview/blob/master/docs/CHANGELOG.md)
- [Commits](r0x0r/pywebview@5.3.2...6.2.1)

---
updated-dependencies:
- dependency-name: pywebview
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 18, 2026
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