diff options
author | 2024-12-29 19:20:26 +0000 | |
---|---|---|
committer | 2024-12-29 19:20:26 +0000 | |
commit | e2e3a6e7caf478029e802df64b4819b248d70005 (patch) | |
tree | e0b6defe7f560dcd68633be2fe3efab448a1648b | |
parent | Merge pull request #3210 from kkrypt0nn/patch-heroku-hosting-tag (diff) |
Bump taskipy from 1.14.0 to 1.14.1 (#3206)
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/compare/1.14.0...1.14.1)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 12 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index d17131905..443bb7a19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiodns" @@ -2381,19 +2381,19 @@ files = [ [[package]] name = "taskipy" -version = "1.14.0" +version = "1.14.1" description = "tasks runner for python projects" optional = false python-versions = "<4.0,>=3.6" files = [ - {file = "taskipy-1.14.0-py3-none-any.whl", hash = "sha256:29040d9a8038170602feb71792bdef5203720ed30f595304aee843625892452b"}, - {file = "taskipy-1.14.0.tar.gz", hash = "sha256:5d9631c29980481d59858f0a100ed3200cf7468ca8c0540ef19388586485532d"}, + {file = "taskipy-1.14.1-py3-none-any.whl", hash = "sha256:6e361520f29a0fd2159848e953599f9c75b1d0b047461e4965069caeb94908f1"}, + {file = "taskipy-1.14.1.tar.gz", hash = "sha256:410fbcf89692dfd4b9f39c2b49e1750b0a7b81affd0e2d7ea8c35f9d6a4774ed"}, ] [package.dependencies] colorama = ">=0.4.4,<0.5.0" mslex = {version = ">=1.1.0,<2.0.0", markers = "sys_platform == \"win32\""} -psutil = ">=5.7.2,<6.0.0" +psutil = ">=5.7.2,<7" tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and python_version < \"4.0\""} [[package]] @@ -2612,4 +2612,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "b8abb2cf58988d7179ecd52177055f72f8982cf3c22a8b5d2c207552a9d892a0" +content-hash = "a9ce60dcc2406f2c94e5faf00911dbef549736e3224414e7061aa45490b8e4cb" diff --git a/pyproject.toml b/pyproject.toml index 49b25781e..82b8b46e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-cov = "6.0.0" pytest-subtests = "0.13.1" pytest-xdist = "3.6.1" ruff = "0.8.0" -taskipy = "1.14.0" +taskipy = "1.14.1" [build-system] |