diff --git a/poetry.lock b/poetry.lock index 498d383d..3d2e7263 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,13 +577,13 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "furo" -version = "2023.7.26" +version = "2023.9.10" description = "A clean customisable Sphinx documentation theme." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "furo-2023.7.26-py3-none-any.whl", hash = "sha256:1c7936929ec57c5ddecc7c85f07fa8b2ce536b5c89137764cca508be90e11efd"}, - {file = "furo-2023.7.26.tar.gz", hash = "sha256:257f63bab97aa85213a1fa24303837a3c3f30be92901ec732fea74290800f59e"}, + {file = "furo-2023.9.10-py3-none-any.whl", hash = "sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc"}, + {file = "furo-2023.9.10.tar.gz", hash = "sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2"}, ] [package.dependencies] @@ -2002,4 +2002,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "531176d5f2c1db5d090fb02f0121b1d7f04bd3334a397abed7790f929992c379" +content-hash = "1d7307e399a8b3776e854d0bcb8b2977a90a29977c3f8539b1fbd915491378cd" diff --git a/pyproject.toml b/pyproject.toml index 5ed02385..6223a40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-depends = "^1.0.1" pytest-asyncio = "^0.18.3" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6" -furo = "^2023.5.20" +furo = "^2023.9.10" [tool.semantic_release] version_variable = "postgrest/__init__.py:__version__"