diff --git a/pyproject.toml b/pyproject.toml index 1da47f8..95afc70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "diff-edit" -version = "v2024.12.19" +version = "v2024.12.28" description = "Edit two files side by side, showing differences." readme = "README.md" authors = [ @@ -11,10 +11,10 @@ authors = [ requires-python = ">=3.11" dependencies = [ "docopt==0.6.2", - "fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3", - "lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors", + "fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=fill3", + "lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=lscolors", "pygments==2.10.0", - "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr", + "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=termstr", ] [project.scripts] diff --git a/uv.lock b/uv.lock index 6791c5e..775b1da 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa [[package]] name = "diff-edit" -version = "2022.3.16" +version = "2024.12.28" source = { editable = "." } dependencies = [ { name = "docopt" }, @@ -22,10 +22,10 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "docopt", specifier = "==0.6.2" }, - { name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18" }, - { name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18" }, + { name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.28" }, + { name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.28" }, { name = "pygments", specifier = "==2.10.0" }, - { name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }, + { name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.28" }, ] [[package]] @@ -36,16 +36,16 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57 [[package]] name = "fill3" -version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +version = "2024.12.28" +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" } dependencies = [ { name = "termstr" }, ] [[package]] name = "lscolors" -version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +version = "2024.12.28" +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" } dependencies = [ { name = "termstr" }, ] @@ -61,8 +61,8 @@ wheels = [ [[package]] name = "termstr" -version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +version = "2024.12.28" +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" } dependencies = [ { name = "cwcwidth" }, ]