Skip to content

Commit 9c3bb90

Browse files
authored
Merge pull request #179 from opportunity-hack/security-fix-feb-2026
Security: Fix 8 vulnerabilities in 3 packages
2 parents 3e50e22 + 56b26cb commit 9c3bb90

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
cffi==1.15.0
1+
cffi>=1.15.0
22
click>=8.1.7
3-
cryptography>=44.0.1
3+
cryptography>=46.0.5
44
Flask>=3.1.2
5-
Flask-Cors==3.0.10
5+
Flask-Cors>=6.0.0
66
flask-talisman==1.1.0
77
gunicorn>=23.0.0
88
itsdangerous>=2.2.0
99
Jinja2>=3.1.4
1010
MarkupSafe>=3.0.2
1111
pycparser==2.21
1212
PyJWT>=2.10.1
13-
python-dotenv==0.19.1
13+
python-dotenv>=1.0.1
1414
six==1.16.0
1515
Werkzeug>=3.1.3
1616
requests>=2.32.3
1717
firebase_admin==6.5.0
1818
ratelimit==2.2.1
1919
cachetools==5.2.0
20-
slack_sdk==3.18.1
20+
slack_sdk>=3.27.1
2121
markdown==3.4.1
2222
mock-firestore==0.11.0
2323
ratelimiter==1.2.0
@@ -40,7 +40,8 @@ pylint==3.2.5
4040
pytest==8.2.2
4141
resend==2.3.0
4242
readme-metrics[Flask]==3.1.0
43-
redis==5.2.1
43+
redis>=6.1.0
4444
tiktoken==0.9.0
4545
numpy==1.26.3
46-
colorlog==6.7.0
46+
colorlog==6.7.0
47+
pynacl>=1.6.2

0 commit comments

Comments
 (0)