File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 python-version : ["3.12"]
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535
3636 - name : Set up Python
3737 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1111 security :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha || github.sha }}
1717 fetch-depth : 2
Original file line number Diff line number Diff line change 1- FROM python:3.13 -slim
1+ FROM python:3.14 -slim
22
33# Set working directory
44WORKDIR /app
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Flask[async]==3.1.2
33Flask-SQLAlchemy == 3.1.1
44Flask-Login == 0.6.3
55Flask-WTF == 1.2.2
6- Flask-SocketIO == 5.5.1
6+ Flask-SocketIO == 5.6.0
77WTForms == 3.2.1
8- Werkzeug == 3.1.4
8+ Werkzeug == 3.1.5
99
1010# OpenAI integration
1111openai >= 1.55.3
@@ -14,21 +14,22 @@ httpx[http2]
1414
1515# Security and utilities
1616bcrypt == 5.0.0
17- python-dotenv == 1.1 .1
17+ python-dotenv == 1.2 .1
1818requests == 2.32.5
19- pre-commit == 4.3.0
20- pydantic == 2.12.0
19+ urllib3 >= 2.6.0 # Security fix for CVE-2024-37891
20+ pre-commit == 4.5.1
21+ pydantic == 2.12.5
2122Flask-Talisman == 1.1.0
22- Authlib == 1.6.5
23- psutil == 7.1.0
23+ Authlib == 1.6.8
24+ psutil == 7.2.2
2425sentry-sdk [flask ]
2526
2627# Database support
27- psycopg2-binary == 2.9.10
28+ psycopg2-binary == 2.9.11
2829
2930# BeautifulSoup
30- beautifulsoup4 == 4.14.2
31+ beautifulsoup4 == 4.14.3
3132
3233# Async support
3334asyncio
34- asyncpg == 0.30 .0
35+ asyncpg == 0.31 .0
You can’t perform that action at this time.
0 commit comments