From faa6578bac815dbd6f7586127ae38425b6330e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:24:44 +0000 Subject: [PATCH] chore(deps): update python-multipart requirement Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.27...0.0.28) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65556f6..7f35d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ python-dotenv>=1.0.0 # === Utilitaires === tenacity>=8.0.0 # Retry logic avec backoff -python-multipart>=0.0.27 # File uploads +python-multipart>=0.0.28 # File uploads aiofiles>=23.0.0 # Async file operations PyYAML>=6.0 # Parsing des ontologies YAML