From 096a032fcb74bb98b4e0f3c788fc3a24717445ed Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 13 May 2026 17:35:41 +0200 Subject: [PATCH] build(uv.lock): update by `uv sync` File `uv.lock` is updated with content of `pyproject.toml` by `uv sync`. Interestingly, this equally updates the version stamp in the later. Signed-off-by: Norwid Behrnd --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 21015ca..deeaf87 100644 --- a/uv.lock +++ b/uv.lock @@ -1,11 +1,11 @@ version = 1 revision = 3 -requires-python = ">=3.13" +requires-python = ">=3.10" [[package]] name = "appendfilename" -version = "2025.5.14" -source = { virtual = "." } +version = "2026.3.1.1" +source = { editable = "." } dependencies = [ { name = "pyreadline3" }, ]