From 4a476a8fd3c6dcc6cb7d0d7ab15b5d5dc39eb693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:32:05 +0000 Subject: [PATCH] Update bleach requirement from ~=5.0.1 to ~=6.1.0 Updates the requirements on [bleach](https://github.com/mozilla/bleach) to permit the latest version. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v5.0.1...v6.1.0) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daf3ef190b6..6cb9d7c8191 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ azure-identity~=1.12.0 Babel~=2.11.0 backcall==0.2.0 beautifulsoup4~=4.11.1 -bleach~=5.0.1 +bleach~=6.1.0 broadbean==0.11.0 cachetools~=5.2.0 certifi~=2022.12.7