From 646709a9e9f2449cc93e08090118d693c8370b93 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 11:35:48 +0000
Subject: [PATCH] build(deps-dev): bump click from 8.1.7 to 8.1.8 in /packages

Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 packages/requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt
index daa8553..37caa7e 100644
--- a/packages/requirements-dev.txt
+++ b/packages/requirements-dev.txt
@@ -17,7 +17,7 @@ chardet==5.2.0 ; python_version >= "3.9" and python_version < "4.0"
 charset-normalizer==3.4.0 ; python_version >= "3.9" and python_version < "4.0"
 cleo==2.1.0 ; python_version >= "3.9" and python_version < "4.0"
 click-option-group==0.5.6 ; python_version >= "3.9" and python_version < "4"
-click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
+click==8.1.8 ; python_version >= "3.9" and python_version < "4.0"
 codecov==2.1.13 ; python_version >= "3.9" and python_version < "4.0"
 colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0"
 commitizen==3.29.1 ; python_version >= "3.9" and python_version < "4.0"