From 2b8e1527de31c9971a8f5b8d4ce4c01fe162a1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:24:54 +0000 Subject: [PATCH] Bump bleach from 5.0.1 to 6.0.0 Bumps [bleach](https://github.com/mozilla/bleach) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ac58d50..935ec363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ argon2-cffi==21.3.0; python_version >= "3.7" attrs==21.4.0; python_full_version >= "3.7.0" and python_version >= "3.7" backcall==0.2.0; python_version >= "3.7" beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.7" -bleach==5.0.1; python_version >= "3.7" +bleach==6.0.0; python_version >= "3.7" cffi==1.15.1; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.7.0" colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" cycler==0.11.0; python_version >= "3.7"