diff options
author | 2023-11-12 18:17:23 -0800 | |
---|---|---|
committer | 2023-11-12 18:17:23 -0800 | |
commit | 9f4e0960e478ce4ccebbe17cffa3be8b4cb33f8d (patch) | |
tree | 3ca2de7024591e16239bfb7f3152d8e1c3428485 /pyproject.toml | |
parent | Bump ruff from 0.1.3 to 0.1.4 (#157) (diff) |
Bump ruff from 0.1.4 to 0.1.5 (#159)
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 abe9350..99fefb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.5.0" -ruff = "0.1.4" +ruff = "0.1.5" taskipy = "1.12.0" [tool.poetry.group.ansible.dependencies] |