Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps the pip-deps group with 35 updates in the /docs directory:

Package From To
autodocsumm 0.2.9 0.2.14
beautifulsoup4 4.11.0 4.13.4
nbsphinx 0.8.9 0.9.7
pydata-sphinx-theme 0.9.0 0.15.2
sphinx 5.0.0 7.4.7
sphinx-autodoc-typehints 1.19.0 2.3.0
sphinx-click 4.2.0 6.0.0
alembic 1.15.1 1.16.1
boto3 1.37.18 1.38.22
botocore 1.37.18 1.38.22
cattrs 24.1.2 24.1.3
certifi 2025.1.31 2025.4.26
charset-normalizer 3.4.1 3.4.2
exceptiongroup 1.2.2 1.3.0
flask 3.1.0 3.1.1
flask-cors 5.0.1 6.0.0
fsspec 2025.3.0 2025.5.0
greenlet 3.1.1 3.2.2
importlib-metadata 8.6.1 8.7.0
jsonschema-specifications 2024.10.1 2025.4.1
mako 1.3.9 1.3.10
numpy 1.26.4 2.0.2
orjson 3.10.15 3.10.18
packaging 24.2 25.0
pyparsing 3.2.2 3.2.3
pytz 2025.1 2025.2
rpds-py 0.23.1 0.25.1
s3transfer 0.11.4 0.13.0
sentry-sdk[flask] 2.24.0 2.29.1
sqlalchemy 2.0.39 2.0.41
structlog 25.2.0 25.3.0
tblib 3.0.0 3.1.0
tornado 6.4.2 6.5.1
typing-extensions 4.12.2 4.13.2
urllib3 2.3.0 2.4.0

Updates autodocsumm from 0.2.9 to 0.2.14

Release notes

Sourced from autodocsumm's releases.

v0.2.14: autoexception-support and class member fixes

What's Changed

Full Changelog: Chilipp/autodocsumm@v0.2.13...v0.2.14

Implement autodocsumm_section_sorter

This release implements a new configuration value autodocsumm_section_sorter thanks to @​funkyfuture that allows a customization of the order of the autosummary tables, see Chilipp/autodocsumm#93.

What's Changed

New Contributors

Full Changelog: Chilipp/autodocsumm@v0.2.11...v0.2.12

v0.2.11: Allow Sphinx version 7

What's Changed

Full Changelog: Chilipp/autodocsumm@v0.2.10...v0.2.11

v0.2.10: Allow Sphinx version 6

What's Changed

New Contributors

Full Changelog: Chilipp/autodocsumm@v0.2.9...v0.2.10

Commits
  • f81147e Merge pull request #104 from Chilipp/autoexception-support
  • db473cf remove tests for sphinx==3.*
  • 375b1c9 add autoexception to docs
  • 4e51644 implement test for exception documenter
  • ec89d70 implement exception documenter
  • 811352b Merge pull request #101 from theOehrly/fix-69
  • 0286ca8 Merge pull request #100 from theOehrly/cleanup
  • 16bcd1c exclude line from coverage
  • 5ef1b47 Merge pull request #99 from theOehrly/fix-89
  • e4319d4 don't document class attributes that are an alias of another class
  • Additional commits viewable in compare view

Updates beautifulsoup4 from 4.11.0 to 4.13.4

Updates nbsphinx from 0.8.9 to 0.9.7

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.7

https://pypi.org/project/nbsphinx/0.9.7/

  • Disable Sphinx 8.2+ (for now)

nbsphinx 0.9.6

https://pypi.org/project/nbsphinx/0.9.6/

  • Markdown: allow lists without leading blank line

nbsphinx 0.9.5

https://pypi.org/project/nbsphinx/0.9.5/

  • Miscellaneous fixes

nbsphinx 0.9.4

https://pypi.org/project/nbsphinx/0.9.4/

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

nbsphinx 0.9.3

https://pypi.org/project/nbsphinx/0.9.3/

  • Fix gallery regression in Sphinx 7.2

nbsphinx 0.9.2

https://pypi.org/project/nbsphinx/0.9.2/

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

nbsphinx 0.9.1

https://pypi.org/project/nbsphinx/0.9.1/

  • pandoc: disable "smart" option only for version 2.0+

nbsphinx 0.9.0

https://pypi.org/project/nbsphinx/0.9.0/

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

... (truncated)

Changelog

Sourced from nbsphinx's changelog.

Version 0.9.7 -- 2025-03-03 -- PyPI__ -- diff__

  • Disable Sphinx 8.2+ (for now)

__ https://pypi.org/project/nbsphinx/0.9.7/ __ spatialaudio/nbsphinx@0.9.6...0.9.7

Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__

  • Markdown: allow lists without leading blank line

__ https://pypi.org/project/nbsphinx/0.9.6/ __ spatialaudio/nbsphinx@0.9.5...0.9.6

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)

... (truncated)

Commits

Updates pydata-sphinx-theme from 0.9.0 to 0.15.2

Release notes

Sourced from pydata-sphinx-theme's releases.

v0.15.2

What's Changed

New Contributors

Full Changelog: pydata/pydata-sphinx-theme@v0.15.1...v0.15.2

v0.15.1

What's Changed

Full Changelog: pydata/pydata-sphinx-theme@v0.15.0...v0.15.1

v0.15.0

What's Changed

... (truncated)

Commits
  • 6010af1 bump: 0.15.1 -> 0.15.2
  • f420c13 in CIs, pin sphinx dev temporarily
  • cfd3cb5 remove toggle button for secondary sidebar if empty (#1637)
  • 5fc1452 fix: allow user to control the back-to-top button presence (#1616)
  • 80b3e51 Allow only theme_footer_center to be set (#1653)
  • 03c73c4 More speedups to section TOC rendering (#1642)
  • fff6837 Make search event listener only trigger with “K”/“k” (#1646)
  • f50e7b9 fix: move the release instructions to the repository (#1621)
  • 2057612 Add Brightway to Featured Example Gallery Grid (#1580)
  • 82eabda Make bootstrap globally available (#1639)
  • Additional commits viewable in compare view

Updates sphinx from 5.0.0 to 7.4.7

Release notes

Sourced from sphinx's releases.

Sphinx 7.4.7

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

Sphinx 7.4.6

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

Sphinx 7.4.5

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

Sphinx 7.4.4

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

Sphinx 7.4.3

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

Sphinx 7.4.2

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

Sphinx 7.4.1

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

Sphinx 7.4.0

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

Sphinx 7.3.7

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

Sphinx 7.3.6

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

Sphinx 7.3.5

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

Sphinx 7.3.4

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

Sphinx 7.3.3

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

Sphinx 7.3.2

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

Sphinx 7.3.1

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

Sphinx 7.3.0

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

Sphinx 7.2.6

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

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 7.4.7 (released Jul 20, 2024)

Bugs fixed

  • #12096: Warn when files are overwritten in the build directory. Patch by Adam Turner and Bénédikt Tran.
  • #12620: Ensure that old-style object description options are respected. Patch by Adam Turner.
  • #12601, #12625: Support callable objects in :py:class:~typing.Annotated type metadata in the Python domain. Patch by Adam Turner.
  • #12601, #12622: Resolve :py:class:~typing.Annotated warnings with sphinx.ext.autodoc, especially when using :mod:dataclasses as type metadata. Patch by Adam Turner.
  • #12589, #12626: autosummary: Fix warnings with :rst:role:!autolink. Patch by Adam Turner.

Release 7.4.6 (released Jul 18, 2024)

Bugs fixed

  • #12589, #9743, #12609: autosummary: Do not add the package prefix when generating autosummary directives for modules within a package. Patch by Adam Turner.
  • #12613: Reduce log severity for ambiguity detection during inventory loading. Patch by James Addison.

Release 7.4.5 (released Jul 16, 2024)

Bugs fixed

  • #12593, #12600: Revert coercing the type of selected :confval:html_sidebars values to a list. Log an error message when string values are detected. Patch by Adam Turner.
  • #12594: LaTeX: since 7.4.0, :rst:dir:seealso and other "light" admonitions now break PDF builds if they contain a :dudir:figure directive; and also if they are contained in a table cell (rendered by tabulary). Patch by Jean-François B.

Release 7.4.4 (released Jul 15, 2024)

... (truncated)

Commits
  • 0d912c8 Bump to 7.4.7 final
  • bbc97e0 autosummary: Filter invalid import prefixes in autolink (#12626)
  • 6c486a5 Fix detecting file changes for the overwritten file warning (#12627)
  • 2bd973e autodoc: Fix warnings with dataclasses in Annotated metadata (#12622)
  • dd77f85 Support callables in Annotated types (#12625)
  • 1ed4ca7 Mark test_build_manpage as XFAIL following changes in Docutils master
  • cd8ce07 Update message catalogues following reverted commits
  • c6cd25f Partially revert "Update message catalogues (#11626)"
  • fa2ba7d Partially Revert "[bot]: Update message catalogues (#12563)"
  • e439c6f Ensure that old-style object description options are respected (#12620)
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 1.19.0 to 2.3.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.3.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.3...2.3.0

2.2.3

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.2...2.2.3

2.2.2

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.1...2.2.2

2.2.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.1.1...2.2.0

2.1.1

... (truncated)

Commits
  • 6d91418 Add module name rewrite configuration option (#474)
  • c8be42f [pre-commit.ci] pre-commit autoupdate (#470)
  • d38f8f7 [pre-commit.ci] pre-commit autoupdate (#466)
  • a427536 Fix rendering when docstring starst with a directive (#468)
  • fdad0d7 Fix mypy errors due to unneeded type ignores (#469)
  • df66980 [pre-commit.ci] pre-commit autoupdate (#465)
  • ea99f28 Fix for Issue #384: typehints_defaults = "braces-after" fails for a multiline...
  • 0435d07 Fix issue #462 and another alias processing bug (#463)
  • fb240ea Support autodoc_type_aliases configuration (#459)
  • 41b2900 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#460)
  • Additional commits viewable in compare view

Updates sphinx-click from 4.2.0 to 6.0.0

Commits
  • 7f29172 FIX Format string defaults correctly
  • 34470b6 Remove errant prints
  • f4ffef0 Drop support for click 7.x, Sphinx < 5.x
  • f0bf6e9 readthedocs: Use dirhtml builder
  • 0808867 docs: Add discrete mocking section
  • 8381e90 actions: Integrate tox-gh-actions
  • 05b69cf Distinguish between click and asyncclick
  • ac21950 tests: Set maxDiff
  • f099fe3 Skip test with click 7.x
  • 82b5bcd FIX If the help of an argument is None, don't fail
  • Additional commits viewable in compare view

Updates alembic from 1.15.1 to 1.16.1

Release notes

Sourced from alembic's releases.

1.16.1

Released: May 21, 2025

bug

  • [bug] [command] Fixed regression caused by the pathlib refactoring that removed the use of Config.get_template_directory() as the canonical source of templates; the method is still present however it no longer would be consulted for a custom config subclass, as was the case with flask-migrate.

    References: #1660

  • [bug] [command] Fixed regression caused by the pathlib refactoring where the "missing template" error message failed to render the name of the template that could not be found.

    References: #1659

1.16.0

Released: May 21, 2025

feature

  • [feature] [environment] Added optional PEP 621 support to Alembic, allowing all source code related configuration (e.g. local file paths, post write hook configurations, etc) to be configured in the project's pyproject.toml file. A new init template pyproject is added which illustrates a basic PEP 621 setup.

    Besides being better integrated with a Python project's existing source code configuration, the TOML format allows for more flexible structures, allowing configuration items like version_locations and prepend_sys_path to be configured as lists of path strings without the need for path separator characters used by ConfigParser format. The feature continues to support the %(here)s token which can substitute the absolute parent directory of the pyproject.toml file when consumed.

    The PEP 621 feature supports configuration values that are relevant to source code organization and generation only; it does not accommodate configuration of database connectivity or logging, which remain under the category of "deployment" configuration and continue to be part of alembic.ini, or whatever configurational method is established by the env.py file. Using the combination of pyproject.toml for source code configuration along with a custom database/logging configuration method established in env.py will allow the alembic.ini file to be

... (truncated)

Commits

Updates boto3 from 1.37.18 to 1.38.22

Commits
  • 373e03b Merge branch 'release-1.38.22'
  • b19759d Bumping version to 1.38.22
  • 5f251bb Add changelog entries from botocore
  • 566b7d7 Merge pull request #4532 from boto/check-etag
  • 4f156a7 Merge branch 'release-1.38.21'
  • 9ef4493 Merge branch 'release-1.38.21' into develop
  • 462007d Bumping version to 1.38.21
  • e41d3d0 Add changelog entries from botocore
  • d61897e Merge branch 'release-1.38.20'
  • 63c2c2c Merge branch 'release-1.38.20' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.37.18 to 1.38.22

Commits
  • 7bc90f3 Merge branch 'release-1.38.22'
  • f0995cf Bumping version to 1.38.22
  • 7c54b06 Update to latest models
  • d7126d0 Merge branch 'release-1.38.21'
  • ba6ea09 Merge branch 'release-1.38.21' into develop
  • f2e8c6d Bumping version to 1.38.21
  • 2e74e9f Update to latest models
  • c935f0a Merge branch 'release-1.38.20'
  • aa30b0c Merge branch 'release-1.38.20' into develop
  • e4c74a7 Bumping version to 1.38.20
  • Additional commits viewable in compare view

Updates cattrs from 24.1.2 to 24.1.3

Release notes

Sourced from cattrs's releases.

v24.1.3

  • Fix structuring of keyword-only dataclass fields when not using detailed validation. (#637 #638)
Changelog

Sourced from cattrs's changelog.

24.1.3 (2025-03-25)

  • Fix structuring of keyword-only dataclass fields when not using detailed validation. (#637 #638)
Commits

Updates certifi from 2025.1.31 to 2025.4.26

Commits
  • 275c9eb 2025.04.26 (#347)
  • 3788331 Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)
  • 9d1f1b7 Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)
  • 96b97a5 Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)
  • c054ed3 Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#342)
  • 44547fc Bump actions/download-artifact from 4.1.8 to 4.1.9 (#341)
  • 5ea5124 Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#340)
  • 2f142b7 Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#339)
  • 80d2ebd Bump actions/setup-python from 5.3.0 to 5.4.0 (#337)
  • See full diff in compare view

Updates charset-normalizer from 3.4.1 to 3.4.2

Release notes

Sourced from charset-normalizer's releases.

Version 3.4.2

3.4.2 (2025-05-02)

Fixed

  • Addressed the DeprecationWarning in our CLI regarding argparse.FileType by backporting the target class into the package. (#591)
  • Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)

Changed

  • Optional mypyc compilation upgraded to version 1.15 for Python >= 3.9
Changelog

Sourced from charset-normalizer's changelog.

3.4.2 (2025-05-02)

Fixed

  • Addressed the DeprecationWarning in our CLI regarding argparse.FileType by backporting the target class into the package. (#591)
  • Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)

Changed

  • Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8
Commits
  • 6422af1 📝 update release date
  • 0e60ec1 🔖 Release 3.4.2 (#614)
  • f6630ce ⬆️ Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#617)
  • 677c999 ⬆️ Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)
  • 960ab1e ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 (#619)
  • 6eb6325 ⬆️ Bump github/codeql-action from 3.28.10 to 3.28.16 (#620)
  • c99c0f2 ⬆️ Update coverage requirement from <7.7,>=7.2.7 to >=7.2.7,<7.9 (#606)
  • 270f28e ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 (#607)
  • d4d89a0 ⬆️ Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#608)
  • 905fcf5 ⬆️ Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#609)
  • Additional commits viewable in compare view

Updates exceptiongroup from 1.2.2 to 1.3.0

Release notes

Sourced from exceptiongroup's releases.

1.3.0

  • Added **kwargs to function and method signatures as appropriate to match the signatures in the standard library
  • In line with the stdlib typings in typeshed, updated (Base)ExceptionGroup generic types to define defaults for their generic arguments (defaulting to BaseExceptionGroup[BaseException] and ExceptionGroup[Exception]) (PR by @​mikenerone)
  • Changed BaseExceptionGroup.__init__() to directly call BaseException.__init__() instead of the superclass __init__() in order to emulate the CPython behavior (broken or not) (PR by @​cfbolz)
  • Changed the exceptions attribute to always return the same tuple of exceptions, created from the original exceptions sequence passed to BaseExceptionGroup to match CPython behavior (#143)
Changelog

Sourced from exceptiongroup's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

1.3.0

  • Added **kwargs to function and method signatures as appropriate to match the signatures in the standard library
  • In line with the stdlib typings in typeshed, updated (Base)ExceptionGroup generic types to define defaults for their generic arguments (defaulting to BaseExceptionGroup[BaseException] and ExceptionGroup[Exception]) (PR by @​mikenerone)
  • Changed BaseExceptionGroup.__init__() to directly call BaseException.__init__() instead of the superclass __init__() in order to emulate the CPython behavior (broken or not) (PR by @​cfbolz)
  • Changed the exceptions attribute to always return the same tuple of exceptions, created from the original exceptions sequence passed to BaseExceptionGroup to match CPython behavior ([#143](https://github.com/agronholm/exceptiongroup/issues/143) <https://github.com/agronholm...

    Description has been truncated


    📚 Documentation preview 📚: https://datacube-explorer--685.org.readthedocs.build/en/685/

Bumps the pip-deps group with 35 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [autodocsumm](https://github.com/Chilipp/autodocsumm) | `0.2.9` | `0.2.14` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.11.0` | `4.13.4` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.8.9` | `0.9.7` |
| [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.9.0` | `0.15.2` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `5.0.0` | `7.4.7` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.19.0` | `2.3.0` |
| [sphinx-click](https://github.com/click-contrib/sphinx-click) | `4.2.0` | `6.0.0` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.1` | `1.16.1` |
| [boto3](https://github.com/boto/boto3) | `1.37.18` | `1.38.22` |
| [botocore](https://github.com/boto/botocore) | `1.37.18` | `1.38.22` |
| [cattrs](https://github.com/python-attrs/cattrs) | `24.1.2` | `24.1.3` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` |
| [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.2` | `1.3.0` |
| [flask](https://github.com/pallets/flask) | `3.1.0` | `3.1.1` |
| [flask-cors](https://github.com/corydolphin/flask-cors) | `5.0.1` | `6.0.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.3.0` | `2025.5.0` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.1.1` | `3.2.2` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.6.1` | `8.7.0` |
| [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2024.10.1` | `2025.4.1` |
| [mako](https://github.com/sqlalchemy/mako) | `1.3.9` | `1.3.10` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.0.2` |
| [orjson](https://github.com/ijl/orjson) | `3.10.15` | `3.10.18` |
| [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.2` | `3.2.3` |
| [pytz](https://github.com/stub42/pytz) | `2025.1` | `2025.2` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.25.1` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.11.4` | `0.13.0` |
| [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) | `2.24.0` | `2.29.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.41` |
| [structlog](https://github.com/hynek/structlog) | `25.2.0` | `25.3.0` |
| [tblib](https://github.com/ionelmc/python-tblib) | `3.0.0` | `3.1.0` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.4.2` | `6.5.1` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.13.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.4.0` |



Updates `autodocsumm` from 0.2.9 to 0.2.14
- [Release notes](https://github.com/Chilipp/autodocsumm/releases)
- [Commits](Chilipp/autodocsumm@v0.2.9...v0.2.14)

Updates `beautifulsoup4` from 4.11.0 to 4.13.4

Updates `nbsphinx` from 0.8.9 to 0.9.7
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.8.9...0.9.7)

Updates `pydata-sphinx-theme` from 0.9.0 to 0.15.2
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.9.0...v0.15.2)

Updates `sphinx` from 5.0.0 to 7.4.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.0.0...v7.4.7)

Updates `sphinx-autodoc-typehints` from 1.19.0 to 2.3.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.19.0...2.3.0)

Updates `sphinx-click` from 4.2.0 to 6.0.0
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](click-contrib/sphinx-click@4.2.0...6.0.0)

Updates `alembic` from 1.15.1 to 1.16.1
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `boto3` from 1.37.18 to 1.38.22
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.18...1.38.22)

Updates `botocore` from 1.37.18 to 1.38.22
- [Commits](boto/botocore@1.37.18...1.38.22)

Updates `cattrs` from 24.1.2 to 24.1.3
- [Release notes](https://github.com/python-attrs/cattrs/releases)
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v24.1.2...v24.1.3)

Updates `certifi` from 2025.1.31 to 2025.4.26
- [Commits](certifi/python-certifi@2025.01.31...2025.04.26)

Updates `charset-normalizer` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.1...3.4.2)

Updates `exceptiongroup` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.2.2...1.3.0)

Updates `flask` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.1.0...3.1.1)

Updates `flask-cors` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@5.0.1...6.0.0)

Updates `fsspec` from 2025.3.0 to 2025.5.0
- [Commits](fsspec/filesystem_spec@2025.3.0...2025.5.0)

Updates `greenlet` from 3.1.1 to 3.2.2
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.1.1...3.2.2)

Updates `importlib-metadata` from 8.6.1 to 8.7.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.6.1...v8.7.0)

Updates `jsonschema-specifications` from 2024.10.1 to 2025.4.1
- [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases)
- [Commits](python-jsonschema/jsonschema-specifications@v2024.10.1...v2025.4.1)

Updates `mako` from 1.3.9 to 1.3.10
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

Updates `numpy` from 1.26.4 to 2.0.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.2)

Updates `orjson` from 3.10.15 to 3.10.18
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.15...3.10.18)

Updates `packaging` from 24.2 to 25.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.2...25.0)

Updates `pyparsing` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.2.2...3.2.3)

Updates `pytz` from 2025.1 to 2025.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2025.1...release_2025.2)

Updates `rpds-py` from 0.23.1 to 0.25.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.23.1...v0.25.1)

Updates `s3transfer` from 0.11.4 to 0.13.0
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.11.4...0.13.0)

Updates `sentry-sdk[flask]` from 2.24.0 to 2.29.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.24.0...2.29.1)

Updates `sqlalchemy` from 2.0.39 to 2.0.41
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `structlog` from 25.2.0 to 25.3.0
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@25.2.0...25.3.0)

Updates `tblib` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/ionelmc/python-tblib/releases)
- [Changelog](https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/python-tblib@v3.0.0...v3.1.0)

Updates `tornado` from 6.4.2 to 6.5.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.2...v6.5.1)

Updates `typing-extensions` from 4.12.2 to 4.13.2
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.12.2...4.13.2)

Updates `urllib3` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: autodocsumm
  dependency-version: 0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: beautifulsoup4
  dependency-version: 4.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: nbsphinx
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: pydata-sphinx-theme
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: sphinx
  dependency-version: 7.4.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: sphinx-click
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: alembic
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: boto3
  dependency-version: 1.38.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: botocore
  dependency-version: 1.38.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: cattrs
  dependency-version: 24.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: certifi
  dependency-version: 2025.4.26
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: charset-normalizer
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: exceptiongroup
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: flask
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: flask-cors
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: fsspec
  dependency-version: 2025.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: greenlet
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: importlib-metadata
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: jsonschema-specifications
  dependency-version: 2025.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: mako
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: numpy
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: orjson
  dependency-version: 3.10.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: packaging
  dependency-version: '25.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: pyparsing
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytz
  dependency-version: '2025.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: rpds-py
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: s3transfer
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: sentry-sdk[flask]
  dependency-version: 2.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: sqlalchemy
  dependency-version: 2.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: structlog
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: tblib
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: tornado
  dependency-version: 6.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: typing-extensions
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: urllib3
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-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 May 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/docs/pip-deps-cda05c2a26 branch May 23, 2025 21:47
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