commit e0e348b26d93ab1130ffb8ef99a24aad1aca2147 from: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> via: GitHub date: Mon Oct 28 13:44:43 2024 UTC Bump ruff from 0.7.0 to 0.7.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.7.1. - [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.7.0...0.7.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] commit - 0b51e4ff23a3abb77e3611685e4123013ed191a5 commit + e0e348b26d93ab1130ffb8ef99a24aad1aca2147 blob - 9c8e3307a96cdc11ec968a84de99fc384792deac blob + 82a39470eb0f9b91ff09f9bafea3a3897965e410 --- pyproject.toml +++ pyproject.toml @@ -42,7 +42,7 @@ https = ["urllib3>=1.24.1"] pgp = ["gpg"] paramiko = ["paramiko"] dev = [ - "ruff==0.7.0", + "ruff==0.7.1", "mypy==1.13.0" ]