From 432722ad9f88ab0538aaba6ba622834fe5ad5ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:44:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20build(deps):=20bump=20ruff=20fro?= =?UTF-8?q?m=200.8.5=20to=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.5 to 0.9.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.5...0.9.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6461a70..fa26647 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -85,7 +85,7 @@ restructuredtext-lint==1.4.0 ; python_version >= "3.13" and python_version < "3. rich-rst==1.3.1 ; python_version >= "3.13" and python_version < "3.14" rich==13.9.4 ; python_version >= "3.13" and python_version < "3.14" rstfmt==0.0.14 ; python_version >= "3.13" and python_version < "3.14" -ruff==0.8.5 ; python_version >= "3.13" and python_version < "3.14" +ruff==0.9.2 ; python_version >= "3.13" and python_version < "3.14" smmap==5.0.2 ; python_version >= "3.13" and python_version < "3.14" snowballstemmer==2.2.0 ; python_version >= "3.13" and python_version < "3.14" sphinx==8.1.3 ; python_version >= "3.13" and python_version < "3.14"