aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 15:39:26 +0100
committerGravatar GitHub <[email protected]>2023-08-28 15:39:26 +0100
commita7d433ce87c43edcd70925c70dd37c3a6730ac68 (patch)
treebe001440a0b59d1b9966027e1117755f1172ddad /pyproject.toml
parentInvoke the workflow that checks for fixup commits (#130) (diff)
Bump ruff from 0.0.285 to 0.0.286 (#134)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 to 0.0.286. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.285...v0.0.286) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 623ccf3..629b0ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
python = "3.11.*"
pre-commit = "3.3.3"
-ruff = "0.0.285"
+ruff = "0.0.286"
taskipy = "1.12.0"
[tool.poetry.group.ansible.dependencies]