commit 94a3b615bc746cd856483d391cdda47f82b078eb from: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> via: GitHub date: Mon Oct 21 13:24:54 2024 UTC Bump ruff from 0.6.9 to 0.7.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.0. - [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.6.9...0.7.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] commit - f03620615d81c675d788e31e5b1245fedf529026 commit + 94a3b615bc746cd856483d391cdda47f82b078eb blob - 0ca57f009f0b0c9ed7dbf187d8bbe1402934cb4b blob + 628bb26079e71f52ad7224c32b6f1bfad594e4ff --- pyproject.toml +++ pyproject.toml @@ -42,7 +42,7 @@ https = ["urllib3>=1.24.1"] pgp = ["gpg"] paramiko = ["paramiko"] dev = [ - "ruff==0.6.9", + "ruff==0.7.0", "mypy==1.12.1" ]