From 962b0761e799f7fa7698f8db4f6080a2a93226f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:13:33 +0000 Subject: [PATCH] Bump html5lib in /tensorflow/tools/pip_package Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. - [Changelog](https://github.com/html5lib/html5lib-python/blob/master/CHANGES.rst) - [Commits](https://github.com/html5lib/html5lib-python/compare/0.9999999...0.999999999) --- updated-dependencies: - dependency-name: html5lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tensorflow/tools/pip_package/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py index f8982073c3a8ae..74445476a659cb 100644 --- a/tensorflow/tools/pip_package/setup.py +++ b/tensorflow/tools/pip_package/setup.py @@ -36,7 +36,7 @@ 'six >= 1.10.0', 'protobuf >= 3.2.0', 'werkzeug >= 0.11.10', - 'html5lib == 0.9999999', # identical to 1.0b8 + 'html5lib == 0.999999999', # identical to 1.0b8 'markdown == 2.2.0', 'bleach == 1.5.0', ]