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.7.0,>=0.5.0 to >=0.5.0,<0.8.0 #34

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.

You are bound to like this release

Mostly fixes in this release.

[0.7.0] - 2022-12-17

Added

  • Added PRIORITY_BINDINGS class variable, which can be used to control if a widget's bindings have priority by default. Textualize/textual#1343

Changed

Fixed

Changelog

Sourced from textual's changelog.

[0.7.0] - 2022-12-17

Added

  • Added PRIORITY_BINDINGS class variable, which can be used to control if a widget's bindings have priority by default. Textualize/textual#1343

Changed

Fixed

[0.6.0] - 2022-12-11

Added

  • Added "inherited bindings" -- BINDINGS classvar will be merged with base classes, unless inherit_bindings is set to False
  • Added Tree widget which replaces TreeControl.
  • Added widget Placeholder Textualize/textual#1200.

Changed

  • Rebuilt DirectoryTree with new Tree control.
  • Empty containers with a dimension set to "auto" will now collapse instead of filling up the available space.
  • Container widgets now have default height of 1fr.
  • The default width of a Label is now auto.

Fixed

[0.5.0] - 2022-11-20

Added

... (truncated)

Commits
  • 15417d4 Merge pull request #1379 from Textualize/scroll-to-top
  • d264ebb version bump
  • df1bcd5 Fix bindings action
  • 124df59 handle exit from load
  • cf82a12 Merge branch 'main' into scroll-to-top
  • 70d4ebc Added message to exit method
  • d11e3f2 Merge pull request #1346 from davep/bug/1342/inherited-movement-keys
  • 62d5810 Merge pull request #1359 from Textualize/validator-first-set
  • 21ab411 Merge pull request #1382 from Textualize/rodrigogiraoserrao-patch-1
  • 70cc547 tree auto width
  • Additional commits viewable in compare view


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

Superseded by #35.