Skip to content

build(deps-dev): bump the python-deps group with 9 updates#11

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-deps-0eb241ea9f
Open

build(deps-dev): bump the python-deps group with 9 updates#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-deps-0eb241ea9f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on sphinx, myst-parser, sphinx-copybutton, sphinx-design, sphinx-autobuild, linkify-it-py, litestar, httpx and beautifulsoup4 to permit the latest version.
Updates sphinx to 9.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 9.1.0

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

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add add_static_dir() for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of sphinxsetup. Patch by Jean-François B.
Changelog

Sourced from sphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Add app.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • Additional commits viewable in compare view

Updates myst-parser to 5.0.0

Release notes

Sourced from myst-parser's releases.

v5.0.0

MyST-Parser 5.0.0

Release Date: 2026-01-15

This release significantly bumps the supported versions of core dependencies:

‼️ Breaking Changes

This release updates the minimum supported versions:

  • Python: >=3.11 (dropped Python 3.10, tests up to 3.14)
  • Sphinx: >=8,<10 (dropped Sphinx 7, added Sphinx 9)
  • Docutils: >=0.20,<0.23 (dropped docutils 0.19, added docutils 0.22)
  • markdown-it-py: ~=4.0 (upgraded from v3)

⬆️ Dependency Upgrades

👌 Improvements

📚 Documentation

🔧 Internal / Maintenance

Full Changelog: v4.0.1...v5.0.0

Changelog

Sourced from myst-parser's changelog.

5.0.0 - 2026-01-15

This release significantly bumps the supported versions of core dependencies:

‼️ Breaking Changes

This release updates the minimum supported versions:

  • Python: >=3.11 (dropped Python 3.10, tests up to 3.14)
  • Sphinx: >=8,<10 (dropped Sphinx 7, added Sphinx 9)
  • Docutils: >=0.20,<0.23 (dropped docutils 0.19, added docutils 0.22)
  • markdown-it-py: ~=4.0 (upgraded from v3)

⬆️ Dependency Upgrades

  • ⬆️ Upgrade to markdown-it-py v4 by gh-user:chrisjsewell in gh-pr:1060
  • ⬆️ Drop Python 3.10 and Sphinx 7 by gh-user:chrisjsewell in gh-pr:1059
  • ⬆️ Drop docutils 0.19 by gh-user:chrisjsewell in gh-pr:1061
  • ⬆️ Add support for Python 3.14 by gh-user:chrisjsewell in gh-pr:1075
  • ⬆️ Support Sphinx v9 by gh-user:chrisjsewell in gh-pr:1076
  • ⬆️ Allow docutils 0.22 by gh-user:chrisjsewell in gh-pr:1084

👌 Improvements

  • 👌 Improve generation of meta nodes by gh-user:AA-Turner in gh-pr:1080

📚 Documentation

  • 📚 Fix typo in tables.md by gh-user:electricalgorithm in gh-pr:1034
  • 📚 Fix minor typo in cross-referencing.md by gh-user:krassowski in gh-pr:1036

🔧 Internal / Maintenance

  • 🔧 Update pre-commit by gh-user:chrisjsewell in gh-pr:1058
  • 🔧 Add AGENTS.md by gh-user:chrisjsewell in gh-pr:1083

Full Changelog: v4.0.1...v5.0.0

4.0.1 - 2025-02-12

🔧 Minor fix for Sphinx 8.2 compatibility (in gh-pr:1013)

4.0.0 - 2024-08-05

This release bumps the supported versions of:

  • Python to 3.10 and greater
  • Sphinx to >=7,<9
  • Docutils to >=0.19,<0.22

... (truncated)

Commits

Updates sphinx-copybutton to 0.5.2

Release notes

Sourced from sphinx-copybutton's releases.

v0.5.2 - 2022-11-15

(full changelog)

  • BUG: Don't exclude .gp class by default. This made excluding prompts more automatic, but broke the existing pattern-based prompt exclusion. #188 (@​rkdarst)
  • MAINT: Add Sphinx Extension classifier (#189) #189 (@​jdillard)
  • DOCS: Improve docs related to text exclusion #187 (@​rkdarst)
Changelog

Sourced from sphinx-copybutton's changelog.

v0.5.2 - 2022-11-15

(full changelog)

  • BUG: Don't exclude .gp class by default. This made excluding prompts more automatic, but broke the existing pattern-based prompt exclusion. #188 (@​rkdarst)
  • MAINT: Add Sphinx Extension classifier (#189) #189 (@​jdillard)
  • DOCS: Improve docs related to text exclusion #187 (@​rkdarst)

v0.5.1 - 2022-11-15

(full changelog)

  • ENH: Unselectable text is now also not highlighted when you manually highlight a code cell. Exclude unselectable text from being copied (update) #178 (@​rkdarst)
  • ENH: After copying, the copybutton will disappear before the icon changes back if you are no longer hovering on the code cell. FIX: Make copybutton remain for a second during success #176 (@​choldgraf)
  • MAINT: Add support for Python 3.10 #174 (@​hugovk)

0.5.0 - 2022-02-05

(full changelog)

This release updates the copy button design and behavior to match GitHub's design guide and button behavior. It also directly inserts the SVG instead of linking it via an <img> tag so that it can be styled more flexibly.

Enhancements

0.4.0 - 2021-07-03

Enhancements ✨

  • The Copy Button UI/UX is now inspired from the recent GitHub copy button updates. #133

0.3.2 - 2021-06-11

Enhancements ✨

  • Add line continuation matching and "HERE-documents" #126 (@​sappelhoff)
  • Allow copying empty lines #127 (@​amotl)
  • ✨ IMPROVE: add a check-mark SVG icon and improve the look of the button

Translations 🌎

0.3.1 - 2020-11-02

... (truncated)

Commits

Updates sphinx-design to 0.7.0

Release notes

Sourced from sphinx-design's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: executablebooks/sphinx-design@v0.6.1...v0.7.0

Changelog

Sourced from sphinx-design's changelog.

0.7.0 - 2025-01-19

Dependencies

  • ⬆️ Drop Python 3.9 & 3.10, support Python 3.14 by {user}chrisjsewell in {pr}250
  • ⬆️ Drop Sphinx v6, add Sphinx v9 support by {user}chrisjsewell in {pr}250 and {pr}255
  • ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 by {user}2bndy5 in {pr}223

Docs

  • 📚 Document muted, white, and black semantic colors by {user}agriyakhetarpal in {pr}216

0.6.1 - 2024-08-02

  • ⬆️ Update sphinx to >=6,<9 by {user}chrisjsewell in {pr}212
  • 👌 Reduce right-padding of dropdown title by {user}chrisjsewell in {pr}198

0.6.0 - 2024-05-23

Dependencies

  • ⬆️ Python v3.9-3.12 by {user}chrisjsewell in {pr}186
  • ⬆️ Octicon icons to v19.8.0 by {user}ffvpor in {pr}171

New

✨ Create custom directives

You can use the sd_custom_directives configuration option in your conf.py to add custom directives, with default option values:

sd_custom_directives = {
  "dropdown-syntax": {
    "inherit": "dropdown",
    "argument": "Syntax",
    "options": {
      "color": "primary",
      "icon": "code",
    },
  }
}

The key is the new directive name to add, and the value is a dictionary with the following keys:

  • inherit: The directive to inherit from (e.g. dropdown)
  • argument: The default argument (optional, only for directives that take a single argument)
  • options: A dictionary of default options for the directive (optional)

by {user}chrisjsewell in {pr}194

... (truncated)

Commits
  • 2e1bb52 🚀 Release v0.7.0 (#256)
  • 6c906da ⬆️ Add Sphinx 9 support (#255)
  • 6325b6f 🔧 Add commit/pr info to AGENTS.md (#254)
  • 0b9c231 🔧 Add copilot-setup-steps.yml workflow for GitHub Copilot coding agent (#253)
  • f2f1be8 🔧 Remove unintended file (#252)
  • 5f9335a 🔧 Add AGENTS.md (#251)
  • d8daebf ⬆️ Drop Python 3.9 & 3.10, support Python 3.14; Drop sphinx v6 (#250)
  • b3d6edd 📚 Document muted, white, and black semantic colors (#216)
  • 18afa33 ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 (#223)
  • a726237 🧪 add regression test for available material icons (#224)
  • Additional commits viewable in compare view

Updates sphinx-autobuild to 2025.8.25

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

  • Set Cache-Control header to no-cache for served files.

2025.08.25 - 2025-08-25

  • Drop support for Python 3.9-3.10 to match Sphinx.
  • Declare support for Python 3.14.
  • Add an optional --post-build flag to run additional commands after building the documentation.
  • Add support for the SPHINX_AUTOBUILD_DEBUG environment variable to help with debugging.

2024.10.03 - 2024-10-03

  • Improve error handling for failures in pre-build commands.

2024.10.02 - 2024-10-02

  • Show the changed paths that triggered the rebuild.

2024.09.19 - 2024-09-19

  • Fix path filtering on Windows by normalising path separators.
  • Filter various directories by default (.git, venv, etc).
  • Serve the correct directory when using make mode (-M).

2024.09.18 - 2024-09-18

  • Run Sphinx through the Python entry point rather than the binary on PATH.

2024.09.17 - 2024-09-17

  • Relax checks for paths that aren't required to exist.

2024.09.03 - 2024-09-03

  • Fix support for Python 3.9.
  • Fix running sphinx-autobuild via entry point scripts.

... (truncated)

Commits

Updates linkify-it-py to 2.1.0

Release notes

Sourced from linkify-it-py's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: tsutsu3/linkify-it-py@v2.0.3...v2.1.0

Changelog

Sourced from linkify-it-py's changelog.

v2.1.0 (2026-03-01)

  • Drop support for EOL Python 3.7, 3.8 (bd78752)
  • Drop support for EOL Python 3.9 (#75) by @​hugovk
  • Add support for Python 3.14 (#75) by @​hugovk
  • Migrate to OIDC trusted publishing for PyPI and TestPyPI (#77)
  • Add workflow permissions for security hardening (#77)
  • Bump GitHub Actions dependencies (#71, #73)

v2.0.3 (2024-02-04)

  • Update port.yml (linkify-it v5.0.0) (#54)
  • Fix rtd (#52)
  • Add linkify-it-py-demo url (#51)
  • Fix package build (#49)

v2.0.2 (2023-05-02)

  • Fix missing files to the test (#44)

v2.0.1 (2023-05-02)

  • Update development tools
  • Fix sdist is missing tests

v2.0.0 (2022-05-07)

  • Add matchAtStart method to match full URLs at the start of the string.
  • Fixed paired symbols ((), {}, "", etc.) after punctuation.
  • --- option now affects parsing of emails (e.g. user@example.com---)

v1.0.3 (2021-12-18)

  • Fixed #98. Don't count ; at the end of link (when followed with space).

v1.0.2 (2021-10-09)

  • Fix: Schema key containing - not producing matches (#26)

v1.0.1 (2020-12-18)

  • Add manifest
  • Add codecov.yml

v1.0.0 (2020-11-15)

  • First release
Commits
  • b9ee349 Release v2.1.0 (#79)
  • 4496b77 chore: remove outdated maintainability badge from README (#78)
  • 4fb94e7 ci: migrate to trusted publishing and update CI configuration (#77)
  • 5006002 Add support for Python 3.14 and drop EOL 3.9 (#75)
  • ba10b5e Fix CI status badge (#76)
  • 97e18f7 Bump the github-actions group across 1 directory with 2 updates (#73)
  • f494418 Bump actions/checkout from 4 to 5 in the github-actions group (#71)
  • 773968c Run black
  • bd78752 Bump minimum Python version to 3.9 and update dependencies
  • ddc0697 Bump codecov/codecov-action from 4 to 5 in the github-actions group (#68)
  • Additional commits viewable in compare view

Updates litestar to 2.21.1

Release notes

Sourced from litestar's releases.

v2.21.1

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

What's changed

https://docs.litestar.dev/2/release-notes/changelog.html#2.21.1

Full Changelog litestar-org/litestar@v2.21.0...v2.21.1

Commits
  • f45503f chore: prepare release v2.21.1
  • eac74f5 chore: typing fixes
  • 94ee819 chore: update dependencies
  • 84ffc7c fix(dto): codegen backend crashes on optional nested fields (#4616)
  • 9865029 feat(DTO): Support nested union types with single composites (#4293)
  • 4ec22e6 fix(dto): apply schema_name only to root transfer model (#4606)
  • 5c37fb3 chore: Release 2.21.0
  • 4559996 fix: bound methods incorrectly handled in DI leading to spurious warn… (#4597)
  • 58e7a50 feat: Add after exception hook for otel config (#4595)
  • b343d5a chore: Release 2.20.0
  • Additional commits viewable in compare view

Updates httpx to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.
Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

0.28.0 (28th November, 2024)

Be aware that the default JSON request bodies now use a more compact representation. This is generally considered a prefered style, tho may require updates to test suites.

The 0.28 release includes a limited set of deprecations...

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
  • Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)

0.27.0 (21st February, 2024)

... (truncated)

Commits

Updates beautifulsoup4 to 4.14.3

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 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

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [myst-parser](https://github.com/executablebooks/MyST-Parser), [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton), [sphinx-design](https://github.com/executablebooks/sphinx-design), [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild), [linkify-it-py](https://github.com/tsutsu3/linkify-it-py), [litestar](https://github.com/litestar-org/litestar), [httpx](https://github.com/encode/httpx) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.

Updates `sphinx` to 9.1.0
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.0...v9.1.0)

Updates `myst-parser` to 5.0.0
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v4.0.0...v5.0.0)

Updates `sphinx-copybutton` to 0.5.2
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-copybutton@v0.5.0...v0.5.2)

Updates `sphinx-design` to 0.7.0
- [Release notes](https://github.com/executablebooks/sphinx-design/releases)
- [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-design@v0.6.0...v0.7.0)

Updates `sphinx-autobuild` to 2025.8.25
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.02.04...2025.08.25)

Updates `linkify-it-py` to 2.1.0
- [Release notes](https://github.com/tsutsu3/linkify-it-py/releases)
- [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md)
- [Commits](tsutsu3/linkify-it-py@v2.0.0...v2.1.0)

Updates `litestar` to 2.21.1
- [Release notes](https://github.com/litestar-org/litestar/releases)
- [Commits](litestar-org/litestar@v2.15.0...v2.21.1)

Updates `httpx` to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.28.0...0.28.1)

Updates `beautifulsoup4` to 4.14.3

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: myst-parser
  dependency-version: 5.0.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: sphinx-copybutton
  dependency-version: 0.5.2
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: sphinx-design
  dependency-version: 0.7.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: sphinx-autobuild
  dependency-version: 2025.8.25
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: linkify-it-py
  dependency-version: 2.1.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: litestar
  dependency-version: 2.21.1
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: httpx
  dependency-version: 0.28.1
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:development
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://psf.github.io/wiki/pr-preview/pr-11/

Built to branch gh-pages at 2026-04-13 12:04 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants