Skip to content

Commit

Permalink
Fixes and updates in demo apps for new themes, dependency updates, an…
Browse files Browse the repository at this point in the history
…d bump to 1.7.0
  • Loading branch information
darrenburns committed Nov 18, 2024
1 parent 1265097 commit 831457b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-dev"
version = "1.6.0"
version = "1.7.0"
homepage = "https://github.com/Textualize/textual-dev"
description = "Development tools for working with Textual"
authors = [
Expand All @@ -27,7 +27,7 @@ include = ["src/textual_dev/py.typed", { path = "tests", format = "sdist" }]

[tool.poetry.dependencies]
python = "^3.8.1"
textual = ">=0.86.0"
textual = ">=0.86.2"
textual_serve = ">=1.0.3"
aiohttp = ">=3.8.1"
click = ">=8.1.2"
Expand Down Expand Up @@ -56,9 +56,6 @@ textual = "textual_dev.cli:run"
asyncio_mode = "auto"
testpaths = ["tests"]
addopts = "--strict-markers"
markers = [
"integration_test: marks tests as slow integration tests (deselect with '-m \"not integration_test\"')",
]

[tool.mypy]
implicit_reexport = false

0 comments on commit 831457b

Please sign in to comment.