From 1b70f6a4deb9691e31df4e57639a290ea7ecc046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:54:48 +0000 Subject: [PATCH] build(deps): bump click from 8.1.6 to 8.1.7 in /flask Bumps [click](https://github.com/pallets/click) from 8.1.6 to 8.1.7. - [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.6...8.1.7) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index 0f00173..00c2e14 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -1,5 +1,5 @@ bidict==0.22.1 -click==8.1.6 +click==8.1.7 coverage==7.3.2 dnspython==2.4.2 eventlet==0.33.3