From 1d3068a59b1b0df018151166d7e0969a0afa79d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:39:47 +0000 Subject: [PATCH] Bump python-multipart in /AutomationService/AutomationServiceBackend Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 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.5...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AutomationService/AutomationServiceBackend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomationService/AutomationServiceBackend/requirements.txt b/AutomationService/AutomationServiceBackend/requirements.txt index 8a6554d..cd02349 100644 --- a/AutomationService/AutomationServiceBackend/requirements.txt +++ b/AutomationService/AutomationServiceBackend/requirements.txt @@ -4,7 +4,7 @@ starlette==0.19.1 uvicorn==0.17.6 uvloop==0.16.0 python-dotenv==0.20.0 -python-multipart==0.0.5 +python-multipart==0.0.7 blis==0.7.8 catalogue==2.0.8 certifi==2022.6.15