aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-02 12:05:55 +0100
committerGravatar GitHub <[email protected]>2023-08-02 12:05:55 +0100
commitbcc7b80979880747cc2245017f632f0645cf278e (patch)
tree2c02b75ef2dd232d01842523afa4679a086fac19
parentBump sentry-sdk from 1.28.1 to 1.29.1 (#2702) (diff)
Bump taskipy from 1.11.0 to 1.12.0 (#2699)
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 45fe1f994..b9b7daece 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2031,13 +2031,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]
@@ -2223,4 +2223,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "e16fd24f507bf4d16051ce34318bc1db4fc2badc3e02b907352325e582c15793"
+content-hash = "afe40ff3a79a14ac72838f7b37b4332967cdf17921e7b2cc5a6e1bc82150c623"
diff --git a/pyproject.toml b/pyproject.toml
index 29a4d5c2b..1cd1d872f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
pytest-xdist = "3.3.1"
ruff = "0.0.280"
-taskipy = "1.11.0"
+taskipy = "1.12.0"
[build-system]