Skip to content

Bump pytest-subprocess from 1.5.3 to 1.5.4#197

Merged
chopkinsmade merged 1 commit into
mainfrom
dependabot/uv/pytest-subprocess-1.5.4
Apr 16, 2026
Merged

Bump pytest-subprocess from 1.5.3 to 1.5.4#197
chopkinsmade merged 1 commit into
mainfrom
dependabot/uv/pytest-subprocess-1.5.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pytest-subprocess from 1.5.3 to 1.5.4.

Release notes

Sourced from pytest-subprocess's releases.

1.5.4

Features

  • [#103](https://github.com/aklajnert/pytest-subprocess/issues/103): Improve matching commands that contain quoted arguments.

Bug fixes

  • [#192](https://github.com/aklajnert/pytest-subprocess/issues/192): Fix ResourceWarning for unclosed file handles in test_universal_newlines and test_text by explicitly closing process.stdout after reading, preventing intermittent failures on Python 3.12+.
  • [#196](https://github.com/aklajnert/pytest-subprocess/issues/196): Handle stderr=STDOUT when stdout is a file handle.
  • [#194](https://github.com/aklajnert/pytest-subprocess/issues/194): Patch imported subprocess.Popen aliases.
  • [#186](https://github.com/aklajnert/pytest-subprocess/issues/186): Support file handles in stdout and stderr.

Other changes

  • [#197](https://github.com/aklajnert/pytest-subprocess/issues/197): Officially support Python 3.14 and 3.15.
Changelog

Sourced from pytest-subprocess's changelog.

1.5.4 (2026-03-21)

Features

* `[#103](https://github.com/aklajnert/pytest-subprocess/issues/103) <https://github.com/aklajnert/pytest-subprocess/pull/103>`_: Improve matching commands that contain quoted arguments.

Bug fixes

  • [#192](https://github.com/aklajnert/pytest-subprocess/issues/192) <https://github.com/aklajnert/pytest-subprocess/pull/192>_: Fix ResourceWarning for unclosed file handles in test_universal_newlines and test_text by explicitly closing process.stdout after reading, preventing intermittent failures on Python 3.12+.
  • [#196](https://github.com/aklajnert/pytest-subprocess/issues/196) <https://github.com/aklajnert/pytest-subprocess/pull/196>_: Handle stderr=STDOUT when stdout is a file handle.
  • [#194](https://github.com/aklajnert/pytest-subprocess/issues/194) <https://github.com/aklajnert/pytest-subprocess/pull/194>_: Patch imported subprocess.Popen aliases.
  • [#186](https://github.com/aklajnert/pytest-subprocess/issues/186) <https://github.com/aklajnert/pytest-subprocess/pull/186>_: Support file handles in stdout and stderr.

Other changes

* `[#197](https://github.com/aklajnert/pytest-subprocess/issues/197) <https://github.com/aklajnert/pytest-subprocess/pull/197>`_: Officially support Python 3.14 and 3.15.
Commits
  • b783eea Bump version.
  • 53877f8 Refactor subprocess tests to properly close stdout and improve output asserti...
  • 6da3b94 [pre-commit.ci] pre-commit autoupdate (#199)
  • 55d0512 Add support for python 3.14 and 3.15 (#197)
  • 4c1f6af [pre-commit.ci] pre-commit autoupdate (#198)
  • 52556e7 Improve matching commands that contain quoted arguments. (#103)
  • e9da3f7 Fix handling of stderr when stdout is a file handle (#196)
  • bf33539 Patch imported subprocess.Popen aliases. (#194)
  • 4d1685d [pre-commit.ci] pre-commit autoupdate (#193)
  • 43b67e7 [pre-commit.ci] pre-commit autoupdate (#191)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 13, 2026 05:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 13, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
See the Details below.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/pytest-subprocess 1.5.4 UnknownUnknown

Scanned Files

  • uv.lock

@chopkinsmade
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/uv/pytest-subprocess-1.5.4 branch 2 times, most recently from 121f159 to 39ea015 Compare April 16, 2026 14:55
@chopkinsmade
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/aklajnert/pytest-subprocess/releases)
- [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst)
- [Commits](aklajnert/pytest-subprocess@1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: pytest-subprocess
  dependency-version: 1.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/pytest-subprocess-1.5.4 branch from 39ea015 to 2d55a15 Compare April 16, 2026 15:36
@chopkinsmade chopkinsmade merged commit 1bf0b0e into main Apr 16, 2026
13 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/pytest-subprocess-1.5.4 branch April 16, 2026 15:42
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant