From 1792b6cdf558793bcf502ce2447ac1aa32020b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:33:55 +0000 Subject: [PATCH] Bump multipart from 1.1.0 to 1.2.2 Bumps [multipart](https://github.com/defnull/multipart) from 1.1.0 to 1.2.2. - [Release notes](https://github.com/defnull/multipart/releases) - [Changelog](https://github.com/defnull/multipart/blob/main/CHANGELOG.rst) - [Commits](https://github.com/defnull/multipart/compare/v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: multipart dependency-version: 1.2.2 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 5cf85f4..639d57f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away. # When upgrading Trac or Python, check if these dependencies are still needed # by uninstalling them and running the test suite (or CI) with PYTHONWARNINGS=error -multipart==1.1.0 +multipart==1.2.2 passlib==1.7.4 # Trac plugins