We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753282b commit f6f9124Copy full SHA for f6f9124
3 files changed
.github/workflows/migrations-check-mysql8.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Cache pip dependencies
38
id: cache-dependencies
39
- uses: actions/cache@v2
+ uses: actions/cache@v3
40
with:
41
path: ${{ steps.pip-cache-dir.outputs.dir }}
42
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}
requirements/django.txt
@@ -1 +1 @@
1
-django==4.2.19
+django==4.2.20
requirements/production.txt
@@ -107,7 +107,7 @@ defusedxml==0.7.1
107
# djangorestframework-xml
108
# python3-openid
109
# social-auth-core
110
111
# via
112
# -c requirements/common_constraints.txt
113
# -c requirements/constraints.txt
0 commit comments