Skip to content

Commit b703304

Browse files
authored
Merge pull request #35 from soltanoff/global_version_update
CVE: package updates
2 parents e4edb86 + 62dd912 commit b703304

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

.github/dependabot.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
ENV PYTHONUNBUFFERED 1
44
ENV PYTHONDONTWRITEBYTECODE 1

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dbus-python==1.3.2
2-
Django==5.1.7
1+
dbus-python==1.4.0
2+
Django==5.2.1
33
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

0 commit comments

Comments
 (0)