From 153c4729aca497325249ba55ba052869d1246671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:22:04 +0000 Subject: [PATCH] Bump packaging from 24.1 to 25.0 Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 25.0. - [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...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production update-type: version-update:semver-major ... 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 504e043..6dfa29e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ httpcore==1.0.7 httpx==0.27.2 idna==3.10 openai==1.58.1 -packaging==24.1 +packaging==25.0 pydantic==2.9.2 pydantic_core==2.27.2 python-dotenv==1.0.1