From 4b79e7c2b25949bea8a5181574028ef95de21b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:40:31 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.7 in /backend 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] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index dd93379..649a7ab 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -3,7 +3,7 @@ asyncpg==0.29.0 fastapi==0.109.1 httpx==0.26.0 pydantic==2.5.3 -python-multipart==0.0.6 +python-multipart==0.0.7 python-jose==3.3.0 tortoise-orm==0.20.0 uvicorn==0.25.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index a47f234..69e4929 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -3,7 +3,7 @@ fastapi==0.109.1 httpx==0.26.0 psycopg2-binary==2.9.9 pydantic==2.5.3 -python-multipart==0.0.6 +python-multipart==0.0.7 python-jose==3.3.0 SQLAlchemy==2.0.24 uvicorn==0.25.0