From 64cc545d0d2cd1ace47d223a1235a018255c2f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:12:28 +0000 Subject: [PATCH] build(deps): bump html5lib from 0.9999999 to 0.99999999 Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.99999999. - [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.99999999) --- updated-dependencies: - dependency-name: html5lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6e24f52b..1ba1cfb85 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'httplib2>=0.19.0<1.0.0', 'dj-static==0.0.*', 'dj-database-url==0.3.*', - 'html5lib==0.9999999', + 'html5lib==0.99999999', 'psycopg2==2.8.*', 'django_cradmin>=9.0.0,<10.0.0', 'cradmin_legacy>=4.1.2,<5.0.0',