From d62a7f0afc0d4bb2e5792e6f5c258871f2b13d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:54:39 +0000 Subject: [PATCH] chore(deps): bump click from 8.1.8 to 8.2.1 in /backend Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.1. - [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.8...8.2.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cda042b2..346d3719 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ black==25.1.0 ; python_version >= "3.12" and python_version < "4.0" certifi==2025.4.26 ; python_version >= "3.12" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" charset-normalizer==3.4.2 ; python_version >= "3.12" and python_version < "4.0" -click==8.1.8 ; python_version >= "3.12" and python_version < "4.0" +click==8.2.1 ; python_version >= "3.12" and python_version < "4.0" cloudinary==1.44.0 ; python_version >= "3.12" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows" cryptography==45.0.3 ; python_version >= "3.12" and python_version < "4.0"