diff options
| author | 2023-05-25 12:41:49 +0100 | |
|---|---|---|
| committer | 2023-05-25 12:41:49 +0100 | |
| commit | ff6ba12445ff38a7c8bc7d672b93b6c0381d7699 (patch) | |
| tree | a791e21cbe32880918b009a31667d7c02a7de44c /pyproject.toml | |
| parent | Merge pull request #1285 from python-discord/dependabot/pip/pydantic-1.10.8 (diff) | |
| parent | Bump taskipy from 1.10.4 to 1.11.0 (diff) | |
Merge pull request #1282 from python-discord/dependabot/pip/taskipy-1.11.0
Bump taskipy from 1.10.4 to 1.11.0
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 4fca76b1..5f80714c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pip-licenses = "4.3.1" pre-commit = "3.3.2" python-dotenv = "1.0.0" ruff = "0.0.269" -taskipy = "1.10.4" +taskipy = "1.11.0" [tool.taskipy.tasks] start = "python -m bot" |