From 774958f4e1f5d4d4addf6c7866599a4908d76221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:28:27 +0000 Subject: [PATCH] :arrow_up: Bump packaging from 23.2 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.2. - [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.2...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cc7b1c1..a67402ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ litellm==1.44.19 ; python_full_version >= "3.8.1" and python_version < "4.0" markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_version < "4.0" multidict==6.0.5 ; python_full_version >= "3.8.1" and python_version < "4.0" openai==1.43.1 ; python_full_version >= "3.8.1" and python_version < "4.0" -packaging==23.2 ; python_full_version >= "3.8.1" and python_version < "4.0" +packaging==24.2 ; python_full_version >= "3.8.1" and python_version < "4.0" pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.1" and python_version < "3.9" prompt-toolkit==3.0.36 ; python_full_version >= "3.8.1" and python_version < "4.0" pydantic-core==2.23.2 ; python_full_version >= "3.8.1" and python_version < "4.0"