From a1f35cd7a7a242887c75b703b00687281bcff963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:13:49 +0000 Subject: [PATCH] Update packaging requirement from ~=24.2 to ~=25.0 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/24.2...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' 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 299c3b1..e5c67ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ Flask~=3.1.2 gunicorn~=23.0.0 IPy~=1.1 translate~=3.6.1 -packaging~=24.2 +packaging~=25.0