From 85ac1964f91c3f0692fa81479f3a319d55e4c0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:05:35 +0000 Subject: [PATCH] Bump textual from 6.1.0 to 6.2.1 Bumps [textual](https://github.com/Textualize/textual) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: textual dependency-version: 6.2.1 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..f7034b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ module = "edit_python_pe" dependencies = [ "pygit2==1.18.2", - "textual==6.1.0", + "textual==6.2.1", "pygithub==2.8.1", "pyyaml==6.0.2", "platformdirs==4.4.0",