From 397359d8b67468243922e6613d2a593c4df1b708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:48:16 +0000 Subject: [PATCH] Pin dependency ruff to ==0.8.2 --- pyproject.toml | 2 +- uv.lock | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3849b441..b13f345f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,5 @@ dev = [ "pytest-flask==1.3.0", "pytest-mock==3.12.0", "requests-mock==1.11.0", - "ruff>=0.8.2", + "ruff==0.8.2", ] diff --git a/uv.lock b/uv.lock index 56f16b2a..9549a158 100644 --- a/uv.lock +++ b/uv.lock @@ -348,6 +348,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e4/60/b02cb0f5ee0be88bd4fbfdd9cc91e43ec2dfcc47fe064e7c70587ff58a94/email_validator-2.1.1-py3-none-any.whl", hash = "sha256:97d882d174e2a65732fb43bfce81a3a834cbc1bde8bf419e30ef5ea976370a05", size = 30334 }, ] +[[package]] +name = "enum34" +version = "1.1.10" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz", hash = "sha256:cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248", size = 28187 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/63/f6/ccb1c83687756aeabbf3ca0f213508fcfb03883ff200d201b3a4c60cedcc/enum34-1.1.10-py3-none-any.whl", hash = "sha256:c3858660960c984d6ab0ebad691265180da2b43f07e061c0f8dca9ef3cffd328", size = 11224 }, +] + [[package]] name = "exceptiongroup" version = "1.2.0" @@ -572,7 +581,7 @@ dev = [ { name = "pytest-flask", specifier = "==1.3.0" }, { name = "pytest-mock", specifier = "==3.12.0" }, { name = "requests-mock", specifier = "==1.11.0" }, - { name = "ruff", specifier = ">=0.8.2" }, + { name = "ruff", specifier = "==0.8.2" }, ] [[package]] @@ -781,6 +790,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7", size = 53011 }, ] +[[package]] +name = "pathlib2" +version = "2.3.7.post1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "six" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/31/51/99caf463dc7c18eb18dad1fffe465a3cf3ee50ac3d1dccbd1781336fe9c7/pathlib2-2.3.7.post1.tar.gz", hash = "sha256:9fe0edad898b83c0c3e199c842b27ed216645d2e177757b2dd67384d4113c641", size = 211190 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/09/eb/4af4bcd5b8731366b676192675221c5324394a580dfae469d498313b5c4a/pathlib2-2.3.7.post1-py2.py3-none-any.whl", hash = "sha256:5266a0fd000452f1b3467d782f079a4343c63aaa119221fbdc4e39577489ca5b", size = 18027 }, +] + [[package]] name = "platformdirs" version = "4.1.0" @@ -861,6 +882,8 @@ name = "pyscss" version = "1.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "enum34" }, + { name = "pathlib2" }, { name = "six" }, ] sdist = { url = "https://files.pythonhosted.org/packages/92/30/64c818fd317e03138f98ca67800edb6a916f59fc07b3d7e535e84c3c333a/pyScss-1.4.0.tar.gz", hash = "sha256:8f35521ffe36afa8b34c7d6f3195088a7057c185c2b8f15ee459ab19748669ff", size = 122100 }