diff --git a/requirements/local-docs-build.txt b/requirements/local-docs-build.txt index 26dad743ac5..67d4ce20f17 100644 --- a/requirements/local-docs-build.txt +++ b/requirements/local-docs-build.txt @@ -30,4 +30,4 @@ sphinxcontrib-httpdomain==1.7.0 sphinx-prompt==1.0.0 sphinx-notfound-page==0.4 commonmark==0.9.0 -recommonmark==0.5.0 +recommonmark==0.6.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index a039743ac35..05f88fcf907 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # Base packages -pip==19.2.1 +pip==19.2.2 appdirs==1.4.3 virtualenv==16.7.2 @@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore django-allauth==0.39.1 -GitPython==2.1.13 +GitPython==3.0.1 # Search elasticsearch==6.4.0 # pyup: <7.0.0 @@ -67,7 +67,7 @@ pyquery==1.4.0 # lxml is used by pyquery # defusedxml is recommended when using lxml -lxml==4.4.0 +lxml==4.4.1 defusedxml==0.6.0 # Utils @@ -76,7 +76,7 @@ pytz==2019.2 Unipath==1.1 django-kombu==0.9.4 mock==3.0.5 -stripe==2.33.0 +stripe==2.34.0 # unicode-slugify==0.1.5 is not released on PyPI yet git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5 diff --git a/requirements/testing.txt b/requirements/testing.txt index 1ed04c03601..6267c589dde 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -12,7 +12,7 @@ pytest-django==3.4.6 # pyup: <3.4.7 pytest-xdist==1.27.0 # pyup: ignore pytest-cov==2.7.1 apipkg==1.5 -execnet==1.6.1 +execnet==1.7.0 # Mercurial 4.3 and newer require Python 2.7 # Mercurial is actively being ported to Python 3. As of Mercurial 4.3, @@ -22,7 +22,7 @@ execnet==1.6.1 # (Pinned to 4.4.2 since what we need for testing is still useful) Mercurial==4.4.2 # pyup: ignore -yamale==1.10.0 +yamale==1.10.1 pytest-mock==1.10.4 # local debugging tools