From b053bc5b1fd3b85381a444f49f465509775b2e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:38:15 +0000 Subject: [PATCH] Bump python-multipart in /microservices/deep_knowledge_tracing Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.5 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.5...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/deep_knowledge_tracing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/deep_knowledge_tracing/requirements.txt b/microservices/deep_knowledge_tracing/requirements.txt index 28b5c18cc..1d1abaae1 100644 --- a/microservices/deep_knowledge_tracing/requirements.txt +++ b/microservices/deep_knowledge_tracing/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.65.2 uvicorn==0.14.0 fireo==1.4.1 pandas==1.3.5 -python-multipart==0.0.5 +python-multipart==0.0.26 scikit-learn==1.0.1 tensorflow==2.11.1 typing==3.7.4.3