From bf7725ff9f54a083e49815c1968d0714174c98d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:05:38 +0000 Subject: [PATCH] Bump textual-dev from 1.7.0 to 1.8.0 Bumps [textual-dev](https://github.com/Textualize/textual-dev) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/Textualize/textual-dev/releases) - [Commits](https://github.com/Textualize/textual-dev/commits) --- updated-dependencies: - dependency-name: textual-dev dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34acf73..0aac8f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,6 @@ dev = [ "pre-commit>=4.3.0", "pytest>=8.4.1", "pytest-cov>=6.2.1", - "textual-dev==1.7.0", + "textual-dev==1.8.0", "tomli-w>=1.2.0", ]