diff options
author | 2024-06-21 09:49:02 +0000 | |
---|---|---|
committer | 2024-06-21 09:49:02 +0000 | |
commit | a8f50946d0e37b1165e5733210b30aa578f7c19a (patch) | |
tree | 950c6ac4c82ef2cf9114d0f5b8ab02009069818b /pyproject.toml | |
parent | Bump urllib3 from 2.2.1 to 2.2.2 (#1555) (diff) |
Bump taskipy from 1.12.2 to 1.13.0 (#1554)
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 2b32e859..895ef2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pip-licenses = "4.4.0" pre-commit = "3.7.1" python-dotenv = "1.0.1" ruff = "0.4.8" -taskipy = "1.12.2" +taskipy = "1.13.0" [tool.taskipy.tasks] start = "python -m bot" |