Skip to content

Commit fe415eb

Browse files
Bump the pip-dependencies group across 1 directory with 8 updates
Bumps the pip-dependencies group with 8 updates in the /third_party directory: | Package | From | To | | --- | --- | --- | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.18.0` | | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.4` | `2.0.0` | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.2` | `2.0.0` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.1` | `2.1.0` | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.5` | `2.0.0` | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.3` | `2.0.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `4.5.0` | `8.0.2` | Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `pygments` from 2.15.1 to 2.18.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.15.1...2.18.0) Updates `sphinxcontrib-applehelp` from 1.0.4 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-applehelp@1.0.4...2.0.0) Updates `sphinxcontrib-devhelp` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-devhelp@1.0.2...2.0.0) Updates `sphinxcontrib-htmlhelp` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.1...2.1.0) Updates `sphinxcontrib-serializinghtml` from 1.1.5 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-serializinghtml@1.1.5...2.0.0) Updates `sphinxcontrib-qthelp` from 1.0.3 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.3...2.0.0) Updates `sphinx` from 4.5.0 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v4.5.0...v8.0.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: sphinxcontrib-applehelp dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: sphinxcontrib-devhelp dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: sphinxcontrib-htmlhelp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: sphinxcontrib-serializinghtml dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: sphinxcontrib-qthelp dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fc6aa3 commit fe415eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

third_party/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ clang-format==15.0.7
44
cmake-format==0.6.13
55
black==24.3.0
66
# Tests
7-
packaging==24.0
7+
packaging==24.1
88
# Generating HTML documentation
9-
pygments==2.15.1
10-
sphinxcontrib_applehelp==1.0.4
11-
sphinxcontrib_devhelp==1.0.2
12-
sphinxcontrib_htmlhelp==2.0.1
13-
sphinxcontrib_serializinghtml==1.1.5
14-
sphinxcontrib_qthelp==1.0.3
9+
pygments==2.18.0
10+
sphinxcontrib_applehelp==2.0.0
11+
sphinxcontrib_devhelp==2.0.0
12+
sphinxcontrib_htmlhelp==2.1.0
13+
sphinxcontrib_serializinghtml==2.0.0
14+
sphinxcontrib_qthelp==2.0.0
1515
breathe==4.35.0
16-
sphinx==4.5.0
16+
sphinx==8.0.2
1717
sphinx_book_theme==0.3.3

0 commit comments

Comments
 (0)