diff options
author | 2023-05-25 12:41:49 +0100 | |
---|---|---|
committer | 2023-05-25 12:41:49 +0100 | |
commit | ff6ba12445ff38a7c8bc7d672b93b6c0381d7699 (patch) | |
tree | a791e21cbe32880918b009a31667d7c02a7de44c | |
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
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 187fe64e..b8523a88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1670,14 +1670,14 @@ files = [ [[package]] name = "taskipy" -version = "1.10.4" +version = "1.11.0" description = "tasks runner for python projects" category = "dev" optional = false python-versions = ">=3.6,<4.0" files = [ - {file = "taskipy-1.10.4-py3-none-any.whl", hash = "sha256:b96245d7f2956d36821435acaa822143ef6d2ff6cfecc48cf0a48c4b95456c14"}, - {file = "taskipy-1.10.4.tar.gz", hash = "sha256:0006429f708f530fc7add28ca51fd41f6c6e1fbe86763ff05125e1af3e8bdc7e"}, + {file = "taskipy-1.11.0-py3-none-any.whl", hash = "sha256:4e40cd41747a54bc8a9b3c21057c25cac645309c2d8ac897bdc1e7235e9c900e"}, + {file = "taskipy-1.11.0.tar.gz", hash = "sha256:521e8b3b65dc1ff9bb036cae989dbe5aec1626a61cf4744e5c0d0d2450c7fcb4"}, ] [package.dependencies] @@ -1851,4 +1851,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "0e54fb115d0d1acc541726d685dd70791ca1d6ba5ce191cd5d565413455206a6" +content-hash = "3448f2c629633ad7bad038139bfbea8e98b1ce356510a05f5074b4d3cdf85710" 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" |