Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-dependencies group across 1 directory with 8 updates #654

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps the pip-dependencies group with 8 updates in the /third_party directory:

Package From To
packaging 24.0 24.1
pygments 2.15.1 2.18.0
sphinxcontrib-applehelp 1.0.4 2.0.0
sphinxcontrib-devhelp 1.0.2 2.0.0
sphinxcontrib-htmlhelp 2.0.1 2.1.0
sphinxcontrib-serializinghtml 1.1.5 2.0.0
sphinxcontrib-qthelp 1.0.3 2.0.0
sphinx 4.5.0 8.0.2

Updates packaging from 24.0 to 24.1

Release notes

Sourced from packaging's releases.

24.1

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.0...24.1

Changelog

Sourced from packaging's changelog.

24.1 - 2024-06-10


No unreleased changes.
Commits
  • 85442b8 Bump for release
  • 3e67fc7 Work around platform.python_version() returning non PEP 440 compliant versi...
  • 32deafe Bump the github-actions group with 3 updates (#789)
  • e0dda88 Document markers.default_environment() (#753)
  • cc938f9 Modernise type annotations using FA rules from ruff (#785)
  • 757f559 Fix typo in _parser docstring (#784)
  • ec9f203 Bump the github-actions group with 4 updates (#782)
  • 5cbe1e4 Add support for Python 3.13 and drop EOL 3.7 (#783)
  • cb8fd38 pyupgrade/black/isort/flake8 → ruff (#769)
  • e8002b1 Bump for development
  • See full diff in compare view

Updates pygments from 2.15.1 to 2.18.0

Release notes

Sourced from pygments's releases.

2.18.0

  • New lexers:

  • Updated lexers:

    • Awk: recognize ternary operator (#2687)
    • Bash: add openrc alias (#2599, #2371)
    • Coq: add keywords, lex more vernacular command arguments, produce fewer tokens on heading comments (#2678)
    • DNS zone files: Fix comment parsing (#2595)
    • Hy: Support unicode literals (#1126)
    • Inform6: Update to Inform 6.42 (#2644)
    • lean: Fix name handling (#2614)
    • Logtalk: add uninstantiation keyword and recognize escape sequences (#2619)
    • Macaulay2: Update to 1.23 (#2655)
    • Python: fix highlighting of soft keywords before None/True/False
    • reStructuredText: use Token.Comment for comments instead of Comment.Preproc (#2598)
    • Rust: highlight :, :: and -> as Punctuation and whitespace as Whitespace, instead of Text in both cases (#2631)
    • Spice: Add keywords (#2621)
    • SQL Explain: allow negative numbers (#2610)
    • Swift: Support multiline strings (#2681)
    • ThingsDB: add constants and new functions; support template strings (#2624)
    • UL4: support nested <?doc?> and <?note?> tags (#2597)
    • VHDL: support multi-line comments of VHDL-2008 (#2622)
    • Wikitext: Remove kk-* in variant_langs (#2647)
    • Xtend: Add val and var (#2602)
  • New styles:

  • Make background colors in the image formatter work with Pillow 10.0 (#2623)

  • Require Python 3.8. As a result, the importlib-metadata package is no longer needed for fast plugin discovery on Python 3.7. The plugins extra (used as, e.g., pip install pygments[plugins])

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.18.0

(released May 4th, 2024)

  • New lexers:

  • Updated lexers:

    • Awk: recognize ternary operator (#2687)
    • Bash: add openrc alias (#2599, #2371)
    • Coq: add keywords, lex more vernacular command arguments, produce fewer tokens on heading comments (#2678)
    • DNS zone files: Fix comment parsing (#2595)
    • Hy: Support unicode literals (#1126)
    • Inform6: Update to Inform 6.42 (#2644)
    • lean: Fix name handling (#2614)
    • Logtalk: add uninstantiation keyword and recognize escape sequences (#2619)
    • Macaulay2: Update to 1.23 (#2655)
    • Python: fix highlighting of soft keywords before None/True/False
    • reStructuredText: use Token.Comment for comments instead of Comment.Preproc (#2598)
    • Rust: highlight :, :: and -> as Punctuation and whitespace as Whitespace, instead of Text in both cases (#2631)
    • Spice: Add keywords (#2621)
    • SQL Explain: allow negative numbers (#2610)
    • Swift: Support multiline strings (#2681)
    • ThingsDB: add constants and new functions; support template strings (#2624)
    • UL4: support nested <?doc?> and <?note?> tags (#2597)
    • VHDL: support multi-line comments of VHDL-2008 (#2622)
    • Wikitext: Remove kk-* in variant_langs (#2647)
    • Xtend: Add val and var (#2602)
  • New styles:

  • Make background colors in the image formatter work with Pillow 10.0 (#2623)

... (truncated)

Commits

Updates sphinxcontrib-applehelp from 1.0.4 to 2.0.0

Release notes

Sourced from sphinxcontrib-applehelp's releases.

sphinxcontrib-applehelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst

sphinxcontrib-applehelp 1.0.8

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-applehelp 1.0.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-applehelp 1.0.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-applehelp 1.0.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-applehelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions

Release 1.0.8 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 1.0.7 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 1.0.6 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.0.5 (2023-08-07)

  • Drop support for Python 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • f4f9d90 Bump to 2.0.0
  • a3e76fc Update CHANGES links
  • 2292a12 Rename LICENSE to LICENCE.rst
  • e9efbd4 Rename CHANGES to CHANGES.rst
  • 0544c40 Run CI with Python 3.12 releases
  • 4e9b505 Run mypy without command-line options
  • 5f01d27 Use the latest GitHub actions versions
  • 5b53500 Enable GitHub's dependabot package update service
  • d51bb2b Adopt Ruff and use stricter MyPy settings
  • fbc12da Update .gitignore
  • Additional commits viewable in compare view

Updates sphinxcontrib-devhelp from 1.0.2 to 2.0.0

Release notes

Sourced from sphinxcontrib-devhelp's releases.

sphinxcontrib-devhelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst

sphinxcontrib-devhelp 1.0.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-devhelp 1.0.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-devhelp 1.0.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-devhelp 1.0.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-devhelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
  • Avoid storing build time in gzip headers

Release 1.0.6 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 1.0.5 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 1.0.4 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.0.3 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 0177fb4 Bump to 2.0.0
  • d3f96f7 Update CHANGES links
  • d7aaab5 Rename LICENSE to LICENCE.rst
  • c4fba3d Rename CHANGES to CHANGES.rst
  • 8c57141 Run CI with Python 3.12 releases
  • f357a60 Run mypy without command-line options
  • a26961d Use the latest GitHub actions versions
  • 03e2370 Enable GitHub's dependabot package update service
  • ca445c4 Adopt Ruff and use stricter MyPy settings
  • dfd5da0 Update .gitignore
  • Additional commits viewable in compare view

Updates sphinxcontrib-htmlhelp from 2.0.1 to 2.1.0

Release notes

Sourced from sphinxcontrib-htmlhelp's releases.

sphinxcontrib-htmlhelp 2.1.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst

sphinxcontrib-htmlhelp 2.0.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-htmlhelp 2.0.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-htmlhelp 2.0.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-htmlhelp 2.0.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-htmlhelp 2.0.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-htmlhelp's changelog.

Release 2.1.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
  • Escape HTML entities

Release 2.0.6 (2024-07-20)

  • Fix tests for Sphinx 7.4 and later.

Release 2.0.5 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 2.0.4 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 2.0.3 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 2.0.2 (2023-08-07)

  • Drop support for Python 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • f7f5d4e Bump to 2.1.0
  • ec1353c Escape HTML entities
  • 16b26c6 Update CHANGES links
  • ba51300 Rename LICENSE to LICENCE.rst
  • b1133fa Rename CHANGES to CHANGES.rst
  • 54d27bc Run CI with Python 3.12 releases
  • b97d63d Run mypy without command-line options
  • 6d10d43 Fix test_htmlhelp; use the basic theme
  • d335658 Use the latest GitHub actions versions
  • eea9025 Enable GitHub's dependabot package update service
  • Additional commits viewable in compare view

Updates sphinxcontrib-serializinghtml from 1.1.5 to 2.0.0

Release notes

Sourced from sphinxcontrib-serializinghtml's releases.

sphinxcontrib-serializinghtml 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst

sphinxcontrib-serializinghtml 1.1.10

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-serializinghtml 1.1.9

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-serializinghtml 1.1.8

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-serializinghtml 1.1.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-serializinghtml 1.1.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-serializinghtml's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions

Release 1.1.10 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 1.1.9 (2023-08-20)

  • Serialise context["script_files"] and context["css_files"] as their filenames on Sphinx 7.2.0.

Release 1.1.8 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 1.1.7 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.1.6 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • f0f3b15 Bump to 2.0.0
  • b70697c Update CHANGES links
  • a3d1b70 Rename LICENSE to LICENCE.rst
  • 4806eec Rename CHANGES to CHANGES.rst
  • 85cbe32 Run CI with Python 3.12 releases
  • 5762a0e Run mypy without command-line options
  • 3efe6ad Use the latest GitHub actions versions
  • f2d1ab5 Enable GitHub's dependabot package update service
  • c7a1ca2 Adopt Ruff and use stricter MyPy settings
  • 3161d47 Update .gitignore
  • Additional commits viewable in compare view

Updates sphinxcontrib-qthelp from 1.0.3 to 2.0.0

Release notes

Sourced from sphinxcontrib-qthelp's releases.

sphinxcontrib-qthelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst

sphinxcontrib-qthelp 1.0.8

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-qthelp 1.0.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-qthelp 1.0.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-qthelp 1.0.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-qthelp 1.0.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-qthelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions

Release 1.0.8 (2024-07-20)

  • Fix tests for Sphinx 7.4 and later.

Release 1.0.7 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 1.0.6 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 1.0.5 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.0.4 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 783caf5 Bump to 2.0.0
  • bd5e685 Update CHANGES links
  • 0f81faf Rename LICENSE to LICENCE.rst
  • 882d53f Rename CHANGES to CHANGES.rst
  • 1fe2948 Run CI with Python 3.12 releases
  • 7d2d940 Run mypy without command-line options
  • cce4542 Use the latest GitHub actions versions
  • cfbca5f Enable GitHub's dependabot package update service
  • b49ad58 Adopt Ruff and use stricter MyPy settings
  • dc9a501 Update .gitignore
  • Additional commits viewable in compare view

Updates sphinx from 4.5.0 to 8.0.2

Release notes

Sourced from sphinx's releases.

Sphinx 8.0.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 8.0.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 8.0.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames (use sphinx.exceptions.format_exception_cut_frames).
    • Removed sphinx.util.xmlname_checker (use sphinx.builders.epub3._XML_NAME_PATTERN).

    Patch by Adam Turner.

  • Removed sphinx.util.osutil.cd (use contextlib.chdir). Patch by Adam Turner.

  • Removed sphinx.util.typing.stringify (use sphinx.util.typing.stringify_annotation). Patch by Adam Turner.

  • #12593: Raise an error for invalid html_sidebars values. Patch by Adam Turner.

  • #12593: Raise an error in Theme.get_config for invalid sections.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.0.2 (released Jul 30, 2024)

Bugs fixed

  • Fix the pygments.Formatter.__class_getitem__ patch. Patch by Adam Turner.

Release 8.0.1 (released Jul 30, 2024)

Bugs fixed

  • Patch pygments.Formatter.__class_getitem__ in Pygments 2.17. Patch by Adam Turner.

Release 8.0.0 (released Jul 29, 2024)

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

.. rst-class:: compact

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [>= 7.a, < 8]
sphinx [>= 6.a, < 7]
sphinx [>= 5.a, < 6]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner July 30, 2024 21:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 4 times, most recently from ae46e9b to 5c8d3cf Compare August 6, 2024 21:47
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 5 times, most recently from 8175bb4 to 472b216 Compare August 15, 2024 21:26
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 5 times, most recently from 1d27bb1 to 5cbcdc5 Compare August 26, 2024 21:21
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 2 times, most recently from eba2497 to a73cecd Compare August 29, 2024 22:21
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 6 times, most recently from bc6fa45 to 1170fba Compare September 10, 2024 21:38
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 3 times, most recently from 9a56679 to e05667c Compare September 13, 2024 22:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch from e05667c to 774dcb6 Compare September 17, 2024 21:34
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 5 times, most recently from 930d2a2 to ee99964 Compare September 24, 2024 21:55
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 5 times, most recently from 2771072 to 0c65b51 Compare October 2, 2024 21:58
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch 3 times, most recently from 1c02fdf to 9ff3778 Compare October 8, 2024 21:43
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch from 9ff3778 to fe415eb Compare October 9, 2024 21:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

Superseded by #792.

@dependabot dependabot bot closed this Oct 10, 2024
@dependabot dependabot bot deleted the dependabot/pip/third_party/pip-dependencies-4ce2cb0e68 branch October 10, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants