From b17758b84c99edb58f70c0b57fddcb799dbf7a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:22:47 -0800 Subject: [PATCH] [pip](deps): Bump furo from 2023.9.10 to 2024.1.29 (#66) Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.1.29. - [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/2023.09.10...2024.01.29) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d53684..c133720 100644 --- a/poetry.lock +++ b/poetry.lock @@ -908,13 +908,13 @@ files = [ [[package]] name = "furo" -version = "2023.9.10" +version = "2024.1.29" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" files = [ - {file = "furo-2023.9.10-py3-none-any.whl", hash = "sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc"}, - {file = "furo-2023.9.10.tar.gz", hash = "sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2"}, + {file = "furo-2024.1.29-py3-none-any.whl", hash = "sha256:3548be2cef45a32f8cdc0272d415fcb3e5fa6a0eb4ddfe21df3ecf1fe45a13cf"}, + {file = "furo-2024.1.29.tar.gz", hash = "sha256:4d6b2fe3f10a6e36eb9cc24c1e7beb38d7a23fc7b3c382867503b7fcac8a1e02"}, ] [package.dependencies] @@ -2265,4 +2265,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "b81dcf3ffa6a006aca0a96f8ed2050eb722af297227c2d75b5465da04cb90159" +content-hash = "b01bb0a83b4e892da71c3158269d5cb7edb24e66505007238479e0278dfe8c56" diff --git a/pyproject.toml b/pyproject.toml index 9034358..ae5dcfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ruff = "^0.1" sphinx = "^7.2.6" sphinx-autobuild = "^2021.3.14" sphinx-copybutton = "^0.5.2" -furo = "^2023.9.10" +furo = "^2024.1.29" [tool.isort] profile = 'black'