Replace ansiconv with ansi2html (#15328)

* replace ansiconv with ansi2html

The ansiconv package is archived so I'm replacing it with a similar package that's still actively being worked on.

* remove minimum version

The version minimum was used to get the latest version while running the upgrader

* set minimum version for ansi2html

* provide usage info
This commit is contained in:
jessicamack
2024-08-22 09:38:57 -04:00
committed by GitHub
parent 5a8429deed
commit 1b5cdf6bef
6 changed files with 172 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
aiohttp>=3.9.4 # CVE-2024-30251
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
ansi2html # Used to format the stdout from jobs into html for display
asciichartpy
asn1
azure-identity

View File

@@ -11,9 +11,9 @@ aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
# via -r /awx_devel/requirements/requirements_git.txt
ansiconv==1.0.0
ansi2html==1.9.2
# via -r /awx_devel/requirements/requirements.in
# via -r /awx_devel/requirements/requirements_git.txt
asciichartpy==1.5.25
# via -r /awx_devel/requirements/requirements.in
asgiref==3.7.2