From 8c2b701e6be9120ccd8426e58ec6174bbddc2a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:02:57 +0000 Subject: [PATCH] chore(deps)(deps): update packaging requirement in /backend Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [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/23.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... 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 63eb278..3cc22da 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ volcengine-python-sdk[ark]>=5.0.26 ollama>=0.4.0 httpx>=0.27.0 python-frontmatter>=1.1.0 -packaging>=23.0 +packaging>=26.2 user-agents>=2.2.0 cachetools>=7.1.1 cryptography>=48.0.0