Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 91b2b27

Browse files
committed
dev: update django version
The previous django version had a cve. https://nvd.nist.gov/vuln/detail/CVE-2018-14574 Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
1 parent a6e8b57 commit 91b2b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

REQUIREMENTS.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .
22
-e tests/django_project/
3-
django==1.11
3+
django>=1.11,<1.12
44
flake8
55
ipython
66
pytest

0 commit comments

Comments
 (0)