python-deps(deps): bump the python-dependencies group across 1 directory with 10 updates#191
Closed
dependabot[bot] wants to merge 1 commit into
Closed
python-deps(deps): bump the python-dependencies group across 1 directory with 10 updates#191dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ory with 10 updates Bumps the python-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.2.2` | `7.3.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.21.2` | `10.21.3` | | [requests](https://github.com/psf/requests) | `2.34.0` | `2.34.2` | | [certifi](https://github.com/certifi/python-certifi) | `2026.4.22` | `2026.5.20` | | [click](https://github.com/pallets/click) | `8.3.3` | `8.4.0` | | [idna](https://github.com/kjd/idna) | `3.14` | `3.15` | | [typeguard](https://github.com/agronholm/typeguard) | `4.5.1` | `4.5.2` | | [chardet](https://github.com/chardet/chardet) | `6.0.0.post1` | `7.4.3` | | [typepy](https://github.com/thombashi/typepy) | `1.3.5` | `2.0.0` | Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) Updates `mkdocs-include-markdown-plugin` from 7.2.2 to 7.3.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](mondeja/mkdocs-include-markdown-plugin@v7.2.2...v7.3.0) Updates `pymdown-extensions` from 10.21.2 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.21.2...10.21.3) Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.34.0...v2.34.2) Updates `certifi` from 2026.4.22 to 2026.5.20 - [Commits](certifi/python-certifi@2026.04.22...2026.05.20) Updates `click` from 8.3.3 to 8.4.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.3...8.4.0) Updates `idna` from 3.14 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.14...v3.15) Updates `typeguard` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](agronholm/typeguard@4.5.1...4.5.2) Updates `chardet` from 6.0.0.post1 to 7.4.3 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@6.0.0.post1...7.4.3) Updates `typepy` from 1.3.5 to 2.0.0 - [Release notes](https://github.com/thombashi/typepy/releases) - [Commits](thombashi/typepy@v1.3.5...v2.0.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typeguard dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: typepy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the python-dependencies group with 10 updates in the / directory:
26.3.126.5.17.2.27.3.010.21.210.21.32.34.02.34.22026.4.222026.5.208.3.38.4.03.143.154.5.14.5.26.0.0.post17.4.31.3.52.0.0Updates
blackfrom 26.3.1 to 26.5.1Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
87928e6Prepare release 26.5.1 (#5140)c970a49Preserve comments before fmt: skip lines (#5139)5809338Preserve inline comments inside annotation subscripts (#5130)61361b7docs: add Neovim integration guide and fix http link (#5124)ebe6018CI Hotfixes (#5136)9cbd95fFix publish binaries again on Windows (#5134)3dc8e6cAdd new changelog (#5132)6d0fff0Fix publish binaries workflow (#5133)d2490e2Prepare release 26.5.0 (#5131)2b13ea7Preserve multiline headers with fmt skip (#5117)Updates
mkdocs-include-markdown-pluginfrom 7.2.2 to 7.3.0Release notes
Sourced from mkdocs-include-markdown-plugin's releases.
Commits
0604be2Add new settinginclude_from_url(#299)f0809f9Document order setting (#298)Updates
pymdown-extensionsfrom 10.21.2 to 10.21.3Release notes
Sourced from pymdown-extensions's releases.
Commits
4262841Fix spelling63b7835Merge commit from fork3d18550Docs: update js depsUpdates
requestsfrom 2.34.0 to 2.34.2Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...Updates
certififrom 2026.4.22 to 2026.5.20Commits
d7ea1512026.05.20 (#413)Updates
clickfrom 8.3.3 to 8.4.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
41f410fRelease 8.4.0e3e69e3Add type annotations for instance attributes inutils(#3422)3bb230dWIP: FixHelpFormatter.write_usageproducing spurious characters (#3434)63274a7click.get_pager_file: add tests (#1572 followup) (#3405)0551bf5FixHelpFormatter.write_usageproducing spurious charactersfc41aa1Apply class-body annotations toKeepOpenFilefor consistencyb761edaSkip some tests on Windows98302acCheckPAGERusage, color preservation and edge-casesdbdae17Fix documentation1aa2d53Redesigned tests and get_pager_file branching to be more clear and not set colorUpdates
idnafrom 3.14 to 3.15Changelog
Sourced from idna's changelog.
Commits
af30a09Release 3.1530314d4Pre-release 3.15rc005d4b21Merge pull request #237 from kjd/convert-docs-to-markdown2987fdbConvert README and HISTORY from reStructuredText to Markdown59fa800Merge pull request #236 from kjd/dependabot/github_actions/actions-f3e34333eadef6983Merge branch 'master' into dependabot/github_actions/actions-f3e34333eabbd8004Merge pull request #234 from StanFromIreland/patch-1edd07c0Bump github/codeql-action from 3.35.2 to 4.35.2 in the actions group5557db0Merge branch 'master' into patch-1f11746cMerge pull request #235 from StanFromIreland/patch-2Updates
typeguardfrom 4.5.1 to 4.5.2Release notes
Sourced from typeguard's releases.
Commits
e130f03Added release dateeb77bacFixed crash in protocol check when subject method has no positional params (#...ff2b88bBump the github-actions group with 2 updates (#547)Updates
chardetfrom 6.0.0.post1 to 7.4.3Release notes
Sourced from chardet's releases.
... (truncated)
Changelog
Sourced from chardet's changelog.
... (truncated)
Commits
8f404a5docs: set 7.4.3 release date to 2026-04-137a6667fdocs: fix changelog attribution for #369a1fc986docs: changelog for 7.4.30af01d6Fix ValueError crash on null bytes in charset declarations (#369)08e4ebcci: parallelize riscv64 builds across 5 RISE runners2f6e1e9ci: use python3 -m pip on riscv64 runner204623dci: invoke cibuildwheel manually on riscv64 runner78c1d20ci: use native runners for aarch64/riscv64 instead of QEMU3cc0960docs: changelog for 7.4.29079efcFix RuntimeError on ~2% of two-byte inputs (#368)Updates
typepyfrom 1.3.5 to 2.0.0Release notes
Sourced from typepy's releases.
Commits
2d7ed70Bump version to 2.0.0f65a5b3Merge pull request #13 from JYOuyang/jyo-tzdd5f448setup.py: PEP 508 env marker to install tzdata if on Windows.c702aa0Replace pytz with ZoneInfo + misc datetime fixesDependabot 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