Skip to content

Commit

Permalink
⬆️ Update furo requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2022.06.04...2023.05.20)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 26, 2023
1 parent baa376e commit 3a2b3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ testing = [
"pytest-cov",
"pytest-regressions",
]
theme_furo = ["furo>=2022.06.04,<2022.07"]
theme_furo = ["furo>=2022.06.04,<2023.6"]
theme_pydata = ["pydata-sphinx-theme~=0.9.0"]
theme_rtd = ["sphinx-rtd-theme~=1.0"]
theme_sbt = ["sphinx-book-theme~=0.3.0"]
Expand Down

0 comments on commit 3a2b3dc

Please sign in to comment.