From 38f9494b9340a2a44859fa2922936696a5b4ca93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:24:06 +0000 Subject: [PATCH] Update cssutils requirement from <1.1.0,>=1.0.0 to >=1.0.0,<2.5.0 Updates the requirements on [cssutils](https://github.com/jaraco/cssutils) to permit the latest version. - [Release notes](https://github.com/jaraco/cssutils/releases) - [Changelog](https://github.com/jaraco/cssutils/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/cssutils/compare/v1.0...v2.4.0) --- updated-dependencies: - dependency-name: cssutils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fb2de9f1..53cfee97b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ python-dotenv>=0.15.0,<1.0.0 beautifulsoup4>=4.8.0,<5.0.0 requests>=2.20.0,<3.0.0 python-slugify>=4.0.0,<5.0.0 -cssutils>=1.0.0,<1.1.0 +cssutils>=1.0.0,<2.5.0 colorama>=0.4.0<0.5.0 progress>=1.5,<2.0 js2py==0.70