diff options
-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 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] |