From fd3462c2b92c8a297fabc9c09ea572259b94a621 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 10 Jul 2020 12:02:49 -0700 Subject: [PATCH 1/4] Update sentry-sdk from 0.16.0 to 0.16.1 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 63744a26d..afd777b78 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==0.16.0 # https://github.com/getsentry/sentry-python +sentry-sdk==0.16.1 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==1.0.1 # https://github.com/redis/hiredis-py From a0c73d942f225fbd62d4cfff3737acf88069aa68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 12 Jul 2020 06:51:40 -0700 Subject: [PATCH 2/4] Update pylint-django from 2.0.15 to 2.1.0 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 134a94728..6bc27eae3 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -29,7 +29,7 @@ flake8==3.8.3 # https://github.com/PyCQA/flake8 flake8-isort==3.0.1 # https://github.com/gforcada/flake8-isort coverage==5.2 # https://github.com/nedbat/coveragepy black==19.10b0 # https://github.com/ambv/black -pylint-django==2.0.15 # https://github.com/PyCQA/pylint-django +pylint-django==2.1.0 # https://github.com/PyCQA/pylint-django {%- if cookiecutter.use_celery == 'y' %} pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery {%- endif %} From 7a48cacdf70de1d4df9498057b0306678c440320 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 14 Jul 2020 07:20:16 -0700 Subject: [PATCH 3/4] Update django-extensions from 3.0.2 to 3.0.3 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 134a94728..273ffe805 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -40,6 +40,6 @@ pre-commit==2.6.0 # https://github.com/pre-commit/pre-commit factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==2.2 # https://github.com/jazzband/django-debug-toolbar -django-extensions==3.0.2 # https://github.com/django-extensions/django-extensions +django-extensions==3.0.3 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.8.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.9.0 # https://github.com/pytest-dev/pytest-django From 6f368089ed01879f22eca4f7d7444aabec949a44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 16 Jul 2020 01:43:58 -0700 Subject: [PATCH 4/4] Update tox from 3.16.1 to 3.17.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ccfb8a2c..400fa9b15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ flake8-isort==3.0.1 # Testing # ------------------------------------------------------------------------------ -tox==3.16.1 +tox==3.17.1 pytest==5.4.3 pytest-cookies==0.5.1 pytest-instafail==0.4.2