Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2025

Bumps panel from 1.7.4 to 1.7.5.

Release notes

Sourced from panel's releases.

Version 1.7.5

This patch release brings a number of important bug fixes and refinements, including improved modal behavior, Param integration fixes for ESM, and security hardening of authentication templates. Thanks to @​harmvanderheijden, @​marcskovmadsen, @​maximlt, and @​philippjfr for their contributions.

Enhancements

  • Improve .from_param() error messages (#8047)
  • Add --reuse-sessions warm option to preload and cache apps before first use (#8087)

Security

  • Fix XSS vulnerabilities in login and OAuth error templates by escaping user-controlled input (#8049)

Bug Fixes

  • Fix value_throttled handling in Param panes (#8057)
  • Prevent AutocompleteInput from resetting when restrict=False (#8056)
  • Fix callback cleanup for --reuse_sessions mode (#8052)
  • Reset param.Event state on ESM components (#8054)
  • Allow Player components to start upon initialization (#8058)
  • Fix modal dialog stacking and focus behavior in VanillaTemplate (#8059, #8060)
  • Avoid errors in Tabulator when editing DataFrames with pd.NA values (#8068)
  • Add guard for undefined url in ImportedStyleSheet (#8071)
  • Ensure session token payload is correctly updated when reusing sessions (#8072)
  • Ensure --reuse-sessions caches the --index app correctly (#8073)
  • Add debounce logic to ModelChanged events in Pyodide to improve performance and prevent redundant updates (#8077)
  • Ensure Layoutable params propagate to HoloViews plots (#8078)
  • Fix regression in handling param.Action in .from_param() utility (#8079)
  • Ensure LoadingSpinner.visible correctly hides the component (#8081)
  • Ensure JSONEditor triggers on re-ordering of nodes (#8086)
  • Fix JSONEditor menu option to improve usability (#8085)

Documentation

  • Add websocket communication how-to guide to documentation (#7952)
  • Add note about increasing proxy buffer size for OAuth behind reverse proxies (#8084)

Maintenance

  • Fix gallery deployment automation (#8055)
Changelog

Sourced from panel's changelog.

Version 1.7.5

This patch release brings a number of important bug fixes and refinements, including improved modal behavior, Param integration fixes for ESM, and security hardening of authentication templates. Thanks to @​harmvanderheijden, @​marcskovmadsen, @​maximlt, and @​philippjfr for their contributions.

Enhancements

  • Improve .from_param() error messages (#8047)
  • Add --reuse-sessions warm option to preload and cache apps before first use (#8087)

Security

  • Fix XSS vulnerabilities in login and OAuth error templates by escaping user-controlled input (#8049)

Bug Fixes

  • Fix value_throttled handling in Param panes (#8057)
  • Prevent AutocompleteInput from resetting when restrict=False (#8056)
  • Fix callback cleanup for --reuse_sessions mode (#8052)
  • Reset param.Event state on ESM components (#8054)
  • Allow Player components to start upon initialization (#8058)
  • Fix modal dialog stacking and focus behavior in VanillaTemplate (#8059, #8060)
  • Avoid errors in Tabulator when editing DataFrames with pd.NA values (#8068)
  • Add guard for undefined url in ImportedStyleSheet (#8071)
  • Ensure session token payload is correctly updated when reusing sessions (#8072)
  • Ensure --reuse-sessions caches the --index app correctly (#8073)
  • Add debounce logic to ModelChanged events in Pyodide to improve performance and prevent redundant updates (#8077)
  • Ensure Layoutable params propagate to HoloViews plots (#8078)
  • Fix regression in handling param.Action in .from_param() utility (#8079)
  • Ensure LoadingSpinner.visible correctly hides the component (#8081)
  • Ensure JSONEditor triggers on re-ordering of nodes (#8086)
  • Fix JSONEditor menu option to improve usability (#8085)

Documentation

  • Add websocket communication how-to guide to documentation (#7952)
  • Add note about increasing proxy buffer size for OAuth behind reverse proxies (#8084)

Maintenance

  • Fix gallery deployment automation (#8055)
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 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 [panel](https://github.com/holoviz/panel) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: panel
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jul 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 25, 2025 17:47
Copy link

codecov bot commented Jul 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.58%. Comparing base (b4a5901) to head (17903dc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2135      +/-   ##
==========================================
+ Coverage   94.24%   94.58%   +0.34%     
==========================================
  Files         139      141       +2     
  Lines       10274    10294      +20     
==========================================
+ Hits         9683     9737      +54     
+ Misses        591      557      -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RobPasMue RobPasMue merged commit 24d3985 into main Jul 26, 2025
68 of 85 checks passed
@RobPasMue RobPasMue deleted the dependabot/pip/panel-1.7.5 branch July 26, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants