From d3994f367521fbd8e24de42dfa5fb1104d4b2302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:02:46 +0000 Subject: [PATCH] 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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 28151af..e08e8a7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==10.4.0 # https://github.com/python-pillow/Pillow -rcssmin==1.1.2 # https://github.com/ndparker/rcssmin +rcssmin==1.1.3 # https://github.com/ndparker/rcssmin argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi whitenoise==6.7.0 # https://github.com/evansd/whitenoise redis==5.1.1 # https://github.com/redis/redis-py