From 05dd5a249a9896071819c74692f4d945e04b1b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:12:56 +0000 Subject: [PATCH] dependency: (deps): bump packaging from 23.2 to 24.0 in /backend Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.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/23.2...24.0) --- updated-dependencies: - dependency-name: packaging 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 958ae300..d27fd5a0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ httpx==0.26.0 idna==3.6 inflection==0.5.1 openai==1.6.1 -packaging==23.2 +packaging==24.0 pdfminer.six==20231228 psycopg2==2.9.9 pycparser==2.21