diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-05 12:10:01 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-05 16:28:16 +0200 |
| commit | 89a7ffbd34dc9b494904e2f17d1a34c743216fd5 (patch) | |
| tree | 4f5a174ccb4057eedd166611a070b277ebcd1a85 | |
| parent | 8855e8767c1328a88afcec7c626f6009c0e0d01f (diff) | |
Bump sphinx from 4.5.0 to 5.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index d8abce9da..ec30fdc01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ splinter==0.18.1 selenium==4.3.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==4.5.0 +Sphinx==5.0.2 sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 |