diff --git a/poetry.lock b/poetry.lock index be415df..13910ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,13 +495,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "taskipy" -version = "1.13.0" +version = "1.14.0" description = "tasks runner for python projects" optional = false python-versions = "<4.0,>=3.6" files = [ - {file = "taskipy-1.13.0-py3-none-any.whl", hash = "sha256:56f42b7e508d9aed2c7b6365f8d3dab62dbd0c768c1ab606c819da4fc38421f7"}, - {file = "taskipy-1.13.0.tar.gz", hash = "sha256:2b52f0257958fed151f1340f7de93fcf0848f7a358ad62ba05c31c2ca04f89fe"}, + {file = "taskipy-1.14.0-py3-none-any.whl", hash = "sha256:29040d9a8038170602feb71792bdef5203720ed30f595304aee843625892452b"}, + {file = "taskipy-1.14.0.tar.gz", hash = "sha256:5d9631c29980481d59858f0a100ed3200cf7468ca8c0540ef19388586485532d"}, ] [package.dependencies] @@ -535,4 +535,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "88489be4e58802663570e2a8d7df2e3bc528da533958bc374bf998519714426e" +content-hash = "86876730891d081ced2353f99d1dc6fc462568f597df7a6ec1b9b7e0c1b7d64e" diff --git a/pyproject.toml b/pyproject.toml index c65673c..f5591df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ typing-extensions = "^4" pytest = "^8.3.2" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" -taskipy = "^1.13.0" +taskipy = "^1.14.0" black = "^23.12.1" [tool.taskipy.tasks]