From cd2086d18b1dae01b7cc235a18b9933567dfe738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:06:24 +0000 Subject: [PATCH] chore: bump rcssmin from 1.1.2 to 1.1.3 Bumps [rcssmin](https://github.com/ndparker/rcssmin) from 1.1.2 to 1.1.3. - [Changelog](https://github.com/ndparker/rcssmin/blob/master/CHANGES) - [Commits](https://github.com/ndparker/rcssmin/compare/1.1.2...1.1.3) --- 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 e98f7bbc..c76eef89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "psycopg==3.2.3", "pydantic==2.9.2", "requests==2.32.3", - "rcssmin==1.1.2", + "rcssmin==1.1.3", "rjsmin==1.2.3", "social-auth-core==4.5.4", "social-auth-app-django==5.4.2",