From 2eb0cf56a406788021d8d405a84eb1abc34707c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:27:50 +0000 Subject: [PATCH] deps(deps-dev): bump ruff from 0.9.6 to 0.11.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.11.5. - [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.9.6...0.11.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.5 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 5df842c..328dd86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==4.1.0 -ruff==0.9.6 +ruff==0.11.5 streamlit==1.42.0 ipykernel==6.29.5 jupysql==0.10.17