From 8e8fc2dc2f2ffc4008c36eae69807ac25607db69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:56:44 +0000 Subject: [PATCH] chore(deps): bump packaging from 24.1 to 26.1 in /backend/python/coqui Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 26.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...26.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/coqui/requirements.txt b/backend/python/coqui/requirements.txt index ce2bb70c4..a47cf0fd0 100644 --- a/backend/python/coqui/requirements.txt +++ b/backend/python/coqui/requirements.txt @@ -1,4 +1,4 @@ grpcio==1.80.0 protobuf certifi -packaging==24.1 \ No newline at end of file +packaging==26.1 \ No newline at end of file