diff --git a/poetry.lock b/poetry.lock index a59d976..7795457 100644 --- a/poetry.lock +++ b/poetry.lock @@ -682,13 +682,13 @@ test = ["django (>=1.10.6)", "nose", "pytest (>=4.6)", "pytest-cov", "six"] [[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] @@ -799,4 +799,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a25e8bf301a545d12d1446533d568e79368d647f46f3b633ed7d7af0dccf61da" +content-hash = "e825931fd1f1fbf660ea5a9e8a8a3d7701875f0367d65745ecd5b2c69bced307" diff --git a/pyproject.toml b/pyproject.toml index 18227f7..9d7b735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ typer = ">=0.7.0" pytest = "^8.3.3" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" -taskipy = "^1.13.0" +taskipy = "^1.14.0" pydantic = ">=1.10, <3" snapshottest = "^0.6.0" pyright = "1.1.386"