dependabot[bot]
7d67e263ac
Bump py from 1.9.0 to 1.10.0 in /requirements
...
Bumps [py](https://github.com/pytest-dev/py ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases )
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:59:47 -05:00
dependabot[bot]
bcec0e3aa7
Bump pre-commit from 2.9.2 to 2.9.3 in /requirements
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.2...v2.9.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:43:56 -05:00
dependabot[bot]
2a1d9c1f60
Bump pytest from 6.1.2 to 6.2.1 in /requirements
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.1.2 to 6.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/6.1.2...6.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:39:35 -05:00
dependabot[bot]
c6a2fea7b1
Bump coverage from 5.3 to 5.3.1 in /requirements
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 5.3 to 5.3.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.3...coverage-5.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:39:01 -05:00
dependabot[bot]
86166f4547
Bump sphinx from 3.3.1 to 3.4.0 in /requirements
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:38:08 -05:00
Joshua Bronson
8c161ca64c
Improve installation, dev, and release tooling.
...
* Switch from install-extras to requirements.in + pip-tools for
deterministic installation of dependencies.
* Do not use the isolated pre-commit environment for the pylint
hook as per
https://github.com/pre-commit/pre-commit/issues/813#issuecomment-413220498 .
* Use setuptools_scm's new parentdir_prefix_version feature to fix #115 .
See pypa/setuptools_scm#477 .
* Drop sphinx_autodoc_typehints; use equivalent functionality now built
into Sphinx.
2020-11-28 10:09:31 -05:00