Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the actions group in /requirements with 4 updates: ansys-mechanical-core, ansys-sphinx-theme, panel and sphinx-notfound-page.

Updates ansys-mechanical-core from 0.10.10 to 0.10.11

Release notes

Sourced from ansys-mechanical-core's releases.

v0.10.11

What's Changed

New features or code improvements

Bug fixes or behavior changes

Documentation

Full Changelog: ansys/pymechanical@v0.10.10...v0.10.11

Changelog

Sourced from ansys-mechanical-core's changelog.

0.10.11 - 2024-05-23

Added

  • feat: Add tests for animation exports #729
  • add feature flags to ansys-mechanical cli #735
  • feat: Add test for deprecation warning #739

Changed

  • chore: update CHANGELOG for v0.10.10 #716
  • Maint: Display image info #717
  • [pre-commit.ci] pre-commit autoupdate #726
  • set mono trace env vars before loading mono #734

Fixed

  • fix: merging coverage step in ci_cd #720
  • fix: Publish coverage for remote connect #721
  • fix: Restrict protobuf <6 #722
  • Fix: add return for poster #727
  • fix: cli test are not getting coverage #737
  • fix: adding mechanical libraries #740
  • feat: Add more coverage on logging #744
  • fix: Display image and build info only for scheduled run #746
  • fix: upload coverage files only for latest stable version on release workflow #748

Dependencies

  • MAINT: Bump pytest from 8.1.1 to 8.2.0 in the tests group #724
  • MAINT: Bump the doc group with 3 updates #725, #743
  • MAINT: Bump grpcio from 1.62.2 to 1.63.0 in the core group #731
  • MAINT: Bump the doc group with 2 updates #732
  • MAINT: Bump grpcio from 1.63.0 to 1.64.0 in the core group #741
  • MAINT: Bump pytest from 8.2.0 to 8.2.1 in the tests group #742

Miscellaneous

  • Split pyvista into two methods and remove the stability workaround for 242 #718
  • Update conf.py #723
  • catch the mono version warning #733
Commits
  • da7e6b0 Updating CHANGELOG for v0.10.11
  • 942174f Merge branch 'main' into release/0.10
  • 171f733 fix: upload coverage files only for latest stable version on release workflow...
  • 7b0b1da feat: Add more coverage on logging (#744)
  • e4c46ad fix: Display image and build info only for scheduled run (#746)
  • dba0b49 Bump version to 10.11
  • bac6120 Merge branch 'main' into release/0.10
  • 81990d4 fix: adding mechanical libraries (#740)
  • 039b1cd MAINT: Bump pytest from 8.2.0 to 8.2.1 in the tests group (#742)
  • 4b5ac3c MAINT: Bump the doc group with 3 updates (#743)
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 0.16.0 to 0.16.2

Commits
  • fd930c7 Updating CHANGELOG for v0.16.2
  • 257d03b release: bump version 0.16.2
  • 3cbed60 chore: update CHANGELOG for v0.16.1 (#379)
  • 0458de8 Updating CHANGELOG for v0.16.1
  • 5a2d859 release: bump version 0.16.1
  • e50a43b chore(deps): bump sphinx-notfound-page from 1.0.0 to 1.0.1 (#376)
  • 85baee4 chore(deps): bump requests from 2.32.1 to 2.32.2 (#377)
  • 844f5c4 maint: update the sphinx-autoapi version (#375)
  • 28e067f chore(deps): bump requests from 2.31.0 to 2.32.1 (#374)
  • See full diff in compare view

Updates panel from 1.4.2 to 1.4.3

Release notes

Sourced from panel's releases.

Version 1.4.3

This patch release is likely the last in the 1.4.x series. The most important fixes in this release are fixes to ensure keyboard shortcuts do not get triggered inside Panel components for for recent versions of JupyterLab, fixes for OAuth token refreshes, and various documentation fixes. The release also includes a small number of enhancements, including improved UX for the FileSelector. Many thanks to the many contributors to this release including @​jrycw, @​Coderambling, @​cdeil, @​twobitunicorn, and the maintainers @​Hoxbro, @​MarcSkovMadsen, @​ahuang11, @​maximlt and @​philippjfr.

Enhancements

  • Add CSS on mouse interaction with Card (#6636)
  • Make ChatMessage.reaction_icons reactive (#6807)
  • Allow external library to define additional socket handler (#6820)
  • Allow navigating FileSelector with double click (#6843)

Bug fixes

  • Ensure reference is resolved when passing options to from_param (#6762)
  • Ensure token refresh is always scheduled (#6802)
  • Fix small memory leak when caching Design modifiers (#4978)
  • Ensure refreshed tokens can be accessed across processes (#6817)
  • Ensure binary buffers are correctly extracted in notebook CommManager (#6818)
  • Make Tabulator resize handling more robust (#6821)
  • Fix links in panel convert index (#6828)
  • Suppress keyboard shortcuts in notebook output (#6825)
  • Ensure we don't error out when FastDesignProvider is undefined (#6832)
  • Ensure model changes are applied while session is starting (#6835)

Documentation

  • Refactor the hvplot.interactive tutorial utilizing pn.rx (#6700)
  • Update styling after upgrade to latest pydata-sphinx-theme (#6823)
  • Fix bug in Reset Jupyterlite script (#6834)
  • Fix gallery deployment URL (#6831)
  • Add redirects for old documentation pages (#6833)
  • Remove Google Analytics (#6836)
  • Various documentation fixes (#6829)
  • Fix link in gallery index (#6858)
Changelog

Sourced from panel's changelog.

Version 1.4.3

Date: 2024-05-21

This patch release is likely the last in the 1.4.x series. The most important fixes in this release are fixes to ensure keyboard shortcuts do not get triggered inside Panel components for for recent versions of JupyterLab, fixes for OAuth token refreshes, and various documentation fixes. The release also includes a small number of enhancements, including improved UX for the FileSelector. Many thanks to the many contributors to this release including @​jrycw, @​Coderambling, @​cdeil, and the maintainers @​Hoxbro, @​MarcSkovMadsen, @​ahuang11, @​maximlt and @​philippjfr.

Enhancements

  • Add CSS on mouse interaction with Card (#6636)
  • Make ChatMessage.reaction_icons reactive (#6807)
  • Allow external library to define additional socket handler (#6820)
  • Allow navigating FileSelector with double click (#6843)

Bug fixes

  • Ensure reference is resolved when passing options to from_param (#6762)
  • Ensure token refresh is always scheduled (#6802)
  • Fix small memory leak when caching Design modifiers (#4978)
  • Ensure refreshed tokens can be accessed across processes (#6817)
  • Ensure binary buffers are correctly extracted in notebook CommManager (#6818)
  • Make Tabulator resize handling more robust (#6821)
  • Fix links in panel convert index (#6828)
  • Suppress keyboard shortcuts in notebook output (#6825)
  • Ensure we don't error out when FastDesignProvider is undefined (#6832)
  • Ensure model changes are applied while session is starting (#6835)

Documentation

  • Refactor the hvplot.interactive tutorial utilizing pn.rx (#6700)
  • Update styling after upgrade to latest pydata-sphinx-theme (#6823)
  • Fix bug in Reset Jupyterlite script (#6834)
  • Fix gallery deployment URL (#6831)
  • Add redirects for old documentation pages (#6833)
  • Remove Google Analytics (#6836)
  • Various documentation fixes (#6829)
Commits

Updates sphinx-notfound-page from 1.0.0 to 1.0.2

Changelog

Sourced from sphinx-notfound-page's changelog.

Version 1.0.2

:Date: May 23, 2024

  • Add tests for Python 3.12
  • Remove warning about unclosed files
  • Allow str and None types on notfound_urls_prefix
  • Run pyupgrade and ruff on the codebase

Version 1.0.1

:Date: May 21, 2024

  • Do not create 404 page for embedded
  • Small documentation improvements
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: [ansys-mechanical-core](https://github.com/ansys/pymechanical), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [panel](https://github.com/holoviz/panel) and [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page).


Updates `ansys-mechanical-core` from 0.10.10 to 0.10.11
- [Release notes](https://github.com/ansys/pymechanical/releases)
- [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md)
- [Commits](ansys/pymechanical@v0.10.10...v0.10.11)

Updates `ansys-sphinx-theme` from 0.16.0 to 0.16.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.16.0...v0.16.2)

Updates `panel` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.2...v1.4.3)

Updates `sphinx-notfound-page` from 1.0.0 to 1.0.2
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-notfound-page@1.0.0...1.0.2)

---
updated-dependencies:
- dependency-name: ansys-mechanical-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys-sphinx-theme
  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-notfound-page
  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 May 27, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

The following labels could not be found: dependabot.

@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) May 27, 2024 08:03
@pyansys-ci-bot pyansys-ci-bot merged commit c92c498 into main May 27, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/requirements/actions-5025aa258d branch May 27, 2024 08:23
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