diff options
author | 2023-11-19 19:26:07 -0800 | |
---|---|---|
committer | 2023-11-19 19:26:07 -0800 | |
commit | 1c49e0f8951a8f587f5eff269dded233b6936788 (patch) | |
tree | 0286fa54f80e2d4aed2fc98e0af6f6cb9288db57 /pyproject.toml | |
parent | Bump grafana to 10.2.0 (diff) |
Bump ruff from 0.1.5 to 0.1.6 (#160)
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 948e721..267f9d9 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.5" +ruff = "0.1.6" taskipy = "1.12.0" [tool.poetry.group.ansible.dependencies] |