From d55e6e7e32542ce361f1424e6082abd95b432327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:27:40 +0000 Subject: [PATCH] chore(deps): Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the /backend directory: [click](https://github.com/pallets/click), [flask-cors](https://github.com/corydolphin/flask-cors) and [gitpython](https://github.com/gitpython-developers/GitPython). 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) Updates `gitpython` from 3.1.45 to 3.1.46 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46) --- 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 - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b90659..519cba7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,9 +1,9 @@ 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 +GitPython==3.1.46 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3