diff options
author | 2024-06-11 18:51:56 +0000 | |
---|---|---|
committer | 2024-06-11 18:51:56 +0000 | |
commit | c17d29a38019ba05a65f1ba3cafa084d2dd76ec7 (patch) | |
tree | d05664b8ced9d9d5311052eb84a894e58bb0af59 | |
parent | Bump aiodns from 3.1.1 to 3.2.0 (#232) (diff) |
Bump furo from 2024.1.29 to 2024.5.6 (#230)
Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.5.6.
- [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/2024.01.29...2024.05.06)
---
updated-dependencies:
- dependency-name: furo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 0bd39c29..ecb5e7c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -681,20 +681,20 @@ files = [ [[package]] name = "furo" -version = "2024.1.29" +version = "2024.5.6" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" files = [ - {file = "furo-2024.1.29-py3-none-any.whl", hash = "sha256:3548be2cef45a32f8cdc0272d415fcb3e5fa6a0eb4ddfe21df3ecf1fe45a13cf"}, - {file = "furo-2024.1.29.tar.gz", hash = "sha256:4d6b2fe3f10a6e36eb9cc24c1e7beb38d7a23fc7b3c382867503b7fcac8a1e02"}, + {file = "furo-2024.5.6-py3-none-any.whl", hash = "sha256:490a00d08c0a37ecc90de03ae9227e8eb5d6f7f750edf9807f398a2bdf2358de"}, + {file = "furo-2024.5.6.tar.gz", hash = "sha256:81f205a6605ebccbb883350432b4831c0196dd3d1bc92f61e1f459045b3d2b0b"}, ] [package.dependencies] beautifulsoup4 = "*" pygments = ">=2.7" sphinx = ">=6.0,<8.0" -sphinx-basic-ng = "*" +sphinx-basic-ng = ">=1.0.0.beta2" [[package]] name = "gitdb" @@ -2039,4 +2039,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9251f6c9e236f362f72818661f696612bba21910d0f29e1a3c2733399d334edc" +content-hash = "2d29d2be02fe09d1f69ea874acde55923240aa4ef6a7f7c9225bdc18161ea788" diff --git a/pyproject.toml b/pyproject.toml index 8b7461a3..8b9e4e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pre-commit = "3.7.1" Sphinx = "7.3.7" gitpython = "3.1.43" sphinx-autodoc-typehints = "2.1.0" -furo = "2024.1.29" +furo = "2024.5.6" six = "1.16.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" |