From ffda5ae13ef6fa4c87e9736bb51170b4481da0ab Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:12:52 +0000 Subject: [PATCH] chore(deps): update dependency liccheck to v0.9.2 (#188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [liccheck](https://togithub.com/dhatim/python-license-check) | dev | patch | `0.9.1` -> `0.9.2` | --- ### Release Notes
dhatim/python-license-check (liccheck) ### [`v0.9.2`](https://togithub.com/dhatim/python-license-check/releases/tag/0.9.2) [Compare Source](https://togithub.com/dhatim/python-license-check/compare/0.9.1...0.9.2) #### What's Changed - Drop support for Python 2 by [@​abompard](https://togithub.com/abompard) in [https://github.com/dhatim/python-license-check/pull/109](https://togithub.com/dhatim/python-license-check/pull/109) - Strip return carriages before running `.endswith()` by [@​abompard](https://togithub.com/abompard) in [https://github.com/dhatim/python-license-check/pull/110](https://togithub.com/dhatim/python-license-check/pull/110) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/dhatim/python-license-check/pull/106](https://togithub.com/dhatim/python-license-check/pull/106) - Accept `License-Expression` in metadata (PEP 639) by [@​abompard](https://togithub.com/abompard) in [https://github.com/dhatim/python-license-check/pull/108](https://togithub.com/dhatim/python-license-check/pull/108) - No longer build for Python 3.5 by [@​ochedru](https://togithub.com/ochedru) in [https://github.com/dhatim/python-license-check/pull/112](https://togithub.com/dhatim/python-license-check/pull/112) **Full Changelog**: https://github.com/dhatim/python-license-check/compare/0.9.1...0.9.2
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> --- poetry.lock | 27 +++++---------------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/poetry.lock b/poetry.lock index f5b6d11..4a2e4d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -376,22 +376,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "configparser" -version = "7.0.0" -description = "Updated configparser from stdlib for earlier Pythons." -category = "main" -optional = false -python-versions = ">=3.8" -files = [ - {file = "configparser-7.0.0-py3-none-any.whl", hash = "sha256:f46d52a12811c637104c6bb8eb33693be0038ab6bf01d69aae009c39ec8c2017"}, - {file = "configparser-7.0.0.tar.gz", hash = "sha256:af3c618a67aaaedc4d689fd7317d238f566b9aa03cae50102e92d7f0dfe78ba0"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "types-backports"] - [[package]] name = "cryptography" version = "43.0.0" @@ -684,18 +668,17 @@ plugins = ["setuptools"] [[package]] name = "liccheck" -version = "0.9.1" +version = "0.9.2" description = "Check python packages from requirement.txt and report issues" category = "main" optional = false -python-versions = ">=2.7" +python-versions = ">=3.5" files = [ - {file = "liccheck-0.9.1-py2.py3-none-any.whl", hash = "sha256:0efbca7d765264225f334461cffb152dee13fdbbcdfcb3604f7d40fdc661f695"}, - {file = "liccheck-0.9.1.tar.gz", hash = "sha256:d41f7ca763688cbb5691ed70ab53cf4608dd68a331f2d672f3cf8799e45e88dd"}, + {file = "liccheck-0.9.2-py2.py3-none-any.whl", hash = "sha256:15cbedd042515945fe9d58b62e0a5af2f2a7795def216f163bb35b3016a16637"}, + {file = "liccheck-0.9.2.tar.gz", hash = "sha256:bdc2190f8e95af3c8f9c19edb784ba7d41ecb2bf9189422eae6112bf84c08cd5"}, ] [package.dependencies] -configparser = {version = "*", markers = "python_version >= \"3.4\""} semantic-version = ">=2.7.0" toml = "*" @@ -1437,4 +1420,4 @@ requests = "*" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "341cb93d79a6bdba2224d4b4f740a76b7e1cd529026944e31992d1af352636f3" +content-hash = "b16871b230aa147bc3aaa3e8bd5eedc4fdc9bee2de357b4e7dcc5093cd18df60" diff --git a/pyproject.toml b/pyproject.toml index ac54560..2b8ccae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"