Skip to content

Commit f6f9124

Browse files
authored
chore: update Django to 4.2.20 for Sumac - Security Patch (#4596)
* chore: upgrade Django to 4.2.20 * chore: update actions/cache version in mysql8-migration workflow
1 parent 753282b commit f6f9124

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/migrations-check-mysql8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Cache pip dependencies
3838
id: cache-dependencies
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ${{ steps.pip-cache-dir.outputs.dir }}
4242
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}

requirements/django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django==4.2.19
1+
django==4.2.20

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defusedxml==0.7.1
107107
# djangorestframework-xml
108108
# python3-openid
109109
# social-auth-core
110-
django==4.2.19
110+
django==4.2.20
111111
# via
112112
# -c requirements/common_constraints.txt
113113
# -c requirements/constraints.txt

0 commit comments

Comments
 (0)