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 <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2026-05-13 17:35:41 +02:00
parent bdba3fb88f
commit 096a032fcb
No known key found for this signature in database

View file

@ -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" },
]