Skip to content

Commit 6ecb0fd

Browse files
committed
upgrade django version
1 parent a67fa74 commit 6ecb0fd

File tree

6 files changed

+588
-6
lines changed

6 files changed

+588
-6
lines changed

.github/workflows/pip_compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
echo "ARCH=$(uname -m)" >> "$GITHUB_ENV"
4747
- name: install
4848
run: |
49+
pip install --upgrade "pip<24.1"
4950
pip install pip-tools
5051
pip-compile --quiet -o requirements-${{ env.ARCH }}.txt requirements.in
5152
pip-compile --quiet -o requirements-dev-${{ env.ARCH }}.txt -c requirements-${{ env.ARCH }}.txt requirements-dev.in

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.40',
1616
'daphne~=4.1.2',
17-
'Django~=4.2.25',
17+
'Django~=4.2.26',
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.25
109+
django==4.2.26
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr

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.25
109+
django==4.2.26
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.25
22+
Django==4.2.26
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)