From 88d49f08a52bb884a3ed968a9b89ea633c6c6d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 22:18:19 +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 895b67f81..296b4f4e8 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