From fa66c2afa2de6dba7fd27854ea458bb0dd0bfa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:53:17 +0000 Subject: [PATCH] Update ruff requirement from ~=0.15 to ~=0.16 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.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... 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 3a31cd9..fdfa1ca 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ mypy>=2.3.0 pydantic>=2.13.4 pre-commit>=4.6.0 python-dotenv>=1.2.2 -ruff~=0.15 +ruff~=0.16 mkdocs-material==9.7.7 mkdocstrings[python]==1.0.6 mashumaro>=3.13.1