From 4260ab5316b0d8d8fdbf639cc8813549cff2ff7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:25:30 +0000 Subject: [PATCH] deps(python)(deps): bump python-multipart from 0.0.6 to 0.0.31 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.31. - [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.6...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/requirements.txt b/scraper/requirements.txt index decf188..6b838b8 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -4,7 +4,7 @@ httpx==0.25.2 beautifulsoup4==4.12.2 lxml==6.1.1 pydantic==2.5.0 -python-multipart==0.0.6 +python-multipart==0.0.31 pdfplumber==0.10.0 structlog==23.2.0 redis==5.0.1