We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a13b81 commit 6f3eaecCopy full SHA for 6f3eaec
2 files changed
backend/.safety-policy.yml
@@ -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
9
10
+ 99546:
11
12
backend/requirements.txt
@@ -6,7 +6,7 @@ pyjwt==2.12.0
python-multipart==0.0.27
pydantic==2.6.1
aiosqlite==0.20.0
-gunicorn==22.0.0
+gunicorn==23.0.0
psycopg2-binary==2.9.9
redis==5.0.1
pydantic-settings==2.1.0
0 commit comments