Skip to content

Bump nicegui from 3.7.1 to 3.8.0#66

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/nicegui-3.8.0
Open

Bump nicegui from 3.7.1 to 3.8.0#66
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/nicegui-3.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps nicegui from 3.7.1 to 3.8.0.

Release notes

Sourced from nicegui's releases.

v3.8.0

Security

  • ⚠️ Prevent XSS via unsanitized method names in run_method() (GHSA-78qv-3mpx-9cqq by @​anuraagbaishya, @​evnchn, @​falkoschindler)

    Breaking change: For security reasons, run_method() and run_*_method() no longer accept arbitrary JavaScript expressions as method names. Only actual method names are supported now. If you previously passed JS functions like

    row = await grid.run_grid_method('(g) => g.getDisplayedRowAtIndex(0).data')

    use

    row = await run_javascript(f'return getElement({grid.id}).api.getDisplayedRowAtIndex(0).data')

    instead.

New features and enhancements

Bugfixes

Documentation

Testing

... (truncated)

Commits
  • 97def3b fix pytest still using run_method with JS function
  • 1861f59 Merge commit from fork
  • cc50d24 Plausible SPA compatibility (#5830)
  • 1f78a2a update dependency summary
  • f1131c7 fix Dependabot alerts 98 to 101
  • b662dca Fix ui.log background color being tinted by inner element (#5831)
  • 1fd3345 Cancel connection-wait task when page coroutine completes first (#5806)
  • 9c08d12 Revert vnode cache and guard innerHTML writes (#5826)
  • b4802cb Fix blank page after client-side sub_pages navigation (#5821)
  • 9e46d49 Fix echart zoom reset on data update by using getOption() API (#5822)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [nicegui](https://github.com/zauberzeug/nicegui) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/zauberzeug/nicegui/releases)
- [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile)
- [Commits](zauberzeug/nicegui@v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: nicegui
  dependency-version: 3.8.0
  dependency-type: indirect
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants