From 8b76e0ffea5bfa11fbb5a31e58b58ac6decb09ae Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Sat, 30 Dec 2023 21:52:16 +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 3fdbf50..208a7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ descope = "^1.5.1" flake8 = "6.1.0" black = "23.11.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"