From 134daad95b7294fc63d587567699b6a0c762151b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:08:06 +0000 Subject: [PATCH] Bump liccheck from 0.4.9 to 0.5.1 (#65) --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3316ef7..9b42a3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -238,7 +238,7 @@ colors = ["colorama (>=0.4.3,<0.5.0)"] [[package]] name = "liccheck" -version = "0.4.9" +version = "0.5.1" description = "Check python packages from requirement.txt and report issues" category = "dev" optional = false @@ -599,7 +599,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "52209522ab5440db717c038eae9fd47fb9ec257c78a8374e011a7b86fcfea2c1" +content-hash = "35a71768d34d15cf3cd93a2dade2caa064a5ad4855afdee33174e927612c23f6" [metadata.files] appdirs = [ @@ -740,7 +740,7 @@ isort = [ {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"}, ] liccheck = [ - {file = "liccheck-0.4.9.tar.gz", hash = "sha256:6ee9d9f66eca94218a2c2053fcac6dd8bcdb2ea1c418ffe4a4b58bbc7917556a"}, + {file = "liccheck-0.5.1.tar.gz", hash = "sha256:7e3205e5ebfcaf16492fb2159c1496ad94862aadbc660cb423bfdf91c3f15f08"}, ] mccabe = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, diff --git a/pyproject.toml b/pyproject.toml index f854ce6..54ebaa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ black = "^19.10b0" coverage = "^5.5" flake8 = "^3.9.0" isort = "^5.8.0" -liccheck = "^0.4.9" +liccheck = "^0.5.1" pytest-cov = "^2.11.1" pytest-runner = "^5.3" pytest = "^6.2.2"