diff options
author | 2023-08-14 10:25:28 +0100 | |
---|---|---|
committer | 2023-08-14 10:25:28 +0100 | |
commit | 85ebe89bac4d73ebf10a2c068f7d95deba23a54c (patch) | |
tree | d2d2529b5558c651cff802ba612aad22aa1eaf7b /pyproject.toml | |
parent | Move CI to lint ansible only if ansible files are changed (diff) |
Bump taskipy from 1.11.0 to 1.12.0 (#120)
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.11.0 to 1.12.0.
- [Commits](https://github.com/taskipy/taskipy/compare/1.11.0...1.12.0)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:production
update-type: version-update:semver-minor
...
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b2326a9..a7bd494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" pre-commit = "3.3.3" ruff = "0.0.284" -taskipy = "1.11.0" +taskipy = "1.12.0" [tool.poetry.group.ansible.dependencies] ansible = "8.2.0" |