Bump the poetry-dependencies group with 35 updates#208
Merged
Conversation
Bumps the poetry-dependencies group with 35 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.1` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.8.3` | `0.8.6` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.15` | | [typeguard](https://github.com/agronholm/typeguard) | `4.5.1` | `4.5.2` | | [types-requests](https://github.com/python/typeshed) | `2.33.0.20260408` | `2.33.0.20260518` | | [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20260408` | `2.9.0.20260518` | | [types-toml](https://github.com/python/typeshed) | `0.10.8.20260408` | `0.10.8.20260518` | | [requests](https://github.com/psf/requests) | `2.33.1` | `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.1` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.20` | `1.8.21` | | [decorator](https://github.com/micheles/decorator) | `5.2.1` | `5.3.1` | | [distlib](https://github.com/pypa/distlib) | `0.4.0` | `0.4.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.0` | `3.29.1` | | [idna](https://github.com/kjd/idna) | `3.15` | `3.18` | | [librt](https://github.com/mypyc/librt) | `0.9.0` | `0.11.0` | | [matplotlib-inline](https://github.com/ipython/matplotlib-inline) | `0.2.1` | `0.2.2` | | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.5.0` | `0.6.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.6` | `4.10.0` | | [python-discovery](https://github.com/tox-dev/python-discovery) | `1.2.2` | `1.4.0` | | [pytz](https://github.com/stub42/pytz) | `2026.1.post1` | `2026.2` | | [snowballstemmer](https://github.com/snowballstem/snowball) | `3.0.1` | `3.1.1` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.3` | `2.8.4` | | [starlette](https://github.com/Kludex/starlette) | `1.0.0` | `1.2.1` | | [tomlkit](https://github.com/python-poetry/tomlkit) | `0.14.0` | `0.15.0` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.5` | `6.5.6` | | [traitlets](https://github.com/ipython/traitlets) | `5.14.3` | `5.15.1` | | [types-pytz](https://github.com/python/typeshed) | `2026.1.1.20260408` | `2026.2.0.20260518` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.46.0` | `0.48.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.3.0` | `21.4.2` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.1` | `1.2.0` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.6.0` | `0.7.0` | | [zipp](https://github.com/jaraco/zipp) | `3.23.1` | `4.1.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 `coverage` from 7.13.5 to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.5...7.14.1) Updates `pydoclint` from 0.8.3 to 0.8.6 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.8.3...0.8.6) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.1.0) Updates `ruff` from 0.15.12 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.12...0.15.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 `types-requests` from 2.33.0.20260408 to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260408 to 2.9.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `types-toml` from 0.10.8.20260408 to 0.10.8.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `requests` from 2.33.1 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.33.1...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.1 - [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.1) Updates `debugpy` from 1.8.20 to 1.8.21 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.20...v1.8.21) Updates `decorator` from 5.2.1 to 5.3.1 - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md) - [Commits](micheles/decorator@5.2.1...5.3.1) Updates `distlib` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.4.0...0.4.1) Updates `filelock` from 3.29.0 to 3.29.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.29.0...3.29.1) Updates `idna` from 3.15 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.15...v3.18) Updates `librt` from 0.9.0 to 0.11.0 - [Commits](mypyc/librt@v0.9.0...v0.11.0) Updates `matplotlib-inline` from 0.2.1 to 0.2.2 - [Commits](ipython/matplotlib-inline@0.2.1...0.2.2) Updates `mdit-py-plugins` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](executablebooks/mdit-py-plugins@v0.5.0...v0.6.1) Updates `platformdirs` from 4.9.6 to 4.10.0 - [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.9.6...4.10.0) Updates `python-discovery` from 1.2.2 to 1.4.0 - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](tox-dev/python-discovery@1.2.2...1.4.0) Updates `pytz` from 2026.1.post1 to 2026.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2026.1.post1...release_2026.2) Updates `snowballstemmer` from 3.0.1 to 3.1.1 - [Changelog](https://github.com/snowballstem/snowball/blob/main/NEWS) - [Commits](snowballstem/snowball@v3.0.1...v3.1.1) Updates `soupsieve` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8.3...2.8.4) Updates `starlette` from 1.0.0 to 1.2.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.0...1.2.1) Updates `tomlkit` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.14.0...0.15.0) Updates `tornado` from 6.5.5 to 6.5.6 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.5...v6.5.6) Updates `traitlets` from 5.14.3 to 5.15.1 - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@v5.14.3...v5.15.1) Updates `types-pytz` from 2026.1.1.20260408 to 2026.2.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `uvicorn` from 0.46.0 to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.46.0...0.48.0) Updates `virtualenv` from 21.3.0 to 21.4.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.3.0...21.4.2) Updates `watchfiles` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.1.1...v1.2.0) Updates `wcwidth` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.6.0...0.7.0) Updates `zipp` from 3.23.1 to 4.1.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.23.1...v4.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pydoclint dependency-version: 0.8.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: typeguard dependency-version: 4.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: types-toml dependency-version: 0.10.8.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: click dependency-version: 8.4.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: debugpy dependency-version: 1.8.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: decorator dependency-version: 5.3.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: distlib dependency-version: 0.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: filelock dependency-version: 3.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: librt dependency-version: 0.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: matplotlib-inline dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: mdit-py-plugins dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: python-discovery dependency-version: 1.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pytz dependency-version: '2026.2' dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: snowballstemmer dependency-version: 3.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: soupsieve dependency-version: 2.8.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: starlette dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: tornado dependency-version: 6.5.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: traitlets dependency-version: 5.15.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: types-pytz dependency-version: 2026.2.0.20260518 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: virtualenv dependency-version: 21.4.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: watchfiles dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: wcwidth dependency-version: 0.7.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: zipp dependency-version: 4.1.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
aecorn
approved these changes
Jun 10, 2026
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 poetry-dependencies group with 35 updates:
26.3.126.5.17.13.57.14.10.8.30.8.61.20.22.1.00.15.120.15.154.5.14.5.22.33.0.202604082.33.0.202605182.9.0.202604082.9.0.202605180.10.8.202604080.10.8.202605182.33.12.34.22026.4.222026.5.208.3.38.4.11.8.201.8.215.2.15.3.10.4.00.4.13.29.03.29.13.153.180.9.00.11.00.2.10.2.20.5.00.6.14.9.64.10.01.2.21.4.02026.1.post12026.23.0.13.1.12.8.32.8.41.0.01.2.10.14.00.15.06.5.56.5.65.14.35.15.12026.1.1.202604082026.2.0.202605180.46.00.48.021.3.021.4.21.1.11.2.00.6.00.7.03.23.14.1.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
coveragefrom 7.13.5 to 7.14.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
64d9b66docs: correct the date for 7.14.16fa7dd4chore: bump actions/dependency-review-action (#2181)078afaedocs: sample HTML for 7.14.1cb4f028docs: prep for 7.14.1ae2d09fMerge branch 'nedbat/classifire-316-kits'2c3568bbuild: declare 3.16 compatibilityfaa68f8chore: bump github/codeql-action in the action-dependencies group (#2173)eb55feetest: we don't need PyPy < 7.3.22 anymoreac168fetest: the text summary should show missingfed4bd2chore: upgrade virtualenvUpdates
pydoclintfrom 0.8.3 to 0.8.6Release notes
Sourced from pydoclint's releases.
Changelog
Sourced from pydoclint's changelog.
Commits
da69fbdReport unsupported docstring headers (numpy) as DOC001 (#290)1693aa3Docstring parsing errors now produce DOC001 only; no more cascading violation...98b491fUpdate linter and formatter versions (#286)88d83c9Add config option to skip private functions (#282)4e1136cAdd config option and logic to accommodate PEP257-style inline class attribut...Updates
mypyfrom 1.20.2 to 2.1.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c1c336dRemove +dev from version74df14bAdd changelog for mypy 2.1 (#21464)022d9bcRevert "TypeForm: Enable by default (#21262)"8826288[mypyc] Document librt.random (#21463)3f4067bBump librt version to 0.11.0 (#21458)2b1eb58[mypyc] Enable incremental self-compilation (#21369)8152f4aRespect file config comments for stale modules (#21444)116d60bFix nondeterminism from nonassociativity of overload joins (#21455)6c4af8eFix function call message change for small number of args (#21432)4b8fdca[mypyc] Add librt.random module (#21433)Updates
rufffrom 0.15.12 to 0.15.15Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
db5aa0aBump 0.15.15 (#25431)366fe21[ty] Improve diagnostics for syntax errors in forward annotations (#25158)e2e1e64[ty] Remove excess capacity from more Salsa cached collections (#25411)1bd77e1[ty] Use diagnostic message as tie breaker when sorting (#25424)7e1bc1eAdd agent skills for working on ty (#25422)574e107Expand semantic syntax errors for invalid walruses (#25415)4a7ca06[ty] Display docs for matching parameter when hovering over the name of an ar...5432709Refine a few agents instructions (#25423)3cb09eb[ty] Supporttyping.TypeForm(#25334)c8cd59f[ty] Infer class attributes assigned by metaclass initialization (#25342)Updates
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
types-requestsfrom 2.33.0.20260408 to 2.33.0.20260518Commits
Updates
types-python-dateutilfrom 2.9.0.20260408 to 2.9.0.20260518Commits
Updates
types-tomlfrom 0.10.8.20260408 to 0.10.8.20260518Commits
Updates
requestsfrom 2.33.1 to 2.34.2Release notes
Sourced from requests's releases.
... (truncated)
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...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)Updates
certififrom 2026.4.22 to 2026.5.20Commits
d7ea1512026.05.20 (#413)Updates
clickfrom 8.3.3 to 8.4.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and docUpdates
debugpyfrom 1.8.20 to 1.8.21Release notes
Sourced from debugpy's releases.
Commits
858b05cFix TSA #2816217: suppress Flawfinder false positive on Cython JoinPyUnicode ...f0c34f1Fix TSA #2816216: suppress Flawfinder false positive on Cython DIGIT_PAIRS_8 ...4c70e13Fix TSA #2816218: suppress Flawfinder false positive on Cython read-loop iter...19c2b8cFix TSA #2816220: suppress Flawfinder false positive on Cython read-loop iter...ab92638Merge pull request #2031 from StellaHuang95/stellahuang/tsa-2816219-flawfinde...12bd4feReturn evaluate result in DAP response body instead of writing to stdout (#2027)8bd57a7Prevent invalid s...Description has been truncated