From 425d9a8befcf0719226df67537cd03eb5efb0d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:10:20 +0000 Subject: [PATCH] build(deps-dev): update termynal requirement Updates the requirements on [termynal](https://github.com/termynal/termynal.py) to permit the latest version. - [Changelog](https://github.com/termynal/termynal.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/termynal/termynal.py/compare/v0.12.2...v0.14.0) --- updated-dependencies: - dependency-name: termynal dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c65fad3..88a6936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "mkdocs-material[imaging]>=9.7,<9.8", "mkdocs-minify-plugin>=0.8,<0.9", "mkdocstrings-python>=1.16.2,<2.1", - "termynal>=0.12.2,<0.14", + "termynal>=0.12.2,<0.15", ] test = [ "feedparser>=6.0.12,<6.1",