From c1d1641a3ade88f1b2e9909fea709f1ce14b3148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:16:45 +0000 Subject: [PATCH] chore(deps): bump click from 8.1.7 to 8.1.8 (#12186) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index d8f8db708..aed6c3a91 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -30,7 +30,7 @@ charset-normalizer==3.4.0 # via requests check-sdist==1.2.0 ; python_full_version >= '3.8' # via cryptography (pyproject.toml) -click==8.1.7 +click==8.1.8 # via cryptography (pyproject.toml) colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32' # via