From 58de30530b614b9a03b629d8000247ceba7ae396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:45:19 +0000 Subject: [PATCH] Bump python-multipart from 0.0.7 to 0.0.19 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 to 0.0.19. - [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.7...0.0.19) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... 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 e913c30..eea5aa7 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -3,6 +3,6 @@ asyncpg==0.29.0 fastapi==0.109.2 httpx==0.26.0 pydantic==2.6.1 -python-multipart==0.0.9 +python-multipart==0.0.19 python-jose==3.3.0 uvicorn==0.27.1 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..707524d 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -3,7 +3,7 @@ fastapi==0.109.2 httpx==0.26.0 psycopg2-binary==2.9.9 pydantic==2.5.3 -python-multipart==0.0.7 +python-multipart==0.0.19 python-jose==3.3.0 SQLAlchemy==2.0.24 uvicorn==0.25.0