Skip to content

Commit e855aa8

Browse files
committedMay 9, 2019
Fix the awful security vulnerability
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent ed50f46 commit e855aa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ google-cloud-storage==1.2.0
77
# requests should be before dulwich to avoid urllib3 version conflict
88
requests==2.21.0
99
dulwich==0.19.11
10-
jinja2 ==2.10
10+
jinja2==2.10.1
1111
humanize==0.5.1
1212
python-dateutil==2.7.3
1313
pygtrie==2.3

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"clint>=0.5.0,<0.6",
3333
"google-cloud-storage>=1.2,<=1.2.0",
3434
# requests should be before dulwich to avoid urllib3 version conflict
35-
"requests >=2.0,<3.0",
35+
"requests>=2.0,<3.0",
3636
"dulwich>=0.19,<1.0",
37-
"jinja2 >=2.0,<3.0",
37+
"jinja2>=2.10.1,<3.0",
3838
"humanize>=0.5.0,<0.6",
3939
"python-dateutil>=2.0,<3.0",
4040
"typing;python_version<'3.5'",

0 commit comments

Comments
 (0)
Please sign in to comment.