aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-04-15 13:38:17 +0100
committerGravatar Chris Lovering <[email protected]>2024-04-15 13:38:17 +0100
commita66deb81049e811309031945b75d9bd2f211a13c (patch)
treeaaaf90556c7da9b2c371a8b9047d19c72fb0b1b1 /pyproject.toml
parentEnsure linting CI runs when we update dependency versions (diff)
Bump ruff to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9586ebd..f5fb859 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
python = "3.11.*"
pre-commit = "3.7.0"
-ruff = "0.3.5"
+ruff = "0.3.7"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]