diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-27 11:05:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 11:05:10 +0100 |
commit | 316044d6fa57251e6c24d2e0057310855341dcda (patch) | |
tree | d6bb92938e4d2b6621166bb167886a261be23230 /pyproject.toml | |
parent | Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326) (diff) | |
download | synapse-316044d6fa57251e6c24d2e0057310855341dcda.tar.xz |
Bump furo from 2022.12.7 to 2023.3.23 (#15327)
* Bump furo from 2022.12.7 to 2023.3.23 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.12.7 to 2023.3.23. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.12.07...2023.03.23) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d10c390043..b04edb611d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -359,7 +359,7 @@ optional = true sphinx = {version = "^6.1", python = "^3.8"} sphinx-autodoc2 = {version = "^0.4.2", python = "^3.8"} myst-parser = {version = "^1.0.0", python = "^3.8"} -furo = "^2022.12.7" +furo = ">=2022.12.7,<2024.0.0" [build-system] |