Skip to content

build(deps): bump the all-in-one group across 1 directory with 3 updates#148

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/all-in-one-635b271055
Open

build(deps): bump the all-in-one group across 1 directory with 3 updates#148
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/all-in-one-635b271055

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the all-in-one group with 3 updates in the / directory: basedpyright, pytest and wcwidth.

Updates basedpyright from 1.35.0 to 1.39.0

Commits
  • d4b4104 1.39.0
  • 241c884 fix diagnostic ruleset defaults for reportEmptyAbstractUsage
  • b4774cb cherrypick python/typeshed#15488 to prevent false pos...
  • df077f6 flag abstract base classes with no abstract methods
  • be98166 set uv exclude-newer to 1 week
  • b2ebfba Update SECURITY.md
  • 2455efb 1.38.4
  • 78db0e0 i hate node i hate webpack i hate all this shit
  • 1cc918a use @​core-js/pure to polyfill newer ecmascript features now that it has prope...
  • b31ffd9 remove unused ignoreErrors function that was added to the Promise prototy...
  • Additional commits viewable in compare view

Updates pytest from 9.0.1 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

... (truncated)

Commits

Updates wcwidth from 0.2.14 to 0.6.0

Release notes

Sourced from wcwidth's releases.

0.6.0

Full Changelog: jquast/wcwidth@0.5.3...0.6.0

0.5.3

Full Changelog: jquast/wcwidth@0.5.2...0.5.3

0.5.2

Full Changelog: jquast/wcwidth@0.5.1...0.5.2

0.5.1

  • Updated generated zero and wide code tables to length of 1 to complete the previously announced removal of historical wide and zero tables. #196

Full Changelog: jquast/wcwidth@0.5.0...0.5.1

0.5.0

  • Drop Support of many historical versions of wide and zero unicode tables. Only the latest Unicode version (17.0.0) is now shipped. The related unicode_version='auto' keyword of the wcwidth()-family of functions are ignored. list_versions() always returns a tuple of only a single element of the only unicode version supported. #195
  • Performance improvement of most common call without version or ambiguous_width specified by 20%. #195
  • New Function propagate_sgr() for applying SGR state propagation to a list of lines. #194
  • Improved wrap() and clip() with propagate_sgr=True. #194
  • Bugfix clip() zero-width characters at clipping boundaries. #194
  • Bugfix OSC Hyperlinks when broken mid-text by wrap(). #193

Full Changelog: jquast/wcwidth@0.4.0...0.5.0

0.4.0

Full Changelog: jquast/wcwidth@0.3.5...0.4.0

0.3.5

  • Re-stamp package version correctly, 0.3.4 packaged a failing test

Full Changelog: jquast/wcwidth@0.3.4...0.3.5

0.3.4

Full Changelog: jquast/wcwidth@0.3.3...0.3.4

0.3.3

... (truncated)

Commits
  • e19d2a2 Complete textwrap.wrap() with 6 missing params! (#207)
  • 666c501 rephrase ucs-detect for upcoming version
  • 84a7248 Add Virama conjunct for the Brahmic scripts (#204)
  • 38d03a5 Standalone emoji support (#202)
  • 8c8eac8 changelog and hyperlinks
  • a198889 Update Category "Mc" code, specs, tests (#200)
  • 8d27c08 Do not distribute any data files (#199)
  • 17b0bad reduce ambiguous_width detection doc
  • 29f10e7 hyperlink where it counts!
  • c6d25b6 Bugfix zero and wide tables were not trimmed (#196)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 13, 2026
@dependabot dependabot bot added the python Pull requests that update python code label Apr 13, 2026
Bumps the all-in-one group with 3 updates in the / directory: [basedpyright](https://github.com/detachhead/basedpyright), [pytest](https://github.com/pytest-dev/pytest) and [wcwidth](https://github.com/jquast/wcwidth).


Updates `basedpyright` from 1.35.0 to 1.39.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.35.0...v1.39.0)

Updates `pytest` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.1...9.0.3)

Updates `wcwidth` from 0.2.14 to 0.6.0
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.14...0.6.0)

---
updated-dependencies:
- dependency-name: basedpyright
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-in-one
- dependency-name: wcwidth
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/all-in-one-635b271055 branch from 40a7d73 to f09f6e3 Compare April 14, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants