From 92a5c488b73b7ccdac14f2601b25b2c9c33c270d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:29:07 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.7 in /capstone/files/app 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] --- capstone/files/app/requirements-dev.txt | 2 +- capstone/files/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capstone/files/app/requirements-dev.txt b/capstone/files/app/requirements-dev.txt index a5bc3fe..3707fcd 100644 --- a/capstone/files/app/requirements-dev.txt +++ b/capstone/files/app/requirements-dev.txt @@ -17,7 +17,7 @@ py==1.9.0 pydantic==1.6.1 pyparsing==2.4.7 pytest==6.0.1 -python-multipart==0.0.5 +python-multipart==0.0.7 requests==2.24.0 six==1.15.0 starlette==0.13.6 diff --git a/capstone/files/app/requirements.txt b/capstone/files/app/requirements.txt index c6facf4..5896472 100644 --- a/capstone/files/app/requirements.txt +++ b/capstone/files/app/requirements.txt @@ -6,7 +6,7 @@ httptools==0.1.1 Jinja2==2.11.2 MarkupSafe==1.1.1 pydantic==1.6.1 -python-multipart==0.0.5 +python-multipart==0.0.7 six==1.15.0 starlette==0.13.6 uvicorn==0.11.8