Bump the python-packages group across 1 directory with 6 updates#3
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the python-packages group across 1 directory with 6 updates#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml), [poethepoet](https://github.com/nat-n/poethepoet), [myst-nb](https://github.com/executablebooks/myst-nb), [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `poethepoet` from 0.34.0 to 0.46.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.34.0...v0.46.0) Updates `myst-nb` from 1.2.0 to 1.4.0 - [Release notes](https://github.com/executablebooks/myst-nb/releases) - [Changelog](https://github.com/executablebooks/MyST-NB/blob/main/CHANGELOG.md) - [Commits](executablebooks/MyST-NB@v1.2.0...v1.4.0) Updates `pydata-sphinx-theme` from 0.16.1 to 0.18.0 - [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.16.1...v0.18.0) Updates `sphinx` from 8.2.3 to 9.0.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.4) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v64.0.0...v82.0.1) --- updated-dependencies: - dependency-name: myst-nb dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: poethepoet dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/python-packages-9c7baf2d20
branch
from
June 3, 2026 04:33
18d18ff to
4afc2b7
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on pyyaml, poethepoet, myst-nb, pydata-sphinx-theme, sphinx and setuptools to permit the latest version.
Updates
pyyamlfrom 6.0.2 to 6.0.3Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
49790e7Release 6.0.3 (#889)Updates
poethepoetfrom 0.34.0 to 0.46.0Release notes
Sourced from poethepoet's releases.
... (truncated)
Commits
23a4c1afeat: experimental Claude Code skill and bump-version task (#387)a04a215refactor: use AST for $POE_EXTRA_ARGS detection and cache parsed content (#388)61d2e34refactor: use AST parser for all templating (#386)1bfad47fix: make uv and poetry executors check for bat files (#385)35e4a1bfix: Strip underscore prefix in documentation for private positional args (#383)244cf0bBump version to 0.45.03a6c09afeat: support forwarding free arguments via $POE_EXTRA_ARGS (#380)a1edcdafix: preserve quotes in :+/:- operator arguments (#333) (#377)3e60a85fix: handle cancelled asyncio tasks correctly (#378)bbdd435fix: handle ctrl+c attempt on windows if running bat/cmd scripts (#382)Updates
myst-nbfrom 1.2.0 to 1.4.0Release notes
Sourced from myst-nb's releases.
Changelog
Sourced from myst-nb's changelog.
Commits
7a32f74Preparing for release v1.4.06199097MAINT: default branch got renamed (#711)a0d0275CI: testing python 3.14 and sphinx9 and docutils 0.22 (#704)68352d6[pre-commit.ci] pre-commit autoupdate (#710)d7012c4[pre-commit.ci] pre-commit autoupdate (#708)4f4096dUpdate infrastructure for new pythons and prep for latest sphinx (#706)5e06ea0[pre-commit.ci] pre-commit autoupdate (#707)49e01ebImprove theme integration (#693)531af65Fix dead link (#703)8f5a1e7[pre-commit.ci] pre-commit autoupdate (#702)Updates
pydata-sphinx-themefrom 0.16.1 to 0.18.0Release notes
Sourced from pydata-sphinx-theme's releases.
... (truncated)
Commits
047227abump: 0.18.0rc2 -> 0.18.0 (#2394)699d9a4bump: 0.18.0rc1 → 0.18.0rc2 (#2392)aac71f1Fix the stickiness of the version warning banner, and rename the config optio...5d30788Bump actions/github-script from 8.0.0 to 9.0.0 (#2388)0335a8eBump py-cov-action/python-coverage-comment-action from 3.40 to 3.41 (#2390)e8861d4Bump actions/cache from 5.0.3 to 5.0.5 (#2391)01790f0Fix theme dropdown menu going offscreen (#2387)d17eb2eUpdate internal CI action pin for tests (#2382)01d49e6Update internal github actions tags (#2381)178df7abump: 0.17.1 → 0.18.0rc0 (#2380)Updates
sphinxfrom 8.2.3 to 9.0.4Release notes
Sourced from sphinx's releases.
... (truncated)
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
8ddba7eBump to 9.0.4 final6959633[bot]: Update message catalogues (#14155)88a4a97Allow reordered refs and translated display text in pending_xref (#14144)f666208Bump versiondf8a9e7Bump to 9.0.3 finalbd89f96Import names from defining module7d05936autodoc: Restore some missing exportsb745a11Bump version1ac581cBump to 9.0.2 final1281a83autodoc: Restoremockmodule for compatibility (#14152)Updates
setuptoolsto 82.0.1Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)