File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+
4
+ updates :
5
+ - package-ecosystem : pip
6
+ directory : " /"
7
+ schedule :
8
+ interval : daily
9
+ time : " 02:00"
10
+ open-pull-requests-limit : 10
11
+ - package-ecosystem : github-actions
12
+ directory : " /"
13
+ schedule :
14
+ interval : daily
15
+ time : " 02:00"
16
+ open-pull-requests-limit : 10
17
+ - package-ecosystem : docker
18
+ directory : " /"
19
+ schedule :
20
+ interval : daily
21
+ time : " 02:00"
22
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 1
- FROM python:3.12 -slim
1
+ FROM python:3.13 -slim
2
2
3
3
ENV PYTHONUNBUFFERED 1
4
4
ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 1
- dbus-python == 1.3.2
2
- Django == 5.1.7
1
+ dbus-python == 1.4.0
2
+ Django == 5.2.1
3
3
django-cors-headers == 4.7.0
4
- djangorestframework == 3.15.2
5
- django-debug-toolbar == 5.0.1
4
+ djangorestframework == 3.16.0
5
+ django-debug-toolbar == 5.2.0
You can’t perform that action at this time.
0 commit comments