Skip to content

Bump the ci-constraints group across 1 directory with 6 updates#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ci/ci-constraints-dd6fcdf82b
Closed

Bump the ci-constraints group across 1 directory with 6 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ci/ci-constraints-dd6fcdf82b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

Bumps the ci-constraints group with 6 updates in the /ci directory:

Package From To
idna 3.16 3.18
docutils 0.22.4 0.23
ruamel-yaml 0.18.16 0.19.1
sphinx-tabs 3.4.5 3.4.7
sphinx-toolbox 4.1.2 4.2.0
standard-imghdr 3.10.14 3.13.0

Updates idna from 3.16 to 3.18

Changelog

Sourced from idna's changelog.

3.18 (2026-06-02)

  • When decoding a domain, add a display argument that will pass through invalid labels rather than raising an exception.

3.17 (2026-05-28)

  • Substantial 75% reduction in memory usage through new data structures and some optimization in processing speed.
  • Added a general 1024-character input length cap to the public validation, conversion, and codec entry points. This is well above any legitimate domain or label and guards against pathological inputs.
Commits
  • f39ea90 Release 3.18
  • 40f4e40 Pre-release 3.18rc0
  • 1a5bf80 Merge pull request #253 from kjd/lenient-decode
  • 5bbb26f Merge branch 'master' into lenient-decode
  • c532bae Rename decode() lenient= option to display= (issue #248)
  • 0b1758b Merge pull request #252 from kjd/release-3.17
  • f48619c Release 3.17
  • 7421ba8 Pre-release 3.17rc0
  • 22ebb73 Merge pull request #251 from kjd/structure-optimizations
  • 2a7ac0a Drop redundant parallel-arrays comment from uts46data
  • Additional commits viewable in compare view

Updates docutils from 0.22.4 to 0.23

Commits

Updates ruamel-yaml from 0.18.16 to 0.19.1

Updates sphinx-tabs from 3.4.5 to 3.4.7

Release notes

Sourced from sphinx-tabs's releases.

Version 3.4.7

As previous release, but with working deployment to PyPI

Version 3.4.6

What's Changed

New Contributors

Full Changelog: executablebooks/sphinx-tabs@v3.4.5...v3.4.6

Changelog

Sourced from sphinx-tabs's changelog.

Change Log

3.5.0 - 2026-03-02

  • Adding support for up to Sphinx 9.1 and dropped support for versions <7.
  • Adding support for docutils 0.22.
  • Adding support for up to Python 3.14 and dropped support for versions <3.10.
Commits

Updates sphinx-toolbox from 4.1.2 to 4.2.0

Release notes

Sourced from sphinx-toolbox's releases.

Version 4.2.0

Automatically copied from PyPI.


Powered by OctoCheese
📝 docs | :octocat: repo | 🙋 issues | 🏪 marketplace

Version 4.2.0rc1

Automatically copied from PyPI.


Powered by OctoCheese
📝 docs | :octocat: repo | 🙋 issues | 🏪 marketplace

Changelog

Sourced from sphinx-toolbox's changelog.

4.2.0

  • Remove cap on ruamel.yaml (:pr:214)
  • Updates to more_autodoc for Sphinx 9 compatibility.

4.1.0

General compatibility updates

4.0.0

The :mod:sphinx_toolbox.source module no longer enables the :mod:sphinx_toolbox.github extension automatically. If you have :confval:source_link_target set to 'GitHub' you may need to enable the extension manually.

3.10.0

Allow GitHub branch to be specified for :rst:dir:installation directive.

3.9.0

Improved support for Sphinx 8.1+

3.8.2

(BUG) Fix GitHub issue title parsing.

3.8.0

Improved support for Sphinx 7.3+

3.7.0

  • Add :class:sphinx_toolbox.more_autodoc.variables.PropertyDocumenter.
  • Use sphinx's HTML5Translator over HTMLTranslator.

... (truncated)

Commits

Updates standard-imghdr from 3.10.14 to 3.13.0

Commits
  • eb25886 release workflow
  • 4dcb009 Prepare 3.13-compatible release
  • 2af39a1 Merge pull request #36 from youknowone/remove-distutils
  • 48dbc68 Strike distutils from README
  • 90f6422 Remove distutils from test
  • 3318056 Improve test helper script
  • 5218c79 Revert aifc changes to use chunkmuncher and add standard-chunk
  • fa65973 Merge pull request #33 from youknowone/distutils-3.11
  • d8eb34d distutils 3.11.9
  • 925bc8e distutils 3.10.14
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the ci-constraints group with 6 updates in the /ci directory:

| Package | From | To |
| --- | --- | --- |
| [idna](https://github.com/kjd/idna) | `3.16` | `3.18` |
| [docutils](https://github.com/rtfd/recommonmark) | `0.22.4` | `0.23` |
| ruamel-yaml | `0.18.16` | `0.19.1` |
| [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) | `3.4.5` | `3.4.7` |
| [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) | `4.1.2` | `4.2.0` |
| [standard-imghdr](https://github.com/youknowone/python-deadlib) | `3.10.14` | `3.13.0` |



Updates `idna` from 3.16 to 3.18
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.16...v3.18)

Updates `docutils` from 0.22.4 to 0.23
- [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/recommonmark/commits)

Updates `ruamel-yaml` from 0.18.16 to 0.19.1

Updates `sphinx-tabs` from 3.4.5 to 3.4.7
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-tabs@v3.4.5...v3.4.7)

Updates `sphinx-toolbox` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases)
- [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst)
- [Commits](sphinx-toolbox/sphinx-toolbox@v4.1.2...v4.2.0)

Updates `standard-imghdr` from 3.10.14 to 3.13.0
- [Release notes](https://github.com/youknowone/python-deadlib/releases)
- [Commits](youknowone/python-deadlib@v3.10.14...v3.13.0)

---
updated-dependencies:
- dependency-name: docutils
  dependency-version: '0.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-constraints
- dependency-name: idna
  dependency-version: '3.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-constraints
- dependency-name: ruamel-yaml
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-constraints
- dependency-name: sphinx-tabs
  dependency-version: 3.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-constraints
- dependency-name: sphinx-toolbox
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-constraints
- dependency-name: standard-imghdr
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-constraints
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/ci/ci-constraints-dd6fcdf82b branch from ad66e0f to a420f59 Compare June 2, 2026 14:44
@matajoh matajoh closed this Jun 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/ci/ci-constraints-dd6fcdf82b branch June 2, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant