diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-10-22 02:22:20 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-10-22 02:22:20 +0200 |
commit | 38883d6c7ded390e090c2dc6658ab01db1133c98 (patch) | |
tree | aa1005e23a7437eea70748392b2eb6140ce8a234 /requirements-dev.txt | |
parent | d5c0dcd18a04940f3ac0552f98f812fd005ae8d1 (diff) | |
download | searxng-38883d6c7ded390e090c2dc6658ab01db1133c98.tar.gz searxng-38883d6c7ded390e090c2dc6658ab01db1133c98.zip |
[enh] update dev requirements
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 580ef63e5..543521895 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,8 +3,8 @@ mock==2.0.0 nose2[coverage-plugin] pep8==1.7.0 plone.testing==5.0.0 -robotframework-selenium2library==1.7.4 +robotframework-selenium2library==1.8.0 robotsuite==1.7.0 -transifex-client==0.11 +transifex-client==0.12.2 unittest2==1.1.0 -zope.testrunner==4.4.10 +zope.testrunner==4.5.1 |