diff options
Diffstat (limited to 'testing/mozharness/requirements.txt')
-rw-r--r-- | testing/mozharness/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mozharness/requirements.txt b/testing/mozharness/requirements.txt index 0cac11534..61e6730d9 100644 --- a/testing/mozharness/requirements.txt +++ b/testing/mozharness/requirements.txt @@ -8,7 +8,7 @@ dulwich==0.8.7 hg-git==0.4.0 logilab-astng==0.24.2 logilab-common==0.59.0 -mercurial==2.6.3 +mercurial ~> 4.1.3 mock==1.0.1 nose==1.2.1 ordereddict==1.1 @@ -22,4 +22,4 @@ virtualenv==1.5.1 wsgiref==0.1.2 urllib3==1.9.1 google-api-python-client==1.3.1 -oauth2client==1.4.2
\ No newline at end of file +oauth2client==1.4.2 |