From 550f38eaaf774d95ea133c93db94e2eacea114b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:15:51 +0000 Subject: [PATCH] chore: bump rjsmin from 1.2.2 to 1.2.3 Bumps [rjsmin](https://github.com/ndparker/rjsmin) from 1.2.2 to 1.2.3. - [Changelog](https://github.com/ndparker/rjsmin/blob/1.2.3/CHANGES) - [Commits](https://github.com/ndparker/rjsmin/compare/1.2.2...1.2.3) --- 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 177c5f0c..b34e9f96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pydantic==2.9.2", "requests==2.32.3", "rcssmin==1.1.2", - "rjsmin==1.2.2", + "rjsmin==1.2.3", "social-auth-core==4.5.4", "social-auth-app-django==5.4.2", "websockets==13.1",