aboutsummaryrefslogtreecommitdiffstats
path: root/update_reqs.py
diff options
context:
space:
mode:
Diffstat (limited to 'update_reqs.py')
-rw-r--r--update_reqs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_reqs.py b/update_reqs.py
index 304b479..0a53ec9 100644
--- a/update_reqs.py
+++ b/update_reqs.py
@@ -54,7 +54,7 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__))
def get_requirements():
"""Retrieves the binary JSON content fom REQS_URL"""
- return request.urlopen(REQS_URL)
+ return request.urlopen(REQS_URL) # nosec
def write_file(contents, path):