Skip to content

Commit 116fe34

Browse files
committed
ci: Upgrade django-cors-headers version in django2x frontend integration tests
1 parent 308e9e4 commit 116fe34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
),
4040
"django2x": (
4141
[
42-
"django-cors-headers==2.0",
42+
"django-cors-headers==3.11.0",
4343
"django>=2,<3",
4444
"django-stubs==1.9.0",
4545
"gunicorn==20.1.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
django==2.2
2-
django-cors-headers==2.0
2+
django-cors-headers==3.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==3.2.12
2-
django-cors-headers==3.10
2+
django-cors-headers==3.11

0 commit comments

Comments
 (0)