Skip to content

Commit c04dbd9

Browse files
Merge pull request #82 from GitTimeraider/develop
Develop
2 parents 09fc152 + 3d13cbe commit c04dbd9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
ENV DEBIAN_FRONTEND=noninteractive \

Dockerfile.root

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
ENV DEBIAN_FRONTEND=noninteractive \

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ flask-wtf==1.2.2
44
werkzeug==3.1.6
55
bcrypt==5.0.0
66
APScheduler==3.11.2
7-
PyGithub==2.8.1
7+
PyGithub==2.9.0
88
gitpython==3.1.46
99
python-dotenv==1.2.2
1010
requests==2.32.5
11-
sqlalchemy==2.0.47
11+
sqlalchemy==2.0.48
1212
flask-sqlalchemy==3.1.1
1313
wtforms==3.2.1
1414
gunicorn==25.1.0
15-
pytz==2025.2
15+
pytz==2026.1.post1
1616

0 commit comments

Comments
 (0)