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",