diff options
author | 2024-06-21 09:52:33 +0000 | |
---|---|---|
committer | 2024-06-21 09:52:33 +0000 | |
commit | cb58816ed338ad65dd4058d0cb489cbc366a0183 (patch) | |
tree | 83e580dc9bce547dc33917f34e4b693f37f5392c | |
parent | Bump sentry-sdk from 2.5.1 to 2.6.0 (#3098) (diff) |
Bump taskipy from 1.12.2 to 1.13.0 (#3094)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index e2fbc2032..e894ec4c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2181,13 +2181,13 @@ files = [ [[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] @@ -2404,4 +2404,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "0785356bcf84e567be4a1ee74c06018cc3378b3078a3dd32364fde17ee970185" +content-hash = "1c3100ea81c53fe62f1ecdb5215e473463327e07f5ce4a076c1455a7336851ee" diff --git a/pyproject.toml b/pyproject.toml index 1a1376256..064ea6bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest-cov = "5.0.0" pytest-subtests = "0.12.1" pytest-xdist = "3.6.1" ruff = "0.4.8" -taskipy = "1.12.2" +taskipy = "1.13.0" [build-system] |