From 256613512beeb760cc68031c3265b173358b2da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:49:57 +0000 Subject: [PATCH] chore: bump rcssmin from 1.2.0 to 1.2.1 Bumps [rcssmin](https://github.com/ndparker/rcssmin) from 1.2.0 to 1.2.1. - [Changelog](https://github.com/ndparker/rcssmin/blob/master/CHANGES) - [Commits](https://github.com/ndparker/rcssmin/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: rcssmin 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 9a2ab9bd..6a91d012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "Pillow==11.1.0", "psycopg==3.2.4", "requests==2.32.3", - "rcssmin==1.2.0", + "rcssmin==1.2.1", "rjsmin==1.2.3", "social-auth-core==4.5.4", "social-auth-app-django==5.4.2",