Skip to content

Commit

Permalink
fix: pin furo to avoid: AttributeError: 'document' object has no attr…
Browse files Browse the repository at this point in the history
…ibute 'findall'
  • Loading branch information
jstaph committed Jun 5, 2022
1 parent 32f5979 commit 8804afe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 29 deletions.
41 changes: 13 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ python = "^3.7"
nox = ">=2020.8.22"
tomlkit = ">=0.7"
packaging = ">=20.9"
html5lib = "^1.1"

[tool.poetry.dev-dependencies]
pytest = ">=6.2.5"
Expand All @@ -40,7 +41,7 @@ flake8-rst-docstrings = ">=0.2.5"
pep8-naming = ">=0.12.1"
darglint = ">=1.8.1"
pre-commit-hooks = ">=4.1.0"
furo = ">=2022.1.2"
furo = "==2022.1.2"
Pygments = ">=2.11.2"
poetry = ">=1.1.12"
pytest-datadir = ">=1.3.1"
Expand Down

0 comments on commit 8804afe

Please sign in to comment.