aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 11:41:02 +0000
committerGravatar GitHub <[email protected]>2023-05-25 11:41:02 +0000
commit8bcdb89792a7a4b8cc2e989ae0d59ce00ea3e3d7 (patch)
treea791e21cbe32880918b009a31667d7c02a7de44c /pyproject.toml
parentMerge pull request #1285 from python-discord/dependabot/pip/pydantic-1.10.8 (diff)
Bump taskipy from 1.10.4 to 1.11.0
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.10.4 to 1.11.0. - [Commits](https://github.com/taskipy/taskipy/compare/1.10.4...1.11.0) --- updated-dependencies: - dependency-name: taskipy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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 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"