Update version to v2025.06.07

This commit is contained in:
Andrew Hamilton 2025-06-07 22:02:35 +10:00
parent 35b3ac22ec
commit 5ba4f6bb81
11 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "eris"
version = "v2025.06.04"
version = "v2025.06.07"
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
readme = "README.md"
authors = [
@ -11,13 +11,13 @@ authors = [
requires-python = ">=3.11"
dependencies = [
"docopt-ng==0.9.0",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=lscolors",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.07#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.07#subdirectory=lscolors",
"pexpect==4.9.0",
"pillow==11.2.1",
"pygments==2.19.1",
"pyinotify-elephant-fork==0.0.1",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.07#subdirectory=termstr",
]
[tool.uv.sources]