From da29387a2a31bc55cbab258845e2e6bbd676b677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 11:23:34 +0000 Subject: [PATCH] chore: Update Python dev dep: Bump ansi2html from 1.9.2 to 1.9.3 Bumps [ansi2html](https://github.com/pycontribs/ansi2html) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/pycontribs/ansi2html/releases) - [Changelog](https://github.com/pycontribs/ansi2html/blob/main/docs/changelog.md) - [Commits](https://github.com/pycontribs/ansi2html/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: ansi2html dependency-version: 1.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0a42b40..2a53168 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "ansi2html" -version = "1.9.2" +version = "1.9.3" description = "Convert text with ANSI color codes to HTML or to LaTeX" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "ansi2html-1.9.2-py3-none-any.whl", hash = "sha256:dccb75aa95fb018e5d299be2b45f802952377abfdce0504c17a6ee6ef0a420c5"}, - {file = "ansi2html-1.9.2.tar.gz", hash = "sha256:3453bf87535d37b827b05245faaa756dbab4ec3d69925e352b6319c3c955c0a5"}, + {file = "ansi2html-1.9.3-py3-none-any.whl", hash = "sha256:bb7ebcbb64b36dabbfed8a29caad4f545f5e51d71be2171389a939ed69b524f9"}, + {file = "ansi2html-1.9.3.tar.gz", hash = "sha256:190b3fc65f0545fec6442527f8f55131949410fe97c15ac42a441f1e96726f57"}, ] [package.extras]