Skip to content

Commit b4739f3

Browse files
authored
Merge pull request #2328 from quantopian/package_security_updates
Package security updates
2 parents 1454eef + 90676b9 commit b4739f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Incompatible with earlier PIP versions
2-
pip>=7.1.0
2+
pip>=10.0.0
33
# bcolz fails to install if this is not in the build_requires.
44
setuptools>18.0
55

etc/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ xlrd==0.9.4
1010
# These are required by mock or its dependencies
1111
Jinja2==2.9.6
1212
funcsigs==1.0.2
13-
Pygments==2.0.2
13+
Pygments==2.2.0
1414
alabaster==0.7.6
1515
babel==1.3
1616
docutils==0.12

0 commit comments

Comments
 (0)