From d342336930c5dfd242bd954bfa6af6a8e409d81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:09:11 +0000 Subject: [PATCH] chore: bump rjsmin from 1.2.3 to 1.2.4 Bumps [rjsmin](https://github.com/ndparker/rjsmin) from 1.2.3 to 1.2.4. - [Changelog](https://github.com/ndparker/rjsmin/blob/master/CHANGES) - [Commits](https://github.com/ndparker/rjsmin/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: rjsmin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df5a5de1..28ca72dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "psycopg==3.2.4", "requests==2.32.3", "rcssmin==1.2.1", - "rjsmin==1.2.3", + "rjsmin==1.2.4", "social-auth-core==4.5.4", "social-auth-app-django==5.4.2", ]