Commit Diff
- Commit:
5db1f43338f215d07cee1825dc807c4ed076462e
- From:
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
- Message:
- Bump ruff from 0.4.7 to 0.4.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.4.8. - [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.4.7...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Actions:
- Patch | Tree
--- pyproject.toml +++ pyproject.toml @@ -41,7 +41,7 @@ https = ["urllib3>=1.24.1"] pgp = ["gpg"] paramiko = ["paramiko"] dev = [ - "ruff==0.4.7" + "ruff==0.4.8" ] [project.scripts]