chore: requirement updates (#184)

* chore: requirement updates

* poetry update
* .github/worklows/constraints.txt updated
* docs/requirements.txt updated
* pre-commit hooks updated

* docs: remove sphinx-click

sphinx-click is unused, as we're not using click in this project
This commit is contained in:
Andrew
2022-07-10 16:57:52 -05:00
committed by GitHub
parent 67369a065b
commit dd1b4762fd
7 changed files with 88 additions and 280 deletions

View File

@@ -51,7 +51,6 @@ pep8-naming = "^0.13.0"
darglint = "^1.8.1"
reorder-python-imports = "^3.1.0"
pre-commit-hooks = "^4.2.0"
sphinx-click = "^4.1.0"
Pygments = "^2.12.0"
pyupgrade = "^2.32.1"
furo = ">=2021.11.12"