diff options
| author | 2024-03-04 11:36:17 +0000 | |
|---|---|---|
| committer | 2024-03-04 11:36:17 +0000 | |
| commit | b04af84875c2c3cacb883a30d32e00be9004cd36 (patch) | |
| tree | 9f132490d8d10b67e92c3e7e223dace8c8cca496 /pyproject.toml | |
| parent | Bump pre-commit from 3.6.1 to 3.6.2 (#184) (diff) | |
Bump ruff from 0.2.2 to 0.3.0 (#187)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.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/v0.2.2...v0.3.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4059955..a44571c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.6.2" -ruff = "0.2.2" +ruff = "0.3.0" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |