build(deps): bump sphinx from 4.5.0 to 5.3.0 (#403)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.3.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/v4.5.0...v5.3.0)

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

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-03-01 21:43:02 -06:00
committed by GitHub
parent de91dc95f7
commit b91194cef9
2 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ coverage = {extras = ["toml"], version = "^7.1"}
safety = "^2.3.5"
mypy = "^1.0"
xdoctest = {extras = ["colors"], version = "^1.1.1"}
sphinx = "^4.3.2"
sphinx = ">=4.3.2,<6.0.0"
sphinx-autobuild = ">=2021.3.14"
pre-commit = "^2.21.0"
reorder-python-imports = "^3.9.0"