From 26c7cc2fac94d2d470dd8e0d1f76efb91e1f4c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:07:55 +0000 Subject: [PATCH] :dependabot: uv (demos)(deps-dev): Update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.15.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/demos/uv.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/demos/uv.lock b/docs/demos/uv.lock index f3de41da71..8ce55ddb8d 100644 --- a/docs/demos/uv.lock +++ b/docs/demos/uv.lock @@ -2825,7 +2825,7 @@ dev = [ { name = "pytest-cov", specifier = ">=5.0.0" }, { name = "pytest-xdist", specifier = ">=3.0.0" }, { name = "rapidfuzz", specifier = ">=3.10.0" }, - { name = "ruff", specifier = ">=0.15.18" }, + { name = "ruff", specifier = ">=0.15.20" }, { name = "sqlalchemy", specifier = ">=2.0.0" }, ] docs = [ @@ -2843,7 +2843,7 @@ docs = [ { name = "neoteroi-mkdocs", marker = "python_full_version >= '3.13'", specifier = ">=1.1.2" }, { name = "pymdown-extensions", marker = "python_full_version >= '3.13'", specifier = ">=10.15" }, ] -linting = [{ name = "ruff", specifier = ">=0.15.18" }] +linting = [{ name = "ruff", specifier = ">=0.15.20" }] pandas = [ { name = "numpy", specifier = ">=1.19.3" }, { name = "pandas", specifier = ">=1.3.5" }, diff --git a/pyproject.toml b/pyproject.toml index b7dce941ce..b3cf5860dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "neoteroi-mkdocs>=1.1.2", "pymdown-extensions>=10.15", ] -linting = ["ruff>=0.15.18"] +linting = ["ruff>=0.15.20"] pandas = ["pandas>=1.3.5", "numpy>=1.19.3"] postgres = [ "psycopg2-binary>=2.9.0",