From 84bf8d424b75c85b89f68e080c12a17e081252ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:14:39 +0000 Subject: [PATCH] build(deps): bump click from 8.1.7 to 8.1.8 (#378) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a491146e5..a60956942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "black>=24.2.0", - "click==8.1.7", + "click==8.1.8", "inflect==7.4.0", "pygithub==2.5.0", "lxml==5.3.0",