diff --git a/deploy/requirements.txt b/deploy/requirements.txt index f4a97e9..5257e1d 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -7,7 +7,7 @@ django-configurations==2.1 django==2.2.3 gunicorn==19.9.0 -pytz==2019.1 +pytz==2019.2 pyyaml==5.1.1 sqlparse==0.3.0 whitenoise==4.1.3 diff --git a/requirements-dev.in b/requirements-dev.in index 789950c..49c7fb5 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -6,5 +6,5 @@ django-debug-toolbar==1.11 ipython==7.5.0 pip-tools==3.8.0 pytest==4.6.3 -pytest-cov==2.7.1 +pytest-cov==2.8.0 pytest-django==3.5.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index a50bd8e..77e9e99 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,56 +6,56 @@ # appdirs==1.4.3 # via black atomicwrites==1.3.0 # via pytest -attrs==19.1.0 # via black, pytest +attrs==19.2.0 # via black, pytest backcall==0.1.0 # via ipython bandit==1.6.0 black==19.3b0 -certifi==2019.6.16 # via requests +certifi==2019.9.11 # via requests chardet==3.0.4 # via requests click==7.0 # via black, pip-tools codecov==2.0.15 -coverage==4.5.3 # via codecov, pytest-cov +coverage==4.5.4 # via codecov, pytest-cov decorator==4.4.0 # via ipython, traitlets django-configurations==2.1 django-debug-toolbar==1.11 django==2.2.3 -gitdb2==2.0.5 # via gitpython -gitpython==2.1.11 # via bandit +gitdb2==2.0.6 # via gitpython +gitpython==3.0.3 # via bandit gunicorn==19.9.0 idna==2.8 # via requests -importlib-metadata==0.18 # via pluggy, pytest +importlib-metadata==0.23 # via pluggy, pytest ipython-genutils==0.2.0 # via traitlets ipython==7.5.0 -jedi==0.14.1 # via ipython -more-itertools==7.1.0 # via pytest -packaging==19.0 # via pytest +jedi==0.15.1 # via ipython +more-itertools==7.2.0 # via pytest, zipp +packaging==19.2 # via pytest parso==0.5.1 # via jedi -pbr==5.4.0 # via stevedore +pbr==5.4.3 # via stevedore pexpect==4.7.0 # via ipython pickleshare==0.7.5 # via ipython pip-tools==3.8.0 -pluggy==0.12.0 # via pytest -prompt-toolkit==2.0.9 # via ipython +pluggy==0.13.0 # via pytest +prompt-toolkit==2.0.10 # via ipython ptyprocess==0.6.0 # via pexpect py==1.8.0 # via pytest pygments==2.4.2 # via ipython -pyparsing==2.4.0 # via packaging -pytest-cov==2.7.1 +pyparsing==2.4.2 # via packaging +pytest-cov==2.8.0 pytest-django==3.5.0 pytest==4.6.3 -pytz==2019.1 +pytz==2019.2 pyyaml==5.1.1 requests==2.22.0 # via codecov six==1.12.0 # via bandit, packaging, pip-tools, prompt-toolkit, pytest, stevedore, traitlets smmap2==2.0.5 # via gitdb2 sqlparse==0.3.0 -stevedore==1.30.1 # via bandit +stevedore==1.31.0 # via bandit toml==0.10.0 # via black -traitlets==4.3.2 # via ipython -urllib3==1.25.3 # via requests +traitlets==4.3.3 # via ipython +urllib3==1.25.6 # via requests wcwidth==0.1.7 # via prompt-toolkit, pytest whitenoise==4.1.3 -zipp==0.5.2 # via importlib-metadata +zipp==0.6.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# setuptools==41.0.1 # via ipython +# setuptools==41.2.0 # via ipython diff --git a/requirements.txt b/requirements.txt index e1ecab3..5e2376a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # django-configurations==2.1 django==2.2.3 -pytz==2019.1 # via django +pytz==2019.2 # via django pyyaml==5.1.1 sqlparse==0.3.0 # via django whitenoise==4.1.3