diff --git a/poetry.lock b/poetry.lock index 8517d44..196e10b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1432,13 +1432,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[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] @@ -1552,4 +1552,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "0812610ed9137c13533dc2e9578fc2d84c6f5c4cd4c8911a48858310c118a5b7" +content-hash = "f9ae1f3272b0f71a0581de8ff302c4f29ff142ca1259d41e2f1e5044b59cf05f" diff --git a/pyproject.toml b/pyproject.toml index c065c04..c805bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ black = "^24.3.0" flake8 = "^7.0.0" behave = "^1.2.6" requests = "^2.32.0" -taskipy = "^1.12.2" +taskipy = "^1.13.0" pytest-html = "^4.1.1" behave-html-formatter = "^0.9.10" pytest-cov = "^5.0.0"