From 28bc244f9cc8b846b2a2c8687851923403a266d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:07:09 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.3,<0.16 to >=0.3,<0.17 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/v0.3.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5554582..da05523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ password-generator-advanced = "password_generator_advanced.__main__:main" python = "^3.14" [tool.poetry.group.dev.dependencies] -ruff = ">=0.3,<0.16" +ruff = ">=0.3,<0.17" pytest = ">=8,<10" [build-system]