Skip to content

Commit

Permalink
Upgrade Textual to 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Aug 11, 2024
1 parent 2e42c93 commit 0c855fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pydantic-settings==2.3.4",
"python-dotenv==1.0.1",
"textual-autocomplete==3.0.0a9",
"textual[syntax]==0.74.0",
"textual[syntax]==0.76.0",
]
readme = "README.md"
requires-python = ">= 3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ sniffio==1.3.1
# via httpx
syrupy==4.6.1
# via pytest-textual-snapshot
textual==0.74.0
textual==0.76.0
# via posting
# via pytest-textual-snapshot
# via textual-autocomplete
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rich==13.7.1
sniffio==1.3.1
# via anyio
# via httpx
textual==0.74.0
textual==0.76.0
# via posting
# via textual-autocomplete
textual-autocomplete==3.0.0a9
Expand Down

0 comments on commit 0c855fb

Please sign in to comment.