Skip to content

Commit

Permalink
chore(deps): update dependency taskipy to ~1.14.0 (#602)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [taskipy](https://redirect.github.com/taskipy/taskipy) | `~1.13.0` ->
`~1.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/taskipy/1.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/taskipy/1.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/taskipy/1.13.0/1.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/taskipy/1.13.0/1.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>taskipy/taskipy (taskipy)</summary>

###
[`v1.14.0`](https://redirect.github.com/taskipy/taskipy/releases/tag/1.14.0)

[Compare
Source](https://redirect.github.com/taskipy/taskipy/compare/1.13.0...1.14.0)

#### What's Changed

- Release Version 1.13.0 by
[@&#8203;illBeRoy](https://redirect.github.com/illBeRoy) in
[https://github.com/taskipy/taskipy/pull/79](https://redirect.github.com/taskipy/taskipy/pull/79)
- Add Tests to ensure Python 3.11, 3.12 support by
[@&#8203;illBeRoy](https://redirect.github.com/illBeRoy) in
[https://github.com/taskipy/taskipy/pull/82](https://redirect.github.com/taskipy/taskipy/pull/82)
- Remove All Contributors by
[@&#8203;illBeRoy](https://redirect.github.com/illBeRoy) in
[https://github.com/taskipy/taskipy/pull/80](https://redirect.github.com/taskipy/taskipy/pull/80)
- Add option `cwd` to running tasks by
[@&#8203;Diogo-Rossi](https://redirect.github.com/Diogo-Rossi) in
[https://github.com/taskipy/taskipy/pull/83](https://redirect.github.com/taskipy/taskipy/pull/83)
- Correct a spelling mistake by
[@&#8203;EdwardBetts](https://redirect.github.com/EdwardBetts) in
[https://github.com/taskipy/taskipy/pull/85](https://redirect.github.com/taskipy/taskipy/pull/85)

#### New Contributors

- [@&#8203;Diogo-Rossi](https://redirect.github.com/Diogo-Rossi) made
their first contribution in
[https://github.com/taskipy/taskipy/pull/83](https://redirect.github.com/taskipy/taskipy/pull/83)
- [@&#8203;EdwardBetts](https://redirect.github.com/EdwardBetts) made
their first contribution in
[https://github.com/taskipy/taskipy/pull/85](https://redirect.github.com/taskipy/taskipy/pull/85)

**Full Changelog**:
taskipy/taskipy@1.13.0...1.14.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/naa0yama/PythonBoilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkYXRhc291cmNlOnB5cGkiLCJkZXBUeXBlOmRldiIsIm1hbmFnZXI6cG9ldHJ5IiwicmVub3ZhdGUiLCJ1cGRhdGUtbWlub3IiLCJ2ZXJzaW9uaW5nOnBvZXRyeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent de932ea commit 7bfb425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = "3.10.14"
[tool.poetry.group.dev.dependencies]
pip = "^24.0.0"
pre-commit = "~4.0.0"
taskipy = "~1.13.0"
taskipy = "~1.14.0"
tox = "~4.22.0"
tox-gh-actions = "~3.2.0"

Expand Down

0 comments on commit 7bfb425

Please sign in to comment.