Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

⬆️ 🤖 Dependencies: bump nicegui from 1.4.9 to 3.2.0#2289

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/nicegui-3.2.0
Closed

⬆️ 🤖 Dependencies: bump nicegui from 1.4.9 to 3.2.0#2289
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/nicegui-3.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps nicegui from 1.4.9 to 3.2.0.

Release notes

Sourced from nicegui's releases.

v3.2.0

New features and enhancements

Bugfixes

Documentation

Testing

Dependencies


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v3.1.0

New features and enhancements

... (truncated)

Commits
  • eba035a add two special sponsors
  • 3d57fda Introduce Screen.CATCH_JS_ERRORS (#5365)
  • 20aae5b Document NiceGUI-specific coding patterns and architectural conventions (#5357)
  • 00bc001 Bump actions/upload-artifact from 4 to 5 (#5364)
  • a371e85 Let tests fail if there is a javascript error NOW (#5225)
  • 3ac7e8f Clear module cache between pytests for proper isolation (#5300)
  • 69b6c60 Add "convertEol" parameter to ui.xterm subprocess demo (#5362)
  • ae26a0c Allow awaiting refreshable function updates for coordinated UI operations (#5...
  • 9944a40 Add the anti-hang slot template for the user if they have lists in the cells ...
  • ba13436 Fix of recursion in case of table rows modification (#5355)
  • 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 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)

Bumps [nicegui](https://github.com/zauberzeug/nicegui) from 1.4.9 to 3.2.0.
- [Release notes](https://github.com/zauberzeug/nicegui/releases)
- [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile)
- [Commits](zauberzeug/nicegui@v1.4.9...v3.2.0)

---
updated-dependencies:
- dependency-name: nicegui
  dependency-version: 3.2.0
  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 Nov 10, 2025
Copy link
Copy Markdown

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review by LlamaPReview

🎯 TL;DR & Recommendation

Recommendation: Approve with suggestions

This PR upgrades NiceGUI from 1.4.9 to 3.2.0, a major version jump that may introduce breaking API changes and integration issues, as indicated by the CI lint failure.

Findings Summary

Priority File Category Impact Summary Anchors
P2 pyproject.toml Architecture Major version upgrade risks breaking API changes and runtime failures.
P2 pyproject.toml Testing Lint failure suggests compatibility issues; comprehensive testing needed.
P2 pyproject.toml Maintainability Potential deprecated API usage; review NiceGUI interactions required.

🔍 Notable Themes

  • All findings highlight the risks of a major dependency version upgrade without code changes, emphasizing the need for thorough review and testing to prevent runtime failures and ensure compatibility.

💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.

Comment on lines 50 to 52
"asyncz==0.13.4", # Pinned
"nicegui==1.4.9", # Pinned
"nicegui==3.2.0", # Pinned
"ping3==5.1.5", # Pinned
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: High

  • This is a major version upgrade from NiceGUI 1.4.9 to 3.2.0, representing a significant architectural change. While the CI/CD shows the lint step failed, the primary concern is the substantial gap between versions. Major releases typically introduce breaking API changes, deprecated features, and architectural shifts. The release notes mention numerous new features, bug fixes, and likely breaking changes. Without accompanying code changes to adapt to the new API, this upgrade is likely to cause runtime failures or behavioral inconsistencies.
  • The CI/CD results show the lint step failed, indicating immediate integration issues with the new version. While other CI steps were skipped, the lint failure suggests potential compatibility problems that would likely propagate to tests and builds. Given this is a major version jump, comprehensive testing across all NiceGUI integration points is essential to ensure no regression in UI functionality, event handling, or data display.
  • Speculative: The release notes indicate significant changes including new components (ui.xterm), enhanced features (ui.table improvements), and architectural conventions. Without reviewing actual NiceGUI usage in the codebase, there's potential for deprecated API usage that should be migrated. The upgrade should be accompanied by a thorough review of all NiceGUI interactions to ensure compatibility with the new version's patterns and best practices.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Superseded by #2293.

@dependabot dependabot bot closed this Nov 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/dev/nicegui-3.2.0 branch November 17, 2025 11:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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