Skip to content

Commit

Permalink
Update Furo dependency to solve broken hashes in its old wheels
Browse files Browse the repository at this point in the history
Solves compatibility with Poetry 1.4.1, that is now actually checking those hashes
  • Loading branch information
alecandido committed Mar 27, 2023
1 parent e17ab77 commit f9e11b1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dash = "^2.6.0"
lmfit = "^1.0.3"
# docs dependencies (for readthedocs, https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569)
Sphinx = { version = "^5.0.0", optional = true }
furo = { version = "^2022.9.29", optional = true }
furo = { version = "^2023.3.27", optional = true }
sphinxcontrib-bibtex = { version = "^2.4.1", optional = true }
recommonmark = { version = "^0.7.1", optional = true }
sphinx_markdown_tables = { version = "^0.0.17", optional = true }
Expand All @@ -45,7 +45,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = "^5.0.0"
furo = "^2022.9.29"
furo = "^2023.3.27"
sphinxcontrib-bibtex = "^2.4.1"
recommonmark = "^0.7.1"
sphinx_markdown_tables = "^0.0.17"
Expand Down

0 comments on commit f9e11b1

Please sign in to comment.