diff --git a/Makefile b/Makefile index 99dd04d..4611282 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Generated by Medikit 0.6.1 on 2018-05-16. +# Generated by Medikit 0.6.3 on 2018-06-11. # All changes will be overriden. # Edit Projectfile and run “make update” (or “medikit update”) to regenerate. @@ -24,7 +24,7 @@ YAPF ?= $(PYTHON) -m yapf YAPF_OPTIONS ?= -rip MEDIKIT ?= $(PYTHON) -m medikit MEDIKIT_UPDATE_OPTIONS ?= -MEDIKIT_VERSION ?= 0.6.1 +MEDIKIT_VERSION ?= 0.6.3 .PHONY: $(SPHINX_SOURCEDIR) clean format help install install-dev medikit quick release test update update-requirements diff --git a/requirements-dev.txt b/requirements-dev.txt index f220638..b744dee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,9 @@ -e .[dev] -r requirements.txt alabaster==0.7.10 +atomicwrites==1.1.5 attrs==18.1.0 -babel==2.5.3 +babel==2.6.0 certifi==2018.4.16 chardet==3.0.4 coverage==4.5.1 @@ -11,19 +12,19 @@ idna==2.6 imagesize==1.0.0 jinja2==2.10 markupsafe==1.0 -more-itertools==4.1.0 +more-itertools==4.2.0 packaging==17.1 pluggy==0.6.0 py==1.5.3 pygments==2.2.0 pyparsing==2.2.0 pytest-cov==2.5.1 -pytest==3.5.1 +pytest==3.6.1 pytz==2018.4 requests==2.18.4 six==1.11.0 snowballstemmer==1.2.1 -sphinx==1.7.4 -sphinxcontrib-websupport==1.0.1 +sphinx==1.7.5 +sphinxcontrib-websupport==1.1.0 urllib3==1.22 yapf==0.22.0 diff --git a/setup.py b/setup.py index 57a419e..732ab92 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Generated by Medikit 0.6.1 on 2018-05-16. +# Generated by Medikit 0.6.3 on 2018-06-11. # All changes will be overriden. # Edit Projectfile and run “make update” (or “medikit update”) to regenerate.