File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.15.0a6 -slim
1+ FROM python:3.13 -slim
22
33# Set environment variables to prevent interactive prompts and optimize Python
44ENV DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change 1- FROM python:3.15.0a6 -slim
1+ FROM python:3.15.0a7 -slim
22
33# Set environment variables to prevent interactive prompts and optimize Python
44ENV DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ flask-wtf==1.2.2
44werkzeug == 3.1.6
55bcrypt == 5.0.0
66APScheduler == 3.11.2
7- PyGithub == 2.8.1
7+ PyGithub == 2.9.0
88gitpython == 3.1.46
99python-dotenv == 1.2.2
1010requests == 2.32.5
11- sqlalchemy == 2.0.47
11+ sqlalchemy == 2.0.48
1212flask-sqlalchemy == 3.1.1
1313wtforms == 3.2.1
1414gunicorn == 25.1.0
15- pytz == 2025.2
15+ pytz == 2026.1.post1
1616
You can’t perform that action at this time.
0 commit comments