aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-14 10:25:28 +0100
committerGravatar GitHub <[email protected]>2023-08-14 10:25:28 +0100
commit85ebe89bac4d73ebf10a2c068f7d95deba23a54c (patch)
treed2d2529b5558c651cff802ba612aad22aa1eaf7b
parentMove CI to lint ansible only if ansible files are changed (diff)
Bump taskipy from 1.11.0 to 1.12.0 (#120)
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:production 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 0e3a511..d6c2e86 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1114,13 +1114,13 @@ test = ["enrich (>=1.2.6)", "molecule (>=3.4.0)", "pytest (>=6.2.5)", "pytest-co
[[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]
@@ -1212,4 +1212,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "4b32c1a36951c79082210e5fd247ee92e7bad89f517b9c7dbc95adc59e7ff0ac"
+content-hash = "79da11c47ced79dfee05eea6ed1965ef5dd347e9d2af7dd46d90a4bd88b37ed8"
diff --git a/pyproject.toml b/pyproject.toml
index b2326a9..a7bd494 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.11.*"
pre-commit = "3.3.3"
ruff = "0.0.284"
-taskipy = "1.11.0"
+taskipy = "1.12.0"
[tool.poetry.group.ansible.dependencies]
ansible = "8.2.0"