From d684583cb99892f1dc382c7909946a4354e793e3 Mon Sep 17 00:00:00 2001 From: phg Date: Tue, 29 Jul 2025 16:07:50 +0200 Subject: [PATCH] Update dependencies to latest versions: textual 5.0.1 and pytest 8.4.1 --- memory-bank/activeContext.md | 2 +- memory-bank/techContext.md | 4 ++-- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/memory-bank/activeContext.md b/memory-bank/activeContext.md index 61d8854..316ff33 100644 --- a/memory-bank/activeContext.md +++ b/memory-bank/activeContext.md @@ -15,7 +15,7 @@ ### Current Project State - **Working application**: `uv run hosts` launches fully functional TUI -- **Complete dependencies**: textual, pytest, ruff properly configured +- **Updated dependencies**: textual upgraded to 5.0.1, pytest, ruff properly configured - **Comprehensive test suite**: 42 tests with 100% pass rate - **Clean codebase**: All linting and formatting standards met - **Robust architecture**: Layered design with clear separation of concerns diff --git a/memory-bank/techContext.md b/memory-bank/techContext.md index 3a12a94..308d458 100644 --- a/memory-bank/techContext.md +++ b/memory-bank/techContext.md @@ -69,8 +69,8 @@ hosts/ [project] requires-python = ">=3.13" dependencies = [ - "textual>=0.57.0", - "pytest>=8.1.1", + "textual>=5.0.1", + "pytest>=8.4.1", "ruff>=0.12.5", ] diff --git a/pyproject.toml b/pyproject.toml index c83eefa..6bd9c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "A Python TUI application for managing /etc/hosts files" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "textual>=0.57.0", - "pytest>=8.1.1", + "textual>=5.0.1", + "pytest>=8.4.1", "ruff>=0.12.5", ] diff --git a/uv.lock b/uv.lock index 35e028b..a54065e 100644 --- a/uv.lock +++ b/uv.lock @@ -23,9 +23,9 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "pytest", specifier = ">=8.1.1" }, + { name = "pytest", specifier = ">=8.4.1" }, { name = "ruff", specifier = ">=0.12.5" }, - { name = "textual", specifier = ">=0.57.0" }, + { name = "textual", specifier = ">=5.0.1" }, ] [[package]]