From b08438810e9b60a8fafcdf50a4b5622f1428dd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:41:06 +0000 Subject: [PATCH 1/2] Bump python-multipart from 0.0.9 to 0.0.18 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.18. - [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.9...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index acf417647..54ea4454e 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -20,7 +20,7 @@ pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, import PyMuPDF==1.24.9 # PDF processing pypdf==4.3.1 python-dotenv==1.0.1 # load environment variables from .env file -python-multipart==0.0.9 # a form data parser, as oauth flow requires form-data parameters +python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 requests==2.32.3 SQLAlchemy[asyncio]==2.0.32 # [asyncio] allows greenlet to be installed on Apple M1 devices. From 65ab54b74adb88a3d0b70f3eebfc2c266fcc60a8 Mon Sep 17 00:00:00 2001 From: Daihecyy Date: Thu, 5 Dec 2024 12:37:00 +0100 Subject: [PATCH 2/2] Bump fastapi to allow python multipart bump --- requirements-common.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-common.txt b/requirements-common.txt index 54ea4454e..b129cf83b 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -4,7 +4,7 @@ asyncpg==0.29.0 # PostgreSQL adapter for asynchronous operat bcrypt==4.1.3 # password hashing broadcaster==0.3.1 # Working with websockets with multiple workers. calypsso==1.2.0 -fastapi==0.111.0 +fastapi==0.115.6 firebase-admin==6.5.0 # Firebase is used for push notification fpdf2==2.7.8 HelloAssoAPIWrapper==1.0.0 @@ -27,4 +27,4 @@ SQLAlchemy[asyncio]==2.0.32 # [asyncio] allows greenlet to be installed sqlalchemy-utils == 0.41.2 unidecode==1.3.8 uvicorn[standard]==0.30.6 -xlsxwriter==3.2.0 \ No newline at end of file +xlsxwriter==3.2.0