Bump the documentation-python group in /Documentation with 8 updates - #76
Open
dependabot[bot] wants to merge 2 commits into
Open
Bump the documentation-python group in /Documentation with 8 updates#76dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the documentation-python group in /Documentation with 8 updates: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.0` | | [docutils](https://github.com/rtfd/recommonmark) | `0.22.4` | `0.23` | | [nbformat](https://github.com/jupyter/nbformat) | `5.10.4` | `5.11.0` | | [numpy](https://github.com/numpy/numpy) | `2.5.1` | `2.5.2` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.0` | `4.11.2` | | [setuptools](https://github.com/pypa/setuptools) | `83.0.0` | `84.0.0` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.9.1` | `2.9.2` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.7` | `6.5.8` | Updates `charset-normalizer` from 3.4.9 to 3.5.0 - [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.9...3.5.0) 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 `nbformat` from 5.10.4 to 5.11.0 - [Release notes](https://github.com/jupyter/nbformat/releases) - [Changelog](https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md) - [Commits](jupyter/nbformat@v5.10.4...v5.11.0) Updates `numpy` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.5.1...v2.5.2) Updates `platformdirs` from 4.11.0 to 4.11.2 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.11.0...4.11.2) Updates `setuptools` from 83.0.0 to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v83.0.0...v84.0.0) Updates `soupsieve` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.9.1...2.9.2) Updates `tornado` from 6.5.7 to 6.5.8 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.7...v6.5.8) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: nbformat dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: platformdirs dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: soupsieve dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: tornado dependency-version: 6.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the documentation-python group in /Documentation with 8 updates:
3.4.93.5.00.22.40.235.10.45.11.02.5.12.5.24.11.04.11.283.0.084.0.02.9.12.9.26.5.76.5.8Updates
charset-normalizerfrom 3.4.9 to 3.5.0Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
3325d87Merge pull request #792 from jawah/update-cibuildwheel-action77203b1chore: reformat noxfile.py8561c22chore(deps): bump github/codeql-action/upload-sarif (#787)25248dfchore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#789)3eaaf3echore: enable cp315t in cifbe9fc4chore: update cibuildwheel for py315 by default5c7b82achore: add emscripten classifier7d30c21chore: skip pyodide tests cibw417d66fMerge pull request #791 from jawah/patch-1130afd5chore: perf script initial warm with big5 dummy contentUpdates
docutilsfrom 0.22.4 to 0.23Commits
Updates
nbformatfrom 5.10.4 to 5.11.0Release notes
Sourced from nbformat's releases.
... (truncated)
Changelog
Sourced from nbformat's changelog.
Commits
8e973f5Publish 5.11.0434f6cachore: update pre-commit hooks813fcfeRemove deprecated repair_duplicate_cell_ids/strip_invalid_metadata kwargs fro...1cf0b65Bump github/codeql-action from 4 to 4.37.3 in the actions group0d3c9a3chore: update pre-commit hooks58940d6Add zizmor GitHub Actions auditing and fix its findings369a741Remove the enforce PR label workflowf3c331cAdd context manager support to NotebookNotary31c6067Bump the actions group with 2 updates580da52Fix validators cache key type annotationUpdates
numpyfrom 2.5.1 to 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48feceeREL: Prepare for the NumPy 2.5.2 release (#32226)ecf599cMerge pull request #32221 from charris/backport-321513c7ac97Merge pull request #32220 from charris/backport-3220523b30f4BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)4964ca8TYP:iscloseshape-typing fix for 2d array-likes (#32205)c37ed94MAINT: Skip limited_api tests on some platforms. (#32214)5cfd73bMerge pull request #32206 from charris/update-cibuildwheeld8262bcMAINT: Update cibuildwheel to v4.2.0988d94dMerge pull request #32158 from charris/backport-32133b2e4f97BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)Updates
platformdirsfrom 4.11.0 to 4.11.2Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
a58fb90Release 4.11.2a01396cfix: stop the remaining iter_*_dirs yielding duplicate or joined paths (#520)a9f2ba9Release 4.11.130a9549Let the non-ctypes resolvers find the desktop folder (#519)cc97359build(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the al...328e15d[pre-commit.ci] pre-commit autoupdate (#517)76fd346build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the all group (#516)13a531d[pre-commit.ci] pre-commit autoupdate (#515)070777bbuild(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 in the al...5d09cb0build(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the all group (#513)Updates
setuptoolsfrom 83.0.0 to 84.0.0Changelog
Sourced from setuptools's changelog.
Commits
72e919aMerge pull request #5293 from pypa/bugfix/integration-pip-flit-backend1b29701Select the top-level pyproject.toml when reading build requirementsbb1b381Bump version: 83.0.0 → 84.0.0ee6fdd7Sync with distutils @ e8eb87855 (#5292)2a4a9e4Merge remote-tracking branch 'origin/main' into distutils-e8eb87855cbd1195Merge https://github.com/jaraco/skeletonbd3594eMerge pull request #5287 from Avasam/Configuring-lint.flake8-comprehensions.a...f02e90aConfigure C408 to allow dict(a=1) rather than disabling itc55f52bConfiguring lint.flake8-comprehensions.allow-dict-calls-with-keyword-argument...e9904b0Match the distutils sdist base type for the user_options overrideUpdates
soupsievefrom 2.9.1 to 2.9.2Release notes
Sourced from soupsieve's releases.
Commits
78661a6Merge commit from forkd61b631Fix broken linksUpdates
tornadofrom 6.5.7 to 6.5.8Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
a55abe3Merge pull request #3704 from bdarnell/security-6.5.8fc79488docs: add additional credit to release notes7b01763Fix test_strip_headers_on_redirect's URL-embedded-credentials casesd72fff8release notes and version bump for 6.5.8b168818auth: Formally deprecated OpenIDMixinda28476web: Also check for semicolons in deprecated mixed-case cookie args8d6363ehttputil: Enforce a new limit on the number of arguments in a requestde85b3fhttputil: Apply multipart max_parts limit earlierDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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