Bump sphinx from 7.0.1 to 7.1.0 (#373)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v7.1.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-25 21:33:52 -04:00 committed by GitHub
parent e0cf33ced4
commit f1cec9035e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -530,13 +530,13 @@ files = [
[[package]]
name = "sphinx"
version = "7.0.1"
version = "7.1.0"
description = "Python documentation generator"
optional = true
python-versions = ">=3.8"
files = [
{file = "Sphinx-7.0.1.tar.gz", hash = "sha256:61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d"},
{file = "sphinx-7.0.1-py3-none-any.whl", hash = "sha256:60c5e04756c1709a98845ed27a2eed7a556af3993afb66e77fec48189f742616"},
{file = "sphinx-7.1.0-py3-none-any.whl", hash = "sha256:9bdfb5a2b28351d4fdf40a63cd006dbad727f793b243e669fc950d7116c634af"},
{file = "sphinx-7.1.0.tar.gz", hash = "sha256:8f336d0221c3beb23006b3164ed1d46db9cebcce9cb41cdb9c5ecd4bcc509be0"},
]
[package.dependencies]
@ -718,4 +718,4 @@ docs = ["furo", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "b55c0d58ba4107c4101ecb093e026b034ab8d8841800a8537ecef9432097654e"
content-hash = "fa9a912a59358468b7cdb88f5bc05a636bc5525e94adb72a2867a1bf171c114f"

View File

@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
exceptiongroup = "^1.0.0"
sphinx = { version = ">=4.3,<7.1", optional = true }
sphinx = { version = ">=4.3,<7.2", optional = true }
furo = { version = ">=2022,<2024", optional = true }
[tool.poetry.dev-dependencies]