From 52d501264210e131e540dd423e991df5472f02c0 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:05:22 +0000 Subject: [PATCH] chore(deps): update dependency liccheck to v0.7.3 (#31) 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.7.2` -> `0.7.3` | --- ### Release Notes
dhatim/python-license-check ### [`v0.7.3`](https://togithub.com/dhatim/python-license-check/releases/tag/0.7.3) [Compare Source](https://togithub.com/dhatim/python-license-check/compare/0.7.2...0.7.3) Build with Python 3.11
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox. Co-authored-by: descope[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 128c93b..f124cf9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -71,7 +71,7 @@ optional = false python-versions = ">=3.6.0" [package.extras] -unicode_backport = ["unicodedata2"] +unicode-backport = ["unicodedata2"] [[package]] name = "click" @@ -262,13 +262,13 @@ python-versions = ">=3.6.1,<4.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile_deprecated_finder = ["pipreqs", "requirementslib"] +pipfile-deprecated-finder = ["pipreqs", "requirementslib"] plugins = ["setuptools"] -requirements_deprecated_finder = ["pip-api", "pipreqs"] +requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "liccheck" -version = "0.7.2" +version = "0.7.3" description = "Check python packages from requirement.txt and report issues" category = "dev" optional = false @@ -413,7 +413,7 @@ urllib3 = ">=1.21.1,<1.27" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "semantic-version" @@ -526,7 +526,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "7bd7b1dcdfe994023bb1b0508f182ec98e62a33f9428505927d7abfe4d428c3c" +content-hash = "92af5348411324f77fa24bc388f5912c5eb5caee0b4ef05ebddefb1ea1617dbb" [metadata.files] asgiref = [ @@ -721,8 +721,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] liccheck = [ - {file = "liccheck-0.7.2-py2.py3-none-any.whl", hash = "sha256:a50d212b943d119f61d822080e0b7bcefbae4c3b7cc7b54b47b465c191bfc8aa"}, - {file = "liccheck-0.7.2.tar.gz", hash = "sha256:1961ee9bd9ae72c21f79da6db3a2048536f0912f4c5fde0f0c062d65ea5fbf0a"}, + {file = "liccheck-0.7.3-py2.py3-none-any.whl", hash = "sha256:3e7185ed89700cfde85e566f9d92b84222618e05126503848f00c81849135e5e"}, + {file = "liccheck-0.7.3.tar.gz", hash = "sha256:aeda7ef23705619146080a3056ba54d63ee0164807005119f94ab25ab34cd1b2"}, ] mccabe = [ {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, diff --git a/pyproject.toml b/pyproject.toml index 413fba0..cacd319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ descope = "0.2.0" flake8 = "5.0.4" black = "22.8.0" pre-commit = "2.20.0" -liccheck = "0.7.2" +liccheck = "0.7.3" isort = "5.10.1" # Authorized and unauthorized licenses in LOWER CASE