From 58b3c01e86b1fe9cd1c80253732749eec872a423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:35:15 +0000 Subject: [PATCH] chore(deps): bump the pip-backend-patch-minor group Bumps the pip-backend-patch-minor group in /backend with 2 updates: [click](https://github.com/pallets/click) and [wcwidth](https://github.com/jquast/wcwidth). Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) Updates `wcwidth` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor - dependency-name: wcwidth dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor ... 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 7d9bee97..fca2cc5e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ amqp==5.3.1 asgiref==3.11.1 billiard==4.2.4 celery==5.6.3 -click==8.4.1 +click==8.4.2 click-didyoumean==0.3.1 click-plugins==1.1.1 click-repl==0.3.0 @@ -22,7 +22,7 @@ six==1.17.0 sqlparse==0.5.5 tzdata==2025.3 vine==5.1.0 -wcwidth==0.8.1 +wcwidth==0.8.2 pytest==9.1.1 pytest-django==4.12.0 pytest-cov==7.1.0