From 69b7f879cdfa746c1210c82cb3c1c7cc612cce8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:52:49 +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 d5a6c02..d82b7b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ Flask~=3.1.3 gunicorn~=26.0.0 IPy~=1.1 translate~=3.8.1 -packaging~=26.2 +packaging~=26.3