aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-02 11:42:16 +0100
committerGravatar GitHub <[email protected]>2023-08-02 11:42:16 +0100
commit9440488662a49bbac25210d334f5937c59587ae3 (patch)
treef9b1c3a8ae90aba85e23248865114503d5177944
parentBump pyyaml from 6.0 to 6.0.1 (#1329) (diff)
Bump taskipy from 1.11.0 to 1.12.0 (#1340)
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.11.0 to 1.12.0. - [Commits](https://github.com/taskipy/taskipy/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: taskipy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 83395a0f..5f605787 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1622,13 +1622,13 @@ files = [
[[package]]
name = "taskipy"
-version = "1.11.0"
+version = "1.12.0"
description = "tasks runner for python projects"
optional = false
python-versions = ">=3.6,<4.0"
files = [
- {file = "taskipy-1.11.0-py3-none-any.whl", hash = "sha256:4e40cd41747a54bc8a9b3c21057c25cac645309c2d8ac897bdc1e7235e9c900e"},
- {file = "taskipy-1.11.0.tar.gz", hash = "sha256:521e8b3b65dc1ff9bb036cae989dbe5aec1626a61cf4744e5c0d0d2450c7fcb4"},
+ {file = "taskipy-1.12.0-py3-none-any.whl", hash = "sha256:38306fbc952a7ca314b8f842a74b2fc38535cdab21031fe89e714a83e6259a84"},
+ {file = "taskipy-1.12.0.tar.gz", hash = "sha256:e3dd7c53f7c9c4fd17dc908b1037f545afc452907eb0953b84e91c0a9a9d809d"},
]
[package.dependencies]
@@ -1796,4 +1796,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "446efa9a3568c4d91620aaa657257d8325f84abfe3dd5a431b212f0c9ccb6d2f"
+content-hash = "e7180a45b64fc2e1fa77c1b2a4cbccc1d4d5f54f63639706171d19f292be6576"
diff --git a/pyproject.toml b/pyproject.toml
index 50d99770..921a649f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pip-licenses = "4.3.2"
pre-commit = "3.3.3"
python-dotenv = "1.0.0"
ruff = "0.0.272"
-taskipy = "1.11.0"
+taskipy = "1.12.0"
[tool.taskipy.tasks]
start = "python -m bot"