Skip to content

Commit 831457b

Browse files
committed
Fixes and updates in demo apps for new themes, dependency updates, and bump to 1.7.0
1 parent 1265097 commit 831457b

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual-dev"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
homepage = "https://github.com/Textualize/textual-dev"
55
description = "Development tools for working with Textual"
66
authors = [
@@ -27,7 +27,7 @@ include = ["src/textual_dev/py.typed", { path = "tests", format = "sdist" }]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.8.1"
30-
textual = ">=0.86.0"
30+
textual = ">=0.86.2"
3131
textual_serve = ">=1.0.3"
3232
aiohttp = ">=3.8.1"
3333
click = ">=8.1.2"
@@ -56,9 +56,6 @@ textual = "textual_dev.cli:run"
5656
asyncio_mode = "auto"
5757
testpaths = ["tests"]
5858
addopts = "--strict-markers"
59-
markers = [
60-
"integration_test: marks tests as slow integration tests (deselect with '-m \"not integration_test\"')",
61-
]
6259

6360
[tool.mypy]
6461
implicit_reexport = false

0 commit comments

Comments
 (0)