From d31db64b1a3218b00ed7777875722ed190ef6cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:32 +0000 Subject: [PATCH] deps: update rjsmin requirement from >=1.2.2 to >=1.2.5 in /config Updates the requirements on [rjsmin](https://github.com/ndparker/rjsmin) to permit the latest version. - [Changelog](https://github.com/ndparker/rjsmin/blob/master/CHANGES) - [Commits](https://github.com/ndparker/rjsmin/compare/1.2.2...1.2.5) --- updated-dependencies: - dependency-name: rjsmin dependency-version: 1.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..01972bd 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -2,7 +2,7 @@ requests>=2.31.0 beautifulsoup4>=4.12.0 minify-html>=0.18.0 cssmin>=0.2.0 -rjsmin>=1.2.2 +rjsmin>=1.2.5 Pillow>=10.0.0 lxml>=4.9.0 urllib3>=2.0.0