Skip to content

Commit 9c4e098

Browse files
author
Lego Las
committed
update Django to 1.11.18, as lower versions are vulnerable
1 parent 5737da0 commit 9c4e098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
language_version: python3.6
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v1.3.0
8+
rev: v1.3.1
99
hooks:
1010
- id: flake8
1111
args: [aileen]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ black==18.9b0
44
certifi==2018.10.15
55
chardet==3.0.4
66
Click==7.0
7-
Django==1.11.16
7+
Django==1.11.18
88
django-bootstrap3==11.0.0
99
django-geojson==2.10.0
1010
django-leaflet==0.24.0

0 commit comments

Comments
 (0)