diff --git a/poetry.lock b/poetry.lock index d89cf43..a285abc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -692,13 +692,13 @@ test = ["django (>=1.10.6)", "nose", "pytest (>=4.6)", "pytest-cov", "six"] [[package]] name = "taskipy" -version = "1.12.2" +version = "1.13.0" description = "tasks runner for python projects" optional = false -python-versions = ">=3.6,<4.0" +python-versions = "<4.0,>=3.6" files = [ - {file = "taskipy-1.12.2-py3-none-any.whl", hash = "sha256:ffdbb0bb0db54c0ec5c424610a3a087eea22706d4d1f6e3e8b4f12ebba05f98f"}, - {file = "taskipy-1.12.2.tar.gz", hash = "sha256:eadfdc20d6bb94d8018eda32f1dbf584cf4aa6cffb71ba5cc2de20d344f8c4fb"}, + {file = "taskipy-1.13.0-py3-none-any.whl", hash = "sha256:56f42b7e508d9aed2c7b6365f8d3dab62dbd0c768c1ab606c819da4fc38421f7"}, + {file = "taskipy-1.13.0.tar.gz", hash = "sha256:2b52f0257958fed151f1340f7de93fcf0848f7a358ad62ba05c31c2ca04f89fe"}, ] [package.dependencies] @@ -809,4 +809,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3f9792088898c461a4c7b3af3c628b9b922e9798b201674f3992a50351480161" +content-hash = "1ba02ac40504dd42a4c0c0da861bb1b272783b72f231f529e144a814e3cec8ac" diff --git a/pyproject.toml b/pyproject.toml index bcb6f9c..927c1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ typer = ">=0.7.0" pytest = "^8.2.2" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" -taskipy = "^1.12.2" +taskipy = "^1.13.0" black = "^23.12.1" pydantic = ">=1.10, <3" snapshottest = "^0.6.0"