diff -ruN inkex-1.3.0/PKG-INFO inkex-1.3.0-scour-ver/PKG-INFO --- inkex-1.3.0/PKG-INFO 1970-01-01 03:00:00.000000000 +0300 +++ inkex-1.3.0-scour-ver/PKG-INFO 2023-09-08 09:56:58.040880049 +0300 @@ -29,7 +29,7 @@ Requires-Dist: packaging (>=20.3) Requires-Dist: pySerial (>=3.4,<4.0) Requires-Dist: pyparsing (>=3.0.9) -Requires-Dist: scour (>=0.37,<0.38) +Requires-Dist: scour (>=0.37) Project-URL: Repository, https://gitlab.com/inkscape/extensions Description-Content-Type: text/markdown diff -ruN inkex-1.3.0/pyproject.toml inkex-1.3.0-scour-ver/pyproject.toml --- inkex-1.3.0/pyproject.toml 2023-08-13 17:16:07.143500300 +0300 +++ inkex-1.3.0-scour-ver/pyproject.toml 2023-09-08 09:56:27.006994937 +0300 @@ -33,7 +33,7 @@ {version = "^1.21.2", python = "^3.10"}, ] Pillow = ">=7.0.0" # Used by RasterOutputExtension -scour = "^0.37" # Used by Optimized SVG Extension +scour = ">=0.37" # Used by Optimized SVG Extension packaging = ">=20.3" # Used by Optimized SVG Extension to compare scour versions pyparsing = ">=3.0.9" [tool.poetry.dev-dependencies]