Skip to content

Commit 40754ef

Browse files
authored
Upgrade Django to fix CVE-2025-59682 and CVE-2025-59681 (#1772)
* Upgrade Django to fix CVE-2025-59682 and CVE-2025-59681 * Upgrade pip to address pip-audit issues * Ignore GHSA-4xh5-x5gv-qwph until pip 25.3 released
1 parent f9f430e commit 40754ef

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.github/workflows/pip_audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ jobs:
6565
GHSA-pq67-6m6q-mj2v
6666
# We don't use urllib3 from Node.js
6767
GHSA-48p4-8xcf-vxj5
68+
# pip 25.3 is not released yet
69+
# See: https://github.com/advisories/GHSA-4xh5-x5gv-qwph
70+
GHSA-4xh5-x5gv-qwph

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
'ansible-lint~=24.2.2',
1515
'boto3~=1.26.84',
1616
'daphne~=4.1.2',
17-
'Django~=4.2.18',
17+
'Django~=4.2.25',
1818
'django-deprecate-fields~=0.1.1',
1919
'django-extensions~=3.2.1',
2020
'django-health-check~=3.17.0',

requirements-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ diff-match-patch==20230430
106106
# via django-import-export
107107
distro==1.9.0
108108
# via llama-stack-client
109-
django==4.2.24
109+
django==4.2.25
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr

requirements-dev-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pathspec==0.12.1
6969
# -c requirements-aarch64.txt
7070
# black
7171
# yamllint
72-
pip-tools==7.4.1
72+
pip-tools==7.5.1
7373
# via -r requirements-dev.in
7474
platformdirs==4.2.1
7575
# via

requirements-dev-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pathspec==0.12.1
6969
# -c requirements-x86_64.txt
7070
# black
7171
# yamllint
72-
pip-tools==7.4.1
72+
pip-tools==7.5.1
7373
# via -r requirements-dev.in
7474
platformdirs==4.2.1
7575
# via

requirements-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ diff-match-patch==20230430
106106
# via django-import-export
107107
distro==1.9.0
108108
# via llama-stack-client
109-
django==4.2.24
109+
django==4.2.25
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ black==24.3.0
1919
certifi@git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9
2020
cryptography==43.0.1
2121
daphne==4.1.2
22-
Django==4.2.24
22+
Django==4.2.25
2323
django-deprecate-fields==0.1.1
2424
django-extensions==3.2.1
2525
django-health-check==3.17.0

0 commit comments

Comments
 (0)