From ca4216511c8f71f4c29c135e9b1ae6c266178c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:14:39 +0000 Subject: [PATCH] Bump html5lib 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] --- .../practical/q_learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSR Lecture notebooks/Module 06 - Reinforcement Learning - Adam/practical/q_learning/requirements.txt b/DSR Lecture notebooks/Module 06 - Reinforcement Learning - Adam/practical/q_learning/requirements.txt index a2934a2a..7403d0a5 100644 --- a/DSR Lecture notebooks/Module 06 - Reinforcement Learning - Adam/practical/q_learning/requirements.txt +++ b/DSR Lecture notebooks/Module 06 - Reinforcement Learning - Adam/practical/q_learning/requirements.txt @@ -7,7 +7,7 @@ decorator==4.2.1 entrypoints==0.2.3 enum34==1.1.6 future==0.16.0 -html5lib==0.9999999 +html5lib==0.99999999 idna==2.6 ipykernel==4.8.0 ipython==6.2.1