mirror of
https://github.com/novoid/appendfilename.git
synced 2026-06-15 04:41:25 +00:00
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:
parent
bdba3fb88f
commit
096a032fcb
1 changed files with 3 additions and 3 deletions
6
uv.lock
6
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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue