Skip to content

Commit

Permalink
chore(deps): update dependency pytablewriter to v1.2.1 (#953)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pytablewriter](https://redirect.github.com/thombashi/pytablewriter)
([changelog](https://redirect.github.com/thombashi/pytablewriter/blob/master/CHANGELOG.md))
| `==1.2.0` -> `==1.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytablewriter/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytablewriter/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytablewriter/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytablewriter/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>thombashi/pytablewriter (pytablewriter)</summary>

###
[`v1.2.1`](https://redirect.github.com/thombashi/pytablewriter/blob/HEAD/CHANGELOG.md#v121---2025-01-01)

[Compare
Source](https://redirect.github.com/thombashi/pytablewriter/compare/v1.2.0...v1.2.1)

#### What's Changed

- Add support for Python 3.13 and drop EOL 3.7-3.8 by
[@&#8203;hugovk](https://redirect.github.com/hugovk) in
[#&#8203;65](https://redirect.github.com/thombashi/pytablewriter/pull/65)
- Fix README rendering on PyPI (Thanks to
[@&#8203;hugovk](https://redirect.github.com/hugovk))
- [#&#8203;65
(comment)](https://redirect.github.com/thombashi/pytablewriter/pull/65#issuecomment-2480608452)
- Add GitHub Actions workflows for building and publishing to
PyPI/TestPyPI and signing with sigstore
- Refactor deprecated `@abstractproperty` to use `@property` and
`@abstractmethod` decorators
-   Improve type annotations
-   Modify to use `setuptools_scm` for package build
-   Bump minimum version of `DataProperty` to `1.1.0`
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;61](https://redirect.github.com/thombashi/pytablewriter/pull/61)

#### New Contributors

- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[#&#8203;61](https://redirect.github.com/thombashi/pytablewriter/pull/61)

**Full Changelog**:
thombashi/pytablewriter@v1.2.0...v1.2.1

\[Changes]\[v1.2.1]

<a id="v1.2.0"></a>

</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/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 01504cc commit eb25d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sphinxcontrib-blockdiag==3.0.0
sphinxcontrib-mermaid==1.0.0
sphinxcontrib-nwdiag==2.0.0
sphinxcontrib-seqdiag==3.0.0
pytablewriter==1.2.0
pytablewriter==1.2.1
linkify-it-py==2.0.3
mdutils==1.6.0
spu>=0.3.1b0
Expand Down

0 comments on commit eb25d5e

Please sign in to comment.