From 18fb5a2d6ddeb9931d2a6a4cc4acb5069c84e77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:32:32 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /src/backend directory: [python-multipart](https://github.com/Kludex/python-multipart), [lxml](https://github.com/lxml/lxml) and [pypdf](https://github.com/py-pdf/pypdf). Updates `python-multipart` from 0.0.26 to 0.0.27 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.26...0.0.27) Updates `lxml` from 6.0.4 to 6.1.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.4...lxml-6.1.0) Updates `pypdf` from 5.1.0 to 6.10.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.1.0...6.10.2) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.10.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index e7373c0..9c08f0b 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -13,13 +13,13 @@ PyMySQL==1.1.2 # Security & Authentication bcrypt==5.0.0 python-jose[cryptography]==3.5.0 -python-multipart==0.0.26 +python-multipart==0.0.27 psutil==7.2.2 # XML Processing (using secure library) -lxml==6.0.4 +lxml==6.1.0 defusedxml==0.7.1 -pypdf==5.1.0 +pypdf==6.10.2 # HTTP Client requests==2.33.1