From 9b9df11131276aae603849f4518d1ed5ab822254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:59:37 +0000 Subject: [PATCH] Bump html5lib from 0.999 to 0.999999999 Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.999 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.999...0.999999999) --- updated-dependencies: - dependency-name: html5lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 16009305..b5d40db5 100644 --- a/setup.py +++ b/setup.py @@ -61,13 +61,13 @@ def find_packages(*paths): 'django-polymorphic>=0.8,!=1,!=1.0.1', 'django-wysiwyg', 'django_extensions', - 'html5lib==0.999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 + 'html5lib==0.999999999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61 'nltk', 'Pillow>=4', # See: https://github.com/python-pillow/Pillow/issues/2206 'pip-tools', 'requests', 'unidecode', - 'bleach<2', # Bleach 2 adds a dependency on html5lib>=0.99999999, which breaks our above requirement of html5lib==0.999 + 'bleach<2', # Bleach 2 adds a dependency on html5lib>=0.99999999, which breaks our above requirement of html5lib==0.999999999 # Django 1.8-specific version dependencies that must be here to be # respected. Ideally these restrictions would go below in the