Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump textual from 0.41.0 to 0.52.1 #80

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps textual from 0.41.0 to 0.52.1.

Release notes

Sourced from textual's releases.

The sin tax release

Fixes a SyntaxWarning

[0.52.1] - 2024-02-20

Fixed

The Envy release

A few modest changes, with a focus on env vars for some reason.

[0.52.0] - 2024-02-19

Changed

Added

  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Added support for environment variable TEXTUAL_ANIMATIONS to control what animations Textual displays Textualize/textual#4062
  • Add attribute App.animation_level to control whether animations on that app run or not Textualize/textual#4062
  • Added support for a TEXTUAL_SCREENSHOT_LOCATION environment variable to specify the location of an automated screenshot Textualize/textual#4181
  • Added support for a TEXTUAL_SCREENSHOT_FILENAME environment variable to specify the filename of an automated screenshot Textualize/textual#4181
  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Widget.remove_children now accepts a CSS selector to specify which children to remove Textualize/textual#4183
  • Widget.batch combines widget locking and app update batching Textualize/textual#4183

The American friends release

Mostly fixes in this updated.

Note the breaking change below...

[0.51.0] - 2024-02-15

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from textual's changelog.

[0.52.1] - 2024-02-20

Fixed

[0.52.0] - 2024-02-19

Changed

Added

  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Added support for environment variable TEXTUAL_ANIMATIONS to control what animations Textual displays Textualize/textual#4062
  • Add attribute App.animation_level to control whether animations on that app run or not Textualize/textual#4062
  • Added support for a TEXTUAL_SCREENSHOT_LOCATION environment variable to specify the location of an automated screenshot Textualize/textual#4181
  • Added support for a TEXTUAL_SCREENSHOT_FILENAME environment variable to specify the filename of an automated screenshot Textualize/textual#4181
  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Widget.remove_children now accepts a CSS selector to specify which children to remove Textualize/textual#4183
  • Widget.batch combines widget locking and app update batching Textualize/textual#4183

[0.51.0] - 2024-02-15

Added

Fixed

Changed

Fixed

[0.50.1] - 2024-02-09

Fixed

... (truncated)

Commits
  • 74875ae Merge pull request #4190 from Textualize/bump0521
  • ff4522a bump
  • 5595371 Merge pull request #4189 from davep/issue/4188/syntax-warning
  • 79cbb50 Update the ChangeLog
  • 89d5d60 Correct the animation level check in LoadingIndicator
  • 5d21a0a Merge pull request #4184 from Textualize/bump0520
  • da7171f changelog
  • 9561d47 Merge pull request #4183 from Textualize/batch-async-context-manager
  • 9f5e653 Merge branch 'main' into batch-async-context-manager
  • ba17dfb Merge pull request #4139 from Textualize/add-widget-lock
  • Additional commits viewable in compare view

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 [textual](https://github.com/Textualize/textual) from 0.41.0 to 0.52.1.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.41.0...v0.52.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2024

Superseded by #86.

@dependabot dependabot bot closed this Mar 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/textual-0.52.1 branch March 19, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants