aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 10:54:45 +0000
committerGravatar GitHub <[email protected]>2024-03-11 10:54:45 +0000
commit94b50a8bbd50acecbac455d1a55d39537ed60312 (patch)
treeb1952d22985568e8284047ed5061497150ab7a0c /pyproject.toml
parentBump azure/k8s-set-context from 3 to 4 (#190) (diff)
Bump ruff from 0.3.0 to 0.3.2 (#189)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.2. - [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.0...v0.3.2) --- 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 ae6dc4e..d5d5daf 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.0"
+ruff = "0.3.2"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]