From 26944187195a7450a474dd3792dc46afd88eae0f Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Sat, 30 Dec 2023 21:46:02 +0000 Subject: [PATCH] chore(deps): update dependency liccheck to v0.9.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc5fcaf..9c884d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ descope = "^1.5.1" flake8 = "6.1.0" black = "23.7.0" pre-commit = "3.6.0" -liccheck = "0.9.1" +liccheck = "0.9.2" isort = "5.12.0" python-dotenv = "1.0.0" tox = "4.5.1"