diff options
author | 2023-04-06 09:42:44 +0100 | |
---|---|---|
committer | 2023-04-06 09:42:44 +0100 | |
commit | 48f1962f6a166dac4bb81830ff9c7376a5608869 (patch) | |
tree | 6977932c17d8c682d5ad25ed57230512d6b2e5e9 | |
parent | Relock poetry to bump sub-dependencies (diff) | |
parent | build(deps-dev): bump taskipy from 1.10.3 to 1.10.4 (diff) |
Merge pull request #51 from python-discord/dependabot/pip/taskipy-1.10.4
build(deps-dev): bump taskipy from 1.10.3 to 1.10.4
-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 61e5a84..280b1ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,14 +1442,14 @@ widechars = ["wcwidth"] [[package]] name = "taskipy" -version = "1.10.3" +version = "1.10.4" description = "tasks runner for python projects" category = "dev" optional = false python-versions = ">=3.6,<4.0" files = [ - {file = "taskipy-1.10.3-py3-none-any.whl", hash = "sha256:4c0070ca53868d97989f7ab5c6f237525d52ee184f9b967576e8fe427ed9d0b8"}, - {file = "taskipy-1.10.3.tar.gz", hash = "sha256:112beaf21e3d5569950b99162a1de003fa885fabee9e450757a6b874be914877"}, + {file = "taskipy-1.10.4-py3-none-any.whl", hash = "sha256:b96245d7f2956d36821435acaa822143ef6d2ff6cfecc48cf0a48c4b95456c14"}, + {file = "taskipy-1.10.4.tar.gz", hash = "sha256:0006429f708f530fc7add28ca51fd41f6c6e1fbe86763ff05125e1af3e8bdc7e"}, ] [package.dependencies] @@ -1632,4 +1632,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "3a14bdd363af38edb8c876879b334ad2c06b9631d51d443e94fcf1226b139412" +content-hash = "7c658bb0810606c13518466b0627572bcd450be9430bf5cfb9835470e69c077c" diff --git a/pyproject.toml b/pyproject.toml index 4cfa727..67fd143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-docstrings = "1.7.0" flake8-isort = "6.0.0" black = "23.1.0" -taskipy = "1.10.3" +taskipy = "1.10.4" isort = "5.12.0" |