aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 42d00c05..e519cd01 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1817,14 +1817,14 @@ files = [
[[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]
@@ -1986,4 +1986,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "056c3b079cfd8002bc66ee0adc1e186e0e64bb21752a6e919e9cdb94064bc845"
+content-hash = "5f97ffcdaae6fd511c6f86ec9fbc6a89a6b1f08b89e86258566e4ffd0c8f7f75"
diff --git a/pyproject.toml b/pyproject.toml
index dc7f7b71..678350bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ pep8-naming = "0.13.3"
pip-licenses = "4.1.0"
pre-commit = "3.2.1"
python-dotenv = "1.0.0"
-taskipy = "1.10.3"
+taskipy = "1.10.4"
[tool.taskipy.tasks]
start = "python -m bot"