From 0f9f71a458c28ba40045024f2206f182c35411e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:12:40 +0000 Subject: [PATCH] Bump html5lib from 0.9999999 to 0.999999999 Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. - [Release notes](https://github.com/html5lib/html5lib-python/releases) - [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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index fb970b5c..d1e84d0c --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Flask==1.0.2 gast==0.2.0 grpcio==1.9.1 gunicorn==19.9.0 -html5lib==0.9999999 +html5lib==0.999999999 itsdangerous==0.24 Jinja2==2.10 Markdown==2.6.11 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f3d57179..316eae97 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'gast==0.2.0', 'grpcio==1.23.0', 'gunicorn==19.9.0', - 'html5lib==0.9999999', + 'html5lib==0.999999999', 'itsdangerous==0.24', 'Jinja2==2.10', 'Markdown==2.6.11',