Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps panel from 1.6.1 to 1.7.1.

Release notes

Sourced from panel's releases.

Version 1.7.1

This patch release adds a new option to disable FileDropper previews and fixes a regression when updating Column children in Bokeh<3.7. Additionally, it includes a number of documentation improvements. Many thanks to our returning contributors @​dalthviz, @​emmanuel-ferdman, @​MarcSkovMadsen, and @​hoxbro

Enhancements

  • Add option to disable FileDropper previews (#7944)
  • --index-titles help string typo fix and don't call title on user input (#7935)

Bug fixes

  • Migrate to correct logger interface (#7931)
  • Column updates not working for Bokeh<3.7 (#7948)

Documentation

  • Fix image links in Azure documentation (#7938)

Version 1.7.0

This minor release is not as jam-packed as previous minor releases but adds a number of quality of life improvements, bug fixes and features along with version and compatibility updates for a number of JS dependencies. Many thanks to some of our more frequent contributors @​dalthviz, @​etihwo, our new contributor @​emmanuel-ferdman and our maintainers @​Hoxbro, @​MarcSkovMadsen and @​philippjfr.

Features

  • Add a secondary (right) sidebar to the FastListTemplate (#7774)
  • Add Date(Time)Picker.allowInput option (#7886)
  • Add Markdown.disable_anchors option (#7902)
  • Add config.cache_path variable to configure default location for diskcache (#7903)
  • Support custom cookie path (#7911)
  • Allow customizing index page titles with --index-titles CLI option (#7916)
  • Add Image.target option to configure where to open link_url (#7924)

Enhancements

  • Display parameter name in error messages (#7879)
  • Improve Material design styling (#7891, #7917)
  • Improve logic for computing Tabulator page size automatically (#7915)

Versions and Compatibility

  • Bump Ace CodeEditor version 1.40.1 and add themes (#7874)
  • Bump pyodide version to 0.27.5 (#7905)
  • Bump ECharts version to 5.6.0 (#7905)
  • Bump JSONEditor version to 10.2.0 (#7905)
  • Bump Perspective version to 3.6.1 (#7919)

Bug fixes

  • Deduplicate components before compiling (#7887)
  • Avoid boomeranging of events after hold is applied (#7892)

... (truncated)

Changelog

Sourced from panel's changelog.

Version 1.7.1

This patch release adds a new option to disable FileDropper previews and fixes a regression when updating Column children in Bokeh<3.7. Additionally it includes a number of documentation improvements. Many thanks to our returning contributors @​dalthviz, @​emmanuel-ferdman, @​MarcSkovMadsen, and @​hoxbro

Enhancements

  • Add option to disable FileDropper previews (#7944)
  • --index-titles help string typo fix and don't call title on user input (#7935)

Bug fixes

  • Migrate to correct logger interface (#7931)
  • Column updates not working for Bokeh<3.7 (#7948)

Documentation

  • Fix image links in Azure documentation (#7938)

Version 1.7.0

This minor release is not as jam-packed as previous minor releases but adds a number of quality of life improvements, bug fixes and features along with version and compatibility updates for a number of JS dependencies. Many thanks to some of our more frequent contributors @​dalthviz, @​etihwo, our new contributor @​emmanuel-ferdman and our maintainers @​Hoxbro, @​MarcSkovMadsen and @​philippjfr.

Features

  • Add a secondary (right) sidebar to the FastListTemplate (#7774)
  • Add Date(Time)Picker.allowInput option (#7886)
  • Add Markdown.disable_anchors option (#7902)
  • Add config.cache_path variable to configure default location for diskcache (#7903)
  • Support custom cookie path (#7911)
  • Allow customizing index page titles with --index-titles CLI option (#7916)
  • Add Image.target option to configure where to open link_url (#7924)

Enhancements

  • Display parameter name in error messages (#7879)
  • Improve Material design styling (#7891, #7917)
  • Improve logic for computing Tabulator page size automatically (#7915)

Versions and Compatibility

  • Bump Ace CodeEditor version 1.40.1 and add themes (#7874)
  • Bump pyodide version to 0.27.5 (#7905)
  • Bump ECharts version to 5.6.0 (#7905)
  • Bump JSONEditor version to 10.2.0 (#7905)
  • Bump Perspective version to 3.6.1 (#7919)

... (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 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.6.1 to 1.7.1.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.6.1...v1.7.1)

---
updated-dependencies:
- dependency-name: panel
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jun 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 13, 2025 17:19
@pyansys-ci-bot pyansys-ci-bot merged commit b42d150 into main Jun 13, 2025
43 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.7.1 branch June 13, 2025 17:44
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