From aa6d86accd3edd3880ba2dd5bc34d2c93c7134c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:28:04 -0800 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.7 in /backend/requirements (#1075) Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index bf30cefc7..168b5510c 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -46,7 +46,7 @@ pytest-mock==3.12.0 pytest-playwright==0.3.2 python-docx==1.1.0 python-dotenv==1.0.0 -python-multipart==0.0.6 +python-multipart==0.0.7 requests==2.31.0 requests-oauthlib==1.3.1 retry==0.9.2 # This pulls in py which is in CVE-2022-42969, must remove py from image