diff options
author | 2023-11-27 02:26:45 +0000 | |
---|---|---|
committer | 2023-11-28 10:46:04 +0100 | |
commit | b5cb951829db99f43c4eee5be937ac510f9f33a7 (patch) | |
tree | af591b4290b59419333316465cc7998441c7e258 /pyproject.toml | |
parent | Remove duplicate secret now that https://github.com/python-discord/sir-robin/... (diff) |
Bump taskipy from 1.12.0 to 1.12.2
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.12.0 to 1.12.2.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/compare/1.12.0...1.12.2)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 267f9d9..b78d659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" pre-commit = "3.5.0" ruff = "0.1.6" -taskipy = "1.12.0" +taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] ansible = "8.6.1" |