DHARPA-Project / kiara

Data orchestration and management.
Mozilla Public License 2.0
11 stars 2 forks source link

build(deps-dev): update textual requirement from <0.2.0,>=0.1.18 to >=0.1.18,<0.6.0 #31

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on textual to permit the latest version.

Release notes

Sourced from textual's releases.

Lazy screens

[0.5.0] - 2022-11-20

Added

  • Add get_child_by_id and get_widget_by_id, remove get_child Textualize/textual#1146
  • Add easing parameter to Widget.scroll_* methods Textualize/textual#1144
  • Added Widget.call_later which invokes a callback on idle.
  • DOMNode.ancestors no longer includes self.
  • Added DOMNode.ancestors_with_self, which retains the old behaviour of DOMNode.ancestors.
  • Improved the speed of DOMQuery.remove.
  • Added DataTable.clear
  • Added low-level textual.walk methods.
  • It is now possible to await a Widget.remove. Textualize/textual#1094
  • It is now possible to await a DOMQuery.remove. Note that this changes the return value of DOMQuery.remove, which used to return self. Textualize/textual#1094
  • Added Pilot.wait_for_animation
  • Added Widget.move_child Textualize/textual#1121
  • Added a Label widget Textualize/textual#1190
  • Support lazy-instantiated Screens (callables in App.SCREENS) Textualize/textual#1185
  • Display of keys in footer has more sensible defaults Textualize/textual#1213
  • Add App.get_key_display, allowing custom key_display App-wide Textualize/textual#1213

Changed

  • Watchers are now called immediately when setting the attribute if they are synchronous. Textualize/textual#1145
  • Widget.call_later has been renamed to Widget.call_after_refresh.
  • Button variant values are now checked at runtime. Textualize/textual#1189
  • Added caching of some properties in Styles object

Fixed

Changelog

Sourced from textual's changelog.

[0.5.0] - 2022-11-20

Added

  • Add get_child_by_id and get_widget_by_id, remove get_child Textualize/textual#1146
  • Add easing parameter to Widget.scroll_* methods Textualize/textual#1144
  • Added Widget.call_later which invokes a callback on idle.
  • DOMNode.ancestors no longer includes self.
  • Added DOMNode.ancestors_with_self, which retains the old behaviour of DOMNode.ancestors.
  • Improved the speed of DOMQuery.remove.
  • Added DataTable.clear
  • Added low-level textual.walk methods.
  • It is now possible to await a Widget.remove. Textualize/textual#1094
  • It is now possible to await a DOMQuery.remove. Note that this changes the return value of DOMQuery.remove, which used to return self. Textualize/textual#1094
  • Added Pilot.wait_for_animation
  • Added Widget.move_child Textualize/textual#1121
  • Added a Label widget Textualize/textual#1190
  • Support lazy-instantiated Screens (callables in App.SCREENS) Textualize/textual#1185
  • Display of keys in footer has more sensible defaults Textualize/textual#1213
  • Add App.get_key_display, allowing custom key_display App-wide Textualize/textual#1213

Changed

  • Watchers are now called immediately when setting the attribute if they are synchronous. Textualize/textual#1145
  • Widget.call_later has been renamed to Widget.call_after_refresh.
  • Button variant values are now checked at runtime. Textualize/textual#1189
  • Added caching of some properties in Styles object

Fixed

[0.4.0] - 2022-11-08

https://textual.textualize.io/blog/2022/11/08/version-040/#version-040

Changed

  • Dropped support for mounting "named" and "anonymous" widgets via App.mount and Widget.mount. Both methods now simply take one or more widgets as positional arguments.

... (truncated)

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 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)
dependabot[bot] commented 1 year ago

Looks like textual is up-to-date now, so this is no longer needed.