dependabot[bot]
e752be8d71
Bump flake8 from 3.7.6 to 3.7.7 in /requirements
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.7.6 to 3.7.7.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.6...3.7.7 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 14:43:31 -08:00
dependabot[bot]
0ccc38bf4f
Bump pluggy from 0.8.1 to 0.9.0 in /requirements
...
Bumps [pluggy](https://github.com/pytest-dev/pluggy ) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/pytest-dev/pluggy/releases )
- [Changelog](https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pluggy/compare/0.8.1...0.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 14:42:52 -08:00
Ed Morley
e54acccb25
Bug 1530267 - Mark treeherder-client as requiring Python 3
...
The latest client release still supports Python 2, and given the rarity
of client releases, it's unlikely that a new release will be made any
time soon - so requiring Python 3 on `master` will have little effect.
2019-02-25 20:39:03 +00:00
Ed Morley
ed49fabd66
Bug 1530267 - Remove Python 2-only requirements entries
...
Since they aren't installed/needed under Python 3.
2019-02-25 20:39:03 +00:00
Ed Morley
c7cc7eba47
Bug 1489212 - Update django-filter from 1.1.0 to 2.1.0 ( #4693 )
...
Notably this adds support for Django 2.1, unblocking upgrading from 2.0.
The custom job details API `NumberInFilter` has been removed, since it
wasn't working after the breaking changes in django-filter, and is not
really needed now that the job details API has pagination enabled, so
has a default `LIMIT 2001` applied to queries.
Changes:
https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst#version-20-2018-7-13
2019-02-25 19:44:14 +00:00
dependabot[bot]
3227b2eb63
Bump isort from 4.3.4 to 4.3.8 in /requirements ( #4696 )
...
Bumps [isort](https://github.com/timothycrosley/isort ) from 4.3.4 to 4.3.8.
- [Release notes](https://github.com/timothycrosley/isort/releases )
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/timothycrosley/isort/commits )
And also:
* Remove no longer required isort config workarounds.
* Sort imports correctly in __init__.py (since previously isort skipped these files).
2019-02-25 11:12:40 +00:00
Ed Morley
ff3213911f
Bug 1527336 - Update more-itertools from 5.0.0 to 6.0.0 ( #4695 )
...
The new version has dropped support for Python 2, so this was previously
blocked on bug 1330474.
2019-02-25 09:26:59 +00:00
Ed Morley
23c3a4b8d0
Bug 1426683 - Update Django from 1.11 to 2.0 ( #4676 )
...
https://docs.djangoproject.com/en/2.0/releases/2.0/
2019-02-25 07:14:50 +00:00
dependabot[bot]
33b82f875c
Bump markupsafe from 1.1.0 to 1.1.1 in /requirements
...
Bumps [markupsafe](https://github.com/pallets/markupsafe ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/1.1.1/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/1.1.0...1.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 06:31:04 +00:00
dependabot[bot]
f15a6b9257
Bump django-extensions from 2.1.5 to 2.1.6 in /requirements
...
Bumps [django-extensions](https://github.com/django-extensions/django-extensions ) from 2.1.5 to 2.1.6.
- [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.5...2.1.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 06:29:27 +00:00
dependabot[bot]
5bec1d3942
Bump py from 1.7.0 to 1.8.0 in /requirements
...
Bumps [py](https://github.com/pytest-dev/py ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/pytest-dev/py/releases )
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG )
- [Commits](https://github.com/pytest-dev/py/compare/1.7.0...1.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-22 13:46:45 +00:00
Ed Morley
1fc5e403d5
Bug 1529269 - Remove django-rest-framework-filters ( #4670 )
...
Since we no longer use any of the extensions it provides over the stock
`django-filters` featureset.
2019-02-20 16:52:46 +00:00
Ed Morley
f326e8fa25
Bug 1517253 - Update mysqlclient from 1.3.13 to 1.4.2.post1 ( #4669 )
...
The backwards-incompatible change has since been fixed, so the latest
version now works with Django 1.11 again, avoiding the test failures
seen in #4342 .
https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst#whats-new-in-142
2019-02-20 12:48:49 +00:00
dependabot[bot]
551737d9c7
Bump flake8 from 3.7.5 to 3.7.6 in /requirements
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.7.5 to 3.7.6.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.5...3.7.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 19:22:31 +00:00
dependabot[bot]
26eecb2d3e
Bump pytest from 4.2.1 to 4.3.0 in /requirements
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/4.2.1...4.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 19:21:31 +00:00
dependabot[bot]
bb6bb2d9a8
Bump slugid from 1.0.7 to 2.0.0 in /requirements ( #4658 )
...
And adjust `slugid.encode()` usage now that it returns a string not bytestring.
2019-02-19 08:11:21 +00:00
dependabot[bot]
e6d31a9fa9
Bump redis from 3.1.0 to 3.2.0 in /requirements
...
Bumps [redis](https://github.com/andymccurdy/redis-py ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/andymccurdy/redis-py/releases )
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/andymccurdy/redis-py/compare/3.1.0...3.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 07:33:15 +00:00
dependabot[bot]
c0a6936e92
Bump mkdocs-material from 3.3.0 to 4.0.1 in /requirements
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 3.3.0 to 4.0.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/3.3.0...4.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 15:35:39 -08:00
dependabot[bot]
0d8b5d06b0
Bump newrelic from 4.12.0.113 to 4.14.0.115 in /requirements
...
Bumps [newrelic](http://newrelic.com/docs/python/new-relic-for-python ) from 4.12.0.113 to 4.14.0.115.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 14:49:49 -08:00
dependabot[bot]
5ece500663
Bump pytest from 4.2.0 to 4.2.1 in /requirements
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/4.2.0...4.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 13:24:27 -08:00
dependabot[bot]
0d7d8f558e
Bump pytest-selenium from 1.15.1 to 1.16.0 in /requirements
...
Bumps [pytest-selenium](https://github.com/pytest-dev/pytest-selenium ) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/pytest-dev/pytest-selenium/releases )
- [Changelog](https://github.com/pytest-dev/pytest-selenium/blob/master/docs/news.rst )
- [Commits](https://github.com/pytest-dev/pytest-selenium/compare/v1.15.1...v1.16.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 13:23:33 -08:00
dependabot[bot]
d862622096
[Security] Bump django from 1.11.18 to 1.11.20 in /requirements
...
Bumps [django](https://www.djangoproject.com/ ) from 1.11.18 to 1.11.20. **This update includes security fixes.**
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 07:18:07 +00:00
dependabot[bot]
90c3b96dab
Bump python-dateutil from 2.7.5 to 2.8.0 in /requirements
...
Bumps [python-dateutil](https://dateutil.readthedocs.io ) from 2.7.5 to 2.8.0.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-08 10:20:31 -08:00
Ed Morley
b1b3ebfa11
Bug 1525923 - Switch from pyup to Dependabot for Python package updates ( #4575 )
...
* Adds a configuration file for Dependabot:
https://dependabot.com/blog/introducing-config-files/
* Converting pyup ignore entries to dependabot equivalents.
* Removes the badge for pyup
(Dependabot doesn't yet have an equivalent badge.)
2019-02-07 15:41:31 +00:00
Ed Morley
65287fed30
Bug 1466084 - Docs: Switch to MkDocs and Material theme ( #4565 )
...
Switches from Sphinx to MkDocs, since it:
* supports Markdown natively without requiring hacks like `eval_rst`
* validates inline links, ensuring that they are not broken
* has a more pleasant live-reloading dev-server
* supports the nicer looking mkdocs-material theme
* is a third of the size of Sphinx (including deps)
The theme change is now possible since Read the Docs have just started
supporting use of custom themes (previously they would override the theme
and use `readthedocs` theme regardless).
2019-02-06 19:34:08 +00:00
pyup.io bot
405a8c1ced
Update flake8 from 3.7.4 to 3.7.5 ( #4558 )
2019-02-04 21:11:26 +00:00
pyup.io bot
0ff6b40810
Update sphinx from 1.8.3 to 1.8.4 ( #4555 )
2019-02-04 15:08:12 +00:00
pyup.io bot
9b76f85b16
Update mozlog from 3.10 to 4.0 ( #4554 )
2019-02-04 12:56:35 +00:00
Ed Morley
9bc1da2c78
Update to flake8 3.7.4, pycodestyle 2.5.0 and pyflakes 2.1.0 ( #4536 )
...
http://flake8.pycqa.org/en/latest/release-notes/3.7.0.html
http://flake8.pycqa.org/en/latest/release-notes/3.7.1.html
http://flake8.pycqa.org/en/latest/release-notes/3.7.2.html
http://flake8.pycqa.org/en/latest/release-notes/3.7.3.html
http://flake8.pycqa.org/en/latest/release-notes/3.7.4.html
https://pycodestyle.readthedocs.io/en/latest/developer.html#id2
https://github.com/PyCQA/pyflakes/blob/2.1.0/NEWS.rst
Closes #4540 .
Closes #4516 .
Closes #4493 .
2019-02-04 09:27:37 +00:00
pyup.io bot
94dfc9e8e7
Update pytest-django from 3.4.5 to 3.4.7 ( #4552 )
2019-02-03 22:03:43 +00:00
pyup.io bot
2e1c05d824
Update atomicwrites from 1.2.1 to 1.3.0 ( #4543 )
2019-02-01 15:26:31 +00:00
pyup.io bot
67da9c36fb
Update pytest from 4.1.1 to 4.2.0 ( #4529 )
2019-01-31 08:15:00 +00:00
pyup.io bot
54c955b389
Update django-extensions from 2.1.4 to 2.1.5 ( #4525 )
2019-01-30 20:32:54 +00:00
pyup.io bot
160ea3990a
Update pbr from 5.1.1 to 5.1.2 ( #4526 )
2019-01-30 20:30:00 +00:00
pyup.io bot
c91ea4ae7a
Update redis from 3.0.1 to 3.1.0 ( #4515 )
2019-01-29 06:37:21 +00:00
pyup.io bot
2e03186cb6
Update configparser from 3.5.1 to 3.7.1 ( #4501 )
2019-01-25 18:32:45 +00:00
pyup.io bot
bed77f8976
Update configparser from 3.5.0 to 3.5.1 ( #4490 )
2019-01-24 06:29:01 +00:00
pyup.io bot
ffce274f80
Update newrelic from 4.10.0.112 to 4.12.0.113 ( #4486 )
2019-01-23 09:00:19 +00:00
pyup.io bot
d8e9312155
Update pycryptodome from 3.7.2 to 3.7.3 ( #4479 )
2019-01-21 06:59:40 +00:00
pyup.io bot
ef388912b3
Update djangorestframework from 3.9.0 to 3.9.1 ( #4463 )
2019-01-16 17:55:37 +00:00
pyup.io bot
0979b68d8d
Update pytest-html from 1.19.0 to 1.20.0 ( #4458 )
2019-01-14 18:55:12 +00:00
pyup.io bot
e388ba8d6d
Update pytest from 4.1.0 to 4.1.1 ( #4454 )
2019-01-14 05:28:25 +00:00
pyup.io bot
4a17f386f3
Update newrelic from 4.8.0.110 to 4.10.0.112 ( #4443 )
2019-01-10 19:38:23 +00:00
pyup.io bot
adba085e8c
Update pluggy from 0.8.0 to 0.8.1 ( #4441 )
2019-01-10 07:07:16 +00:00
Ed Morley
954f05f087
Update to recommonmark 0.5.0 ( #4440 )
...
There has finally been a new release of recommonmark, so we no longer
need to install directly from its GitHub repository. This also solves
the issue of constant cache churn seen on Travis (due to usage of pip
editable mode).
2019-01-09 12:00:28 +00:00
pyup.io bot
1ed4969df6
Update pytest to 4.1.0 ( #4427 )
...
And use 'match' instead of 'message' with pytest.raises(), since the
former is actually what we should have been using all along.
See:
https://github.com/pytest-dev/pytest/issues/3974
2019-01-08 11:04:57 +00:00
pyup.io bot
17263cd615
Update pytest-django from 3.4.4 to 3.4.5 ( #4431 )
2019-01-08 08:04:41 +00:00
pyup.io bot
7f7ed5422b
Update pytest-selenium from 1.15.0 to 1.15.1 ( #4429 )
2019-01-07 14:34:07 +00:00
pyup.io bot
a730239123
Update pytz from 2018.7 to 2018.9 ( #4428 )
2019-01-07 09:05:11 +00:00
pyup.io bot
25b6fb8140
Update django from 1.11.17 to 1.11.18 ( #4419 )
2019-01-04 16:17:01 +00:00