From 70e3848b35225ffcac08542c9b7d7afd051954ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:49:38 +0000 Subject: [PATCH] Update bleach requirement from ~=6.0.0 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/v6.0.0...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 39008b6..2b4060f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ requests~=2.31.0 pymongo~=4.3.3 waitress~=2.1.2 colorlog~=6.7.0 -bleach~=6.0.0 +bleach~=6.1.0 dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file