diff options
author | 2023-03-29 21:12:24 +0000 | |
---|---|---|
committer | 2023-03-29 21:12:24 +0000 | |
commit | d443b8052b556e60f415d7953707bd15f89278d6 (patch) | |
tree | 628ba5ef27414e5696ff2265804416591fb8a5a6 | |
parent | Bump flake8-bugbear from 23.3.12 to 23.3.23 (#1236) (diff) |
Bump taskipy from 1.10.3 to 1.10.4 (#1237)
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/commits)
---
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 | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 42d00c05..e519cd01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1817,14 +1817,14 @@ files = [ [[package]] name = "taskipy" -version = "1.10.3" +version = "1.10.4" description = "tasks runner for python projects" category = "dev" optional = false python-versions = ">=3.6,<4.0" files = [ - {file = "taskipy-1.10.3-py3-none-any.whl", hash = "sha256:4c0070ca53868d97989f7ab5c6f237525d52ee184f9b967576e8fe427ed9d0b8"}, - {file = "taskipy-1.10.3.tar.gz", hash = "sha256:112beaf21e3d5569950b99162a1de003fa885fabee9e450757a6b874be914877"}, + {file = "taskipy-1.10.4-py3-none-any.whl", hash = "sha256:b96245d7f2956d36821435acaa822143ef6d2ff6cfecc48cf0a48c4b95456c14"}, + {file = "taskipy-1.10.4.tar.gz", hash = "sha256:0006429f708f530fc7add28ca51fd41f6c6e1fbe86763ff05125e1af3e8bdc7e"}, ] [package.dependencies] @@ -1986,4 +1986,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "056c3b079cfd8002bc66ee0adc1e186e0e64bb21752a6e919e9cdb94064bc845" +content-hash = "5f97ffcdaae6fd511c6f86ec9fbc6a89a6b1f08b89e86258566e4ffd0c8f7f75" diff --git a/pyproject.toml b/pyproject.toml index dc7f7b71..678350bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pep8-naming = "0.13.3" pip-licenses = "4.1.0" pre-commit = "3.2.1" python-dotenv = "1.0.0" -taskipy = "1.10.3" +taskipy = "1.10.4" [tool.taskipy.tasks] start = "python -m bot" |