From 50944b5f3cb13edc7864db3016d9400399b8f599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:10:27 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0fac3a1..ace76a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ beautifulsoup4==4.11.1 # via -r requirements.in black==22.3.0 # via -r requirements.in -bleach==5.0.1 +bleach[css]==5.0.1 # via # django-markdownfield # django-markdownify @@ -123,7 +123,9 @@ sqlparse==0.4.2 tinycss2==1.1.1 # via bleach tomli==2.0.1 - # via pytest + # via + # black + # pytest urllib3==1.26.15 # via # requests @@ -132,5 +134,5 @@ webencodings==0.5.1 # via # bleach # tinycss2 -werkzeug==2.2.3 +werkzeug==3.0.6 # via -r requirements.in