Skip to content

Commit

Permalink
chore(deps): update dependency liccheck to v0.9.2 (#188)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [liccheck](https://github.com/dhatim/python-license-check) | dev |
patch | `0.9.1` -> `0.9.2` |

---

### Release Notes

<details>
<summary>dhatim/python-license-check (liccheck)</summary>

###
[`v0.9.2`](https://github.com/dhatim/python-license-check/releases/tag/0.9.2)

[Compare
Source](https://github.com/dhatim/python-license-check/compare/0.9.1...0.9.2)

#### What's Changed

- Drop support for Python 2 by
[@&#8203;abompard](https://github.com/abompard) in
[https://github.com/dhatim/python-license-check/pull/109](https://github.com/dhatim/python-license-check/pull/109)
- Strip return carriages before running `.endswith()` by
[@&#8203;abompard](https://github.com/abompard) in
[https://github.com/dhatim/python-license-check/pull/110](https://github.com/dhatim/python-license-check/pull/110)
- chore(deps): update actions/checkout action to v4 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/dhatim/python-license-check/pull/106](https://github.com/dhatim/python-license-check/pull/106)
- Accept `License-Expression` in metadata (PEP 639) by
[@&#8203;abompard](https://github.com/abompard) in
[https://github.com/dhatim/python-license-check/pull/108](https://github.com/dhatim/python-license-check/pull/108)
- No longer build for Python 3.5 by
[@&#8203;ochedru](https://github.com/ochedru) in
[https://github.com/dhatim/python-license-check/pull/112](https://github.com/dhatim/python-license-check/pull/112)

**Full Changelog**:
dhatim/python-license-check@0.9.1...0.9.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

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

Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] authored Aug 18, 2024
1 parent e1486d5 commit ffda5ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
27 changes: 5 additions & 22 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 @@ -47,7 +47,7 @@ descope = "^1.5.1"
flake8 = "7.0.0"
black = "24.3.0"
pre-commit = { version = "3.6.0", python = ">=3.9" }
liccheck = "0.9.1"
liccheck = "0.9.2"
isort = "5.13.0"
python-dotenv = "1.0.1"
tox = "4.11.4"
Expand Down

0 comments on commit ffda5ae

Please sign in to comment.