Skip to content

Commit 5103c01

Browse files
Merge pull request #76 from GitTimeraider/develop
Dependency updates
2 parents bc4f43c + 78a0d41 commit 5103c01

3 files changed

Lines changed: 7 additions & 7 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.0a5-slim
1+
FROM python:3.15.0a6-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.0a5-slim
1+
FROM python:3.15.0a6-slim
22

33
# Set environment variables to prevent interactive prompts and optimize Python
44
ENV DEBIAN_FRONTEND=noninteractive \

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
flask==3.1.2
1+
flask==3.1.3
22
flask-login==0.6.3
33
flask-wtf==1.2.2
4-
werkzeug==3.1.5
4+
werkzeug==3.1.6
55
bcrypt==5.0.0
66
APScheduler==3.11.2
77
PyGithub==2.8.1
88
gitpython==3.1.46
9-
python-dotenv==1.2.1
9+
python-dotenv==1.2.2
1010
requests==2.32.5
11-
sqlalchemy==2.0.46
11+
sqlalchemy==2.0.47
1212
flask-sqlalchemy==3.1.1
1313
wtforms==3.2.1
14-
gunicorn==25.0.3
14+
gunicorn==25.1.0
1515
pytz==2025.2
1616

0 commit comments

Comments
 (0)