Skip to content

Commit 6f3eaec

Browse files
committed
chore(deps): bump gunicorn to 23.0.0 and configure safety policy for starlette
1 parent 8a13b81 commit 6f3eaec

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

backend/.safety-policy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: '2.0'
2+
security:
3+
ignore-vulnerabilities:
4+
78279:
5+
reason: "Starlette cannot be upgraded until FastAPI releases support for >=1.0.1. Awaiting upstream fix."
6+
expires: "2026-10-01"
7+
80876:
8+
reason: "Starlette cannot be upgraded until FastAPI releases support for >=1.0.1. Awaiting upstream fix."
9+
expires: "2026-10-01"
10+
99546:
11+
reason: "Starlette cannot be upgraded until FastAPI releases support for >=1.0.1. Awaiting upstream fix."
12+
expires: "2026-10-01"

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyjwt==2.12.0
66
python-multipart==0.0.27
77
pydantic==2.6.1
88
aiosqlite==0.20.0
9-
gunicorn==22.0.0
9+
gunicorn==23.0.0
1010
psycopg2-binary==2.9.9
1111
redis==5.0.1
1212
pydantic-settings==2.1.0

0 commit comments

Comments
 (0)