diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-28 09:04:39 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-12-28 09:04:39 +0100 |
| commit | 54e69d0367d69eb3529670f131fa80eac356975b (patch) | |
| tree | d0e9e9ffd0a52dd2462c6aed6d6f59f53945aa16 /requirements-dev.txt | |
| parent | 5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (diff) | |
[upd] update dependencies
minor change in the oscar theme becase the last version of jinja2
respect more carefully the spaces in the templates
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index d0d1ecc95..170f8c1d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,18 +1,17 @@ -mock==2.0.0 +mock==4.0.3; python_version >= "3.6" +mock==2.0.0; python_version < "3.6" nose2[coverage_plugin]==0.9.2 cov-core==1.15.0 pycodestyle==2.6.0 -pylint==2.4.4 -plone.testing==5.0.0 -splinter==0.11.0 -transifex-client==0.12.2 +pylint==2.6.0 +splinter==0.14.0 +transifex-client==0.14.2 unittest2==1.1.0 -zope.testrunner==4.5.1 selenium==3.141.0 -twine==3.2.0; python_version >= "3.6" +twine==3.3.0; python_version >= "3.6" twine==1.15.0; python_version < "3.6" Pallets-Sphinx-Themes==1.2.3 -Sphinx==3.2.1; python_version >= '3.6' +Sphinx==3.4.1; python_version >= '3.6' Sphinx==3.0.1; python_version < '3.6' sphinx-issues==1.2.0 sphinx-jinja==1.1.1 |