From fccbdad4094fcfe448c903995dc2b2f4b7d1cbbb Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 7 Mar 2026 15:08:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20patch=20CVEs=20=E2=80=94=20upgrade=20pyt?= =?UTF-8?q?hon-jose=203.3=E2=86=923.5,=20python-multipart=200.0.12?= =?UTF-8?q?=E2=86=920.0.22;=20use=20safety=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/security.yml | 4 ++-- backend/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2198824..79e3a6c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -32,5 +32,5 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - name: Safety check - run: pip install safety && safety check -r backend/requirements.txt + - name: Safety scan + run: pip install safety && safety scan -r backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt index eee91c3..0c999e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,10 +6,10 @@ aiosqlite==0.20.0 alembic==1.13.3 pydantic==2.9.2 pydantic-settings==2.5.2 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 bcrypt==4.0.1 -python-multipart==0.0.12 +python-multipart==0.0.22 apscheduler==3.10.4 python-nmap==0.7.1 pyyaml==6.0.2