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"