Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the actions group in /requirements with 4 updates: pandas, panel, sphinx-autobuild and sphinx-autodoc-typehints.

Updates pandas from 2.2.1 to 2.2.2

Release notes

Sourced from pandas's releases.

Pandas 2.2.2

We are pleased to announce the release of pandas 2.2.2. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.2 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits

Updates panel from 1.4.0 to 1.4.1

Release notes

Sourced from panel's releases.

Version 1.4.1

This micro-release fixes a number of regressions and other bugs introduced in recent releases and further improves the dashboard builder UI. Additionally it includes some tweaks and polish for the new tutorial material. Many thanks to our new contributor @​jrycw, our returning contributors @​cdeil and @​TheoMathurin and our maintainers @​ahuang11, @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Enhancements

  • Allow rendering raw IPython.display output in dashboard builder (#6657)
  • Improve snapping behavior and add undo functionality in dashboard builder UI (#6687))

Bug Fixes

  • Fix layout persistence issues in dashboard builder (#6602)
  • Ensure Perspective loads in notebooks and docs (#6626)
  • Allow full reset of dashboard builder layout (#6625)
  • Fix issues with VTK colormap serialization (#6651)
  • Allow Tabulator HTMLTemplateFormatter to reference multiple columns (#6663)
  • Fix loading spinner in converted app without template (#6665)
  • Avoid unnecessary rescroll on Column (#6666)
  • Fix dynamically updating description tooltips (#6676)
  • Ensure Perspective is fully loaded before attempting render (#6689)
  • Ensure busy indicators are always reset (#6698)

Styling

  • Only apply styling to Bootstrap buttons (#6610)
  • Change into a slicker Card button icon (#6638)
  • Fix card header margins (#6639)
  • Ensure Perspective renders correctly in all browsers (#6664)

Documentation

  • Improve layout builder docs (#6601)
  • Various Tutorial fixes (#6614, #6669, #6670, #6679)
  • Ensure all docs pages are indexed (#6615)
  • Document Flexbox.gap parameter (#6616)
  • Improve custom template documentation (#6618)
  • Improve Layout Builder Docs (#6619)
  • Improve PyCharm and Colab notebook documentation (#6599)
  • Update gallery endpoint in docs (#6645)
  • Various smaller documentation fixes and improvements (#6682, #6690)
Changelog

Sourced from panel's changelog.

Version 1.4.1

Date: 2024-04-05

This micro-release fixes a number of regressions and other bugs introduced in recent releases and further improves the dashboard builder UI. Additionally it includes some tweaks and polish for the new tutorial material. Many thanks to our new contributor @​jrycw, our returning contributors @​cdeil and @​TheoMathurin and our maintainers @​ahuang11, @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Enhancements

  • Allow rendering raw IPython.display output in dashboard builder (#6657)
  • Improve snapping behavior and add undo functionality in dashboard builder UI (#6687))

Bug Fixes

  • Fix layout persistence issues in dashboard builder (#6602)
  • Ensure Perspective loads in notebooks and docs (#6626)
  • Allow full reset of dashboard builder layout (#6625)
  • Fix issues with VTK colormap serialization (#6651)
  • Allow Tabulator HTMLTemplateFormatter to reference multiple columns (#6663)
  • Fix loading spinner in converted app without template (#6665)
  • Avoid unnecessary rescroll on Column (#6666)
  • Fix dynamically updating description tooltips (#6676)
  • Ensure Perspective is fully loaded before attempting render (#6689))
  • Ensure busy indicators are always reset (#6698)

Styling

  • Only apply styling to Bootstrap buttons (#6610)
  • Change into a slicker Card button icon (#6638)
  • Fix card header margins (#6639)
  • Ensure Perspective renders correctly in all browsers (#6664)

Documentation

  • Improve layout builder docs (#6601)
  • Various Tutorial fixes (#6614, #6669, #6670, #6679)
  • Ensure all docs pages are indexed (#6615)
  • Document Flexbox.gap parameter (#6616)
  • Improve custom template documentation (#6618)
  • Improve Layout Builder Docs (#6619)
  • Improve PyCharm and Colab notebook documentation (#6599)
  • Update gallery endpoint in docs (#6645)
  • Various smaller documentation fixes and improvements (#6682, #6690)
Commits

Updates sphinx-autobuild from 2024.2.4 to 2024.4.13

Release notes

Sourced from sphinx-autobuild's releases.

Release 2024.04.13

2024.04.13

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

2024.04.13 - 2024-04-13

  • Drop python-livereload.
  • Add starlette and uvicorn as dependencies.
  • Implement hot reloading via websockets.
  • Run Sphinx rebuilds in an asynchronous executor.

2024.02.04 - 2024-02-04

  • Declare support for Python 3.9, 3.10, 3.11, and 3.12
  • Drop support for Python 3.8 and earlier
  • Allow passing relative paths to --ignore
  • Support all valid sphinx-build options (except Make-mode)
  • Fix path issues on Windows
  • Differentiate pre-build command failures from Sphinx failures

2021.03.14 - 2021-03-14

  • Change output handling for subprocesses.
  • Present helpful error message when the subprocesses fail.
  • Skip the main sphinx build, if pre-build commands fail.

2020.09.01 - 2020-09-01

  • Adopt Calendar Versioning.
  • Modernize codebase and require Python 3.6+.
  • Directly depend on sphinx.
  • Rewritten documentation.
  • Invoke sphinx via {sys.executable} -m sphinx instead of sphinx-build.
  • Trim dependencies down to only livereload and sphinx.
  • Drop custom adapter for watchdog.
  • Drop --poll flag.
  • Drop single letter variants for flags that were specific to sphinx-autobuild.

0.7.1 - 2017/07/05

  • Remove spurious virtualenv directory from published packages.

... (truncated)

Commits
  • bf330a4 Release 2024.04.13
  • f17b2ab Allow floating point --delay values
  • fda9582 Run change_callback in an asynchronous executor
  • 49af6e1 Correct the help output in README.rst
  • ca7eebe Add changelog entries for dropping livereload
  • 36e37bb Bring AUTHORS.rst up to date
  • c0111ad Add more logging
  • e04c61e Add Adam Turner to authors
  • 3a32d1b Implement hot reloading with websockets
  • 1aa4bd3 Suppress server shutdown traceback
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 2.0.0 to 2.0.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group in /requirements with 4 updates: [pandas](https://github.com/pandas-dev/pandas), [panel](https://github.com/holoviz/panel), [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `pandas` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.1...v2.2.2)

Updates `panel` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.0...v1.4.1)

Updates `sphinx-autobuild` from 2024.2.4 to 2024.4.13
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.02.04...2024.04.13)

Updates `sphinx-autodoc-typehints` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 15, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

The following labels could not be found: dependabot.

@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) April 15, 2024 07:15
@pyansys-ci-bot pyansys-ci-bot merged commit 0ba701a into main Apr 15, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/requirements/actions-2d362027ea branch April 15, 2024 07:36
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