diff options
| author | 2024-01-14 21:36:18 -0800 | |
|---|---|---|
| committer | 2024-01-14 21:36:18 -0800 | |
| commit | 7cfa337276354e1229ddccc0daf33574007c6909 (patch) | |
| tree | d48c3ce02950b6fc229563538c0b66cb85af26fd /pyproject.toml | |
| parent | Update sir-robin leaderboard cookies (diff) | |
Bump ruff from 0.1.11 to 0.1.13 (#174)
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 e9f6023..51f6ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.6.0" -ruff = "0.1.11" +ruff = "0.1.13" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |