aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-08 09:47:54 +0100
committerGravatar GitHub <[email protected]>2024-04-08 09:47:54 +0100
commitf47a665abe2cf40f3c79ed6f776dcefd100a2f0e (patch)
tree719a059143926b3998047158578af058c7972a98 /pyproject.toml
parentExclude HTTP 444 from 4XX alerts as it is manually sent (diff)
Bump ruff from 0.3.4 to 0.3.5 (#203)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5) --- 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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a102ad3..887b26b 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.4"
+ruff = "0.3.5"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]