Skip to content

Commit

Permalink
Bump textual from 0.36.0 to 0.37.1
Browse files Browse the repository at this point in the history
Bumps [textual](https://github.com/Textualize/textual) from 0.36.0 to 0.37.1.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.36.0...v0.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent cb339cc commit 2f04911
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requests-cache = "==1.1.0"
requests-oauthlib = {version="==1.3.1", python_version=">='3.4'"}
rich = "==13.5.3"
six = {version="==1.16.0", python_version=">='3.4'"}
textual = {version="==0.36.0", markers="python_version >= '3.7' and python_version < '4.0'"}
textual = {version="==0.37.1", markers="python_version >= '3.7' and python_version < '4.0'"}
tqdm = "==4.66.1"
trogon = "==0.5.0"
typing-extensions = {version="==4.8.0", python_version=">='3.7'"}
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requests-cache==1.1.0
requests-oauthlib==1.3.1
rich==13.5.3
six==1.16.0
textual==0.36.0
textual==0.37.1
tqdm==4.66.1
trogon==0.5.0
typing-extensions==4.8.0
Expand Down

0 comments on commit 2f04911

Please sign in to comment.