Joshua Bronson
8bdd76f597
Disable Sphinx for Python 3.10 while Sphinx is incompatible + upgrade dependencies.
2021-09-02 09:54:14 -04:00
Joshua Bronson
21beb84bf0
upgrade dependencies
2021-07-08 20:01:33 -04:00
Joshua Bronson
4983e285dc
upgrade dependencies
2021-06-06 13:12:16 -04:00
Joshua Bronson
c28363871b
Upgrade dependencies.
2021-05-21 09:11:12 -04:00
Joshua Bronson
3ab6bc10fd
Upgrade dependencies.
...
astroid upgrade requires adding two new ignores to .pylintrc.
2021-04-18 11:20:42 -04:00
Joshua Bronson
5cb2a06403
Upgrade dependencies.
2021-04-03 11:03:10 -04:00
Joshua Bronson
713672e843
Upgrade dependencies.
2021-03-24 17:16:29 -04:00
Joshua Bronson
2f0a387dc1
Upgrade dependencies.
2021-03-12 09:41:36 -05:00
Joshua Bronson
7c879d47bd
Upgrade dependencies.
2021-02-16 09:58:07 -05:00
Joshua Bronson
33ee8f2eef
Upgrade dependencies.
...
Also remove shellcheck hook which started fail with:
[ERROR] The hook `shellcheck` specifies `additional_dependencies` but is
using language `script` which does not install an environment. Perhaps
you meant to use a specific language?
2021-01-30 11:01:23 -05:00
Joshua Bronson
b00d6e3145
Upgrade dependencies.
2021-01-22 10:59:27 -05:00
Joshua Bronson
24620ca757
Use pytest-icdiff + update pins to latest version of all dependencies
2021-01-08 10:35:49 -05:00
dependabot[bot]
afc0a23242
Bump sphinx from 3.4.1 to 3.4.3 in /requirements
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.4.1 to 3.4.3.
- [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.4.1...v3.4.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 08:55:31 -05:00
dependabot[bot]
a38d51e4b5
Bump sphinx from 3.4.0 to 3.4.1 in /requirements
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.4.0 to 3.4.1.
- [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.4.0...v3.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 10:44:21 -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