diff options
author | 2024-03-17 19:14:24 -0700 | |
---|---|---|
committer | 2024-03-17 19:14:24 -0700 | |
commit | a35051326e238d421246e1a44aa27632589f3ebd (patch) | |
tree | cab726a6e13aa3493a8daca064efbeea65171fbc /pyproject.toml | |
parent | Bump azure/setup-kubectl to v4.0.0 (diff) |
Bump ruff from 0.3.2 to 0.3.3 (#191)
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 d5d5daf..fb04690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.6.2" -ruff = "0.3.2" +ruff = "0.3.3" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |