From 49cf72360afe3aa5b00094b7f91ac5eeadc16b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 12:24:58 +0000 Subject: [PATCH] chore(deps): Bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the /backend directory: [click](https://github.com/pallets/click) and [flask-cors](https://github.com/corydolphin/flask-cors). Updates `click` from 8.1.8 to 8.3.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.3.1) Updates `flask-cors` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b90659..84239c3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ blinker==1.9.0 -click==8.1.8 +click==8.3.1 Flask==3.1.2 -flask-cors==6.0.1 +flask-cors==6.0.2 gitdb==4.0.12 GitPython==3.1.45 itsdangerous==2.2.0