Граф коммитов

1082 Коммитов

Автор SHA1 Сообщение Дата
dependabot-preview[bot] 8b37fde748 Bump graphql-core from 2.2 to 2.2.1 in /requirements
Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 2.2 to 2.2.1.
- [Release notes](https://github.com/graphql-python/graphql-core/releases)
- [Commits](https://github.com/graphql-python/graphql-core/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 07:48:45 -07:00
Armen Zambrano G 7f04a91af7 Revert "Bug 1395254 - Consume Taskcluster jobs from standard queue exchanges (#5042)"
This reverts commit 75dc375a93.
2019-07-23 16:24:13 -04:00
Armen Zambrano 75dc375a93
Bug 1395254 - Consume Taskcluster jobs from standard queue exchanges (#5042)
* Bug 1395254 - Consume Taskcluster Pulse messages from standard queue exchanges

Currently, Treeherder consumes Pulse messages from an intermediary service called `taskcluster-treeherder`.
Such service needs to be shut down and its functionality imported into Treeherder.

In order to do this we need to switch to the standard Taskcluster exchanges as defined in here:
https://docs.taskcluster.net/docs/reference/platform/queue/exchanges

On a first pass we are only including the code from `taskcluster-treeherder` without changing
much of Treeherder's code. The code is translated from Javascript to Python and only some minor
code changes were done to reduce the difficulty on porting the code without introducing bugs.
Internally, on this first pass, we will still have an intermediary data structure representing
what `taskcluster-treeherder` is emitting, however, we will stop consuming the messages
from it and be able to shut it down.

Instead of consuming from one single exchange we will be consuming multiple ones. Each one representing
a different kind of task (e.g. pending vs running).

In order to test this change you need to open 4 terminal windows and follow these steps:

* On the first two windows `export PULSE_URL="amqp://foo:bar@pulse.mozilla.org:5671/?ssl=1"` and run the following commands:
  * `docker-compose run -e PULSE_URL backend ./manage.py pulse_listener_jobs`
  * `docker-compose run -e PULSE_URL backend ./manage.py pulse_listener_pushes`
* On the third window run `docker-compose run backend celery -A treeherder worker -B --concurrency 5`
* On the last window run `docker-compose up`
* Open on your browser `http://localhost:5000`

This is just a summary from [the docs](https://treeherder.readthedocs.io/pulseload.html).

= ETL management commands =
This change also introduces two ETL management command that can be executed like this:

== Ingest push and tasks ==

This script can ingest into Treeherder all tasks associated to a push.
It uses Python's asyncio to speed up the ingestion of tasks.

```bash
./manage.py ingest_push_and_tasks
```

== Update Pulse test fixtures ==

```bash
./manage.py update_pulse_test_fixtures
```

This command will read 100 Taskcluster Pulse messages, process them and store them as test fixtures
under these two files: `tests/sample_data/pulse_consumer/taskcluster_{jobs,metadata}.json`

Following this work would be to get rid of the intermediary job representation ([bug 1560596](https://bugzilla.mozilla.org/show_bug.cgi?id=1560596) which will
clean up some of the code and some of the old tests.

= Other changes =

Other changes included:

* Import `taskcluster-treeherder`'s validation to ensure we're not fed garbage.
* Change `yaml.load(f)` for `yaml.load(f, Loader=yaml.FullLoader)`. Read [this](https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation) for details
* Introduce `taskcluster` and `taskcluster-urls` as dependencies
* The test `test_retry_missing_revision_never_succeeds` makes no sense because
we make Json validation on the Pulse message
2019-07-23 13:14:18 -04:00
Cameron Dawson 8eec530f50 Revert "Bump graphene-django from 2.3.2 to 2.4.0"
This breaks the test-view

This reverts commit e981a8fe17.
2019-07-18 14:01:49 -07:00
dependabot-preview[bot] fe15a2e8ef Bump pyrsistent from 0.15.2 to 0.15.3
Bumps [pyrsistent](https://github.com/tobgu/pyrsistent) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/tobgu/pyrsistent/releases)
- [Changelog](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt)
- [Commits](https://github.com/tobgu/pyrsistent/compare/v0.15.2...v0.15.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:29:27 -07:00
dependabot-preview[bot] 2fd272fe2f Bump flake8 from 3.7.7 to 3.7.8
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.7 to 3.7.8.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.7...3.7.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:27:37 -07:00
dependabot-preview[bot] a3a9a2d021 Bump orderedmultidict from 1.0 to 1.0.1
Bumps [orderedmultidict](https://github.com/gruns/orderedmultidict) from 1.0 to 1.0.1.
- [Release notes](https://github.com/gruns/orderedmultidict/releases)
- [Commits](https://github.com/gruns/orderedmultidict/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:27:02 -07:00
dependabot-preview[bot] 9144f591e4 Bump zope-proxy from 4.3.1 to 4.3.2
Bumps [zope-proxy](https://github.com/zopefoundation/zope.proxy) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/zopefoundation/zope.proxy/releases)
- [Changelog](https://github.com/zopefoundation/zope.proxy/blob/master/CHANGES.rst)
- [Commits](https://github.com/zopefoundation/zope.proxy/compare/4.3.1...4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:26:35 -07:00
dependabot-preview[bot] e981a8fe17 Bump graphene-django from 2.3.2 to 2.4.0
Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/graphql-python/graphene-django/releases)
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.3.2...v2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:25:33 -07:00
dependabot-preview[bot] 52a175e59b Bump whitenoise from 4.1.2 to 4.1.3
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v4.1.2...v4.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:24:32 -07:00
dependabot-preview[bot] 8bd4ed1399 Bump pbr from 5.3.0 to 5.4.1
Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.3.0 to 5.4.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 09:23:57 -07:00
Cameron Dawson c3c484c35d Revert "Bump mozlog from 4.1 to 4.2.0 (#5116)"
This reverts commit dae20daa83.
2019-07-03 15:29:15 -07:00
dependabot-preview[bot] dae20daa83 Bump mozlog from 4.1 to 4.2.0 (#5116)
Bumps [mozlog](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 4.1 to 4.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-03 08:24:08 -07:00
dependabot-preview[bot] 4c5bc0d8ea Bump django from 2.2.2 to 2.2.3 (#5112)
Bumps [django](https://github.com/django/django) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 11:18:38 -07:00
dependabot-preview[bot] 24a93751f8 Bump pytest-django from 3.5.0 to 3.5.1 (#5109)
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v3.5.0...v3.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 11:18:11 -07:00
dependabot-preview[bot] d3767d8a26 Bump newrelic from 4.20.0.120 to 4.20.1.121 (#5093)
Bumps [newrelic](http://newrelic.com/docs/python/new-relic-for-python) from 4.20.0.120 to 4.20.1.121.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 13:45:12 -07:00
dependabot-preview[bot] 25c349162d Bump isort from 4.3.20 to 4.3.21 (#5099)
Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.20 to 4.3.21.
- [Release notes](https://github.com/timothycrosley/isort/releases)
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/timothycrosley/isort/compare/4.3.20...4.3.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 13:44:49 -07:00
dependabot-preview[bot] ce8e00170a Bump more-itertools from 7.0.0 to 7.1.0 (#5102)
Bumps [more-itertools](https://github.com/erikrose/more-itertools) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/erikrose/more-itertools/releases)
- [Commits](https://github.com/erikrose/more-itertools/compare/7.0.0...v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 13:44:28 -07:00
dependabot-preview[bot] ed6ab8658a Bump django-debug-toolbar from 1.11 to 2.0 (#5082)
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.11 to 2.0.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/1.11...2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 16:40:06 -07:00
dependabot-preview[bot] 40b38cf710 Bump graphene-django from 2.3.0 to 2.3.2 (#5084)
Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/graphql-python/graphene-django/releases)
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.3.0...v2.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 12:17:55 -07:00
dependabot-preview[bot] c4484dff33 Bump pytest-html from 1.21.0 to 1.21.1 (#5080)
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases)
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst)
- [Commits](https://github.com/pytest-dev/pytest-html/compare/v1.21.0...v1.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 12:17:19 -07:00
dependabot-preview[bot] 5c1037e6e0 Bump typing from 3.6.6 to 3.7.4 (#5081)
Bumps [typing](https://docs.python.org/3/library/typing.html) from 3.6.6 to 3.7.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 12:16:44 -07:00
dependabot-preview[bot] 3840a31c7b Bump pbr from 5.2.1 to 5.3.0 (#5066)
Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.2.1 to 5.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 10:04:03 -07:00
dependabot-preview[bot] 1c3ac7ea16 Bump graphene from 2.1.5 to 2.1.6 (#5067)
Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/graphql-python/graphene/releases)
- [Commits](https://github.com/graphql-python/graphene/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 10:03:12 -07:00
dependabot-preview[bot] 5b95a6742d Bump kombu from 4.6.1 to 4.6.3 (#5071)
Bumps [kombu](https://kombu.readthedocs.io) from 4.6.1 to 4.6.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 10:01:55 -07:00
dependabot-preview[bot] 1a9f7cf56a Bump mkdocs-material from 4.3.1 to 4.4.0 (#5072)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.3.1...4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 10:00:19 -07:00
dependabot-preview[bot] 027ea0ea59 Bump certifi from 2019.3.9 to 2019.6.16 (#5074)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.3.9 to 2019.6.16.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2019.03.09...2019.06.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 09:58:51 -07:00
dependabot-preview[bot] 3112c04d18 Bump pytest-html from 1.20.0 to 1.21.0 (#5075)
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases)
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst)
- [Commits](https://github.com/pytest-dev/pytest-html/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 09:58:09 -07:00
dependabot-preview[bot] a7851eccc3 Bump graphene-django from 2.2.0 to 2.3.0 (#5048)
Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/graphql-python/graphene-django/releases)
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 11:50:51 -07:00
dependabot-preview[bot] 3e32043f6f Bump django-extensions from 2.1.7 to 2.1.9 (#5052)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 2.1.7 to 2.1.9.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/2.1.7...2.1.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 11:50:03 -07:00
dependabot-preview[bot] 9d5aac6e76 Bump pyyaml from 5.1 to 5.1.1 (#5043)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.1.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-07 11:44:11 -07:00
dependabot-preview[bot] cf9720ae1d Bump graphql-core from 2.1 to 2.2 (#5044)
Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 2.1 to 2.2.
- [Release notes](https://github.com/graphql-python/graphql-core/releases)
- [Commits](https://github.com/graphql-python/graphql-core/compare/v2.1.0...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-07 11:43:44 -07:00
dependabot-preview[bot] fd47449017 Bump kombu from 4.6.0 to 4.6.1 (#5040)
Bumps [kombu](https://kombu.readthedocs.io) from 4.6.0 to 4.6.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-06 09:05:19 -07:00
dependabot-preview[bot] c50998c7a5 Bump pytest-django from 3.4.8 to 3.5.0 (#5027)
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.4.8 to 3.5.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pytest-dev/pytest-django/compare/3.4.8...v3.5.0)
2019-06-04 12:12:06 -07:00
dependabot-preview[bot] c75f5fc492 Bump graphene from 2.1.3 to 2.1.5 (#5028)
Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/graphql-python/graphene/releases)
- [Commits](https://github.com/graphql-python/graphene/compare/v2.1.3...v2.1.5)
2019-06-04 12:11:40 -07:00
dependabot-preview[bot] f66e0d2a09 Bump django from 2.2.1 to 2.2.2 (#5026)
Bumps [django](https://github.com/django/django) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.1...2.2.2)
2019-06-03 08:55:01 -07:00
dependabot-preview[bot] d6ad11ffe1 Bump pbr from 5.2.0 to 5.2.1 (#5014)
Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.2.0 to 5.2.1.
2019-06-03 08:54:05 -07:00
dependabot-preview[bot] 2d668a82b0 Bump kombu from 4.5.0 to 4.6.0 (#5017)
Bumps [kombu](https://kombu.readthedocs.io) from 4.5.0 to 4.6.0.
2019-06-02 22:37:53 -07:00
dependabot-preview[bot] fcf35fc2ab Bump pycryptodome from 3.8.1 to 3.8.2 (#5015)
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.8.1...v3.8.2)
2019-05-31 16:36:53 -07:00
dependabot-preview[bot] eba580ab70 Bump amqp from 2.4.2 to 2.5.0 (#5016)
Bumps [amqp](https://github.com/celery/py-amqp) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/celery/py-amqp/releases)
- [Changelog](https://github.com/celery/py-amqp/blob/master/Changelog)
- [Commits](https://github.com/celery/py-amqp/compare/v2.4.2...2.5.0)
2019-05-31 13:36:30 -07:00
dependabot-preview[bot] 4ef87442b0 Bump mozlog from 4.0 to 4.1 (#5003)
Bumps [mozlog](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 4.0 to 4.1.
2019-05-29 10:17:02 -07:00
dependabot-preview[bot] 7d30e3b951 Bump elasticsearch from 7.0.1 to 7.0.2 (#5011)
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Changelog](https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst)
- [Commits](https://github.com/elastic/elasticsearch-py/compare/7.0.1...7.0.2)
2019-05-29 10:16:19 -07:00
dependabot-preview[bot] e138b961da Bump django-cors-headers from 3.0.1 to 3.0.2 (#5012)
Bumps [django-cors-headers](https://github.com/ottoyiu/django-cors-headers) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/ottoyiu/django-cors-headers/releases)
- [Changelog](https://github.com/ottoyiu/django-cors-headers/blob/3.0.2/HISTORY.rst)
- [Commits](https://github.com/ottoyiu/django-cors-headers/compare/3.0.1...3.0.2)
2019-05-29 10:15:44 -07:00
dependabot-preview[bot] f2b4fb5d2a Bump djangorestframework from 3.9.3 to 3.9.4 (#4961)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.9.3...3.9.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-29 08:38:07 -07:00
dependabot-preview[bot] 3b8311b94f Bump urllib3 from 1.25.2 to 1.25.3 (#4999)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.2 to 1.25.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.2...1.25.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-23 12:43:41 -07:00
dependabot-preview[bot] 7bc6ec9abf Bump mkdocs-material from 4.3.0 to 4.3.1 (#4998)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.3.0...4.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-23 11:49:02 -07:00
dependabot[bot] 903620d273 Bump newrelic from 4.18.0.118 to 4.20.0.120 (#4997)
Bumps [newrelic](http://newrelic.com/docs/python/new-relic-for-python) from 4.18.0.118 to 4.20.0.120.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-22 15:10:14 -07:00
dependabot[bot] 74b9e7a3dd Bump django-extensions from 2.1.6 to 2.1.7 (#4984)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/2.1.6...2.1.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 07:59:04 -07:00
dependabot[bot] 2bcaf9a226 Bump mkdocs-material from 4.2.0 to 4.3.0 (#4983)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.2.0...4.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-17 17:11:32 -07:00
dependabot[bot] 5ebf7c2448 Bump urllib3 from 1.24.2 to 1.25.2 (#4926)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.25.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-17 17:10:28 -07:00