diff options
author | 2022-04-08 12:02:40 +0100 | |
---|---|---|
committer | 2022-04-08 12:02:40 +0100 | |
commit | 2fadc204cee0142fa7084d1b360d5e6248a4a355 (patch) | |
tree | 9aa1cc257e661c95f034633791cba8c0e50cf7c6 | |
parent | Merge pull request #55 from python-discord/dependabot/pip/pre-commit-2.18.1 (diff) | |
parent | Bump furo from 2022.3.4 to 2022.4.7 (diff) |
Merge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7
Bump furo from 2022.3.4 to 2022.4.7
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 6df43777..d2ddc0ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,7 +382,7 @@ python-versions = ">=3.7" [[package]] name = "furo" -version = "2022.3.4" +version = "2022.4.7" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "6f7d61884afbdd77724304cf3b0e88c7c21939ca084d9e9e9523b4084391de4e" +content-hash = "06e09728e656e50379a1ec454958a3938ebfd31c2f9640c0f58d01d52297326f" [metadata.files] aiohttp = [ @@ -1353,8 +1353,8 @@ frozenlist = [ {file = "frozenlist-1.3.0.tar.gz", hash = "sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b"}, ] furo = [ - {file = "furo-2022.3.4-py3-none-any.whl", hash = "sha256:6c718293ebf87755f0b9f148b1e697c9e3aabd7af955644d4bcaee5ce75db781"}, - {file = "furo-2022.3.4.tar.gz", hash = "sha256:7660267cc67b2828fd0e17bc07adeb612c47b2eba5a6de07049a1569e6044aa8"}, + {file = "furo-2022.4.7-py3-none-any.whl", hash = "sha256:7f3e3d2fb977483590f8ecb2c2cd511bd82661b79c18efb24de9558bc9cdf2d7"}, + {file = "furo-2022.4.7.tar.gz", hash = "sha256:96204ab7cd047e4b6c523996e0279c4c629a8fc31f4f109b2efd470c17f49c80"}, ] gitdb = [ {file = "gitdb-4.0.9-py3-none-any.whl", hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd"}, diff --git a/pyproject.toml b/pyproject.toml index 88e27a70..4561706f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest-xdist = "2.5.0" Sphinx = "4.5.0" GitPython = "3.1.27" sphinx-autodoc-typehints = "1.17.0" -furo = "2022.3.4" +furo = "2022.4.7" [tool.taskipy.tasks] |