diff options
| author | 2024-02-19 02:46:48 +0000 | |
|---|---|---|
| committer | 2024-03-02 11:40:09 +0100 | |
| commit | d6c232295f3e0c6aac4749ca5012397391cadbee (patch) | |
| tree | 52671af11516b4b75f525a8ae1673931b011cc5a /pyproject.toml | |
| parent | Bump pre-commit from 3.6.0 to 3.6.1 (#182) (diff) | |
Bump ruff from 0.2.1 to 0.2.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.2.
- [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.1...v0.2.2)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 600ad83..0f413c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.6.1" -ruff = "0.2.1" +ruff = "0.2.2" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |