From 1d4f123b316d2ae518d349b58c897dec3ace7296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:14:06 +0000 Subject: [PATCH] Update packaging requirement from >=26.2 to >=26.3 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/26.2...26.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9627074d..1ffa9210 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -packaging>=26.2 +packaging>=26.3 Jinja2>= 3.1.6