Skip to content

chore(deps): bump pytest-subprocess from 1.5.0 to 1.6.0 in /sdk/python - #1337

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/python/pytest-subprocess-1.6.0
Open

chore(deps): bump pytest-subprocess from 1.5.0 to 1.6.0 in /sdk/python#1337
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/python/pytest-subprocess-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps pytest-subprocess from 1.5.0 to 1.6.0.

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.

1.5.3

Features

  • #171, #178: Allow to access keyword arguments passed to Popen.

Bug fixes

  • #180: Fixed an incorrect wait timeout calculation.
  • #170: Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing TypeError when Popen is used as a type.
  • #169: Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang indefinitely.

1.5.2

Bug fixes

  • #162: Include tests (and docs) and sdist correctly, and stop installing them to site-packages.

Other changes

  • #163: Add support for Python 3.12.

1.5.1

Other changes

  • #160: Changed pytest entrypoint to avoid error while loading plugin with -p argument.
  • #127: Add tests directory to sdist.
Changelog

Sourced from pytest-subprocess's changelog.

1.6.0 (2026-05-10)

Features

* `[#206](https://github.com/aklajnert/pytest-subprocess/issues/206) <https://github.com/aklajnert/pytest-subprocess/pull/206>`_: Add fp.regex() for regex-based command argument matching.

Bug fixes

  • [#207](https://github.com/aklajnert/pytest-subprocess/issues/207) <https://github.com/aklajnert/pytest-subprocess/pull/207>_: Fix poll() not reflecting returncode when a callback is registered.
  • [#205](https://github.com/aklajnert/pytest-subprocess/issues/205) <https://github.com/aklajnert/pytest-subprocess/pull/205>_: Fix stdin not respecting text mode when text=True or encoding is set.

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.

1.5.3 (2025-01-04)

Features

* `[#171](https://github.com/aklajnert/pytest-subprocess/issues/171) &lt;https://github.com/aklajnert/pytest-subprocess/pull/171&gt;`_, `[#178](https://github.com/aklajnert/pytest-subprocess/issues/178) &lt;https://github.com/aklajnert/pytest-subprocess/pull/178&gt;`_: Allow to access keyword arguments passed to Popen.

Bug fixes

  • [#180](https://github.com/aklajnert/pytest-subprocess/issues/180) &lt;https://github.com/aklajnert/pytest-subprocess/pull/180&gt;_: Fixed an incorrect wait timeout calculation.
  • [#170](https://github.com/aklajnert/pytest-subprocess/issues/170) &lt;https://github.com/aklajnert/pytest-subprocess/pull/170&gt;_: Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing TypeError when Popen is used as a type.
  • [#169](https://github.com/aklajnert/pytest-subprocess/issues/169) &lt;https://github.com/aklajnert/pytest-subprocess/pull/169&gt;_: Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang indefinitely.

1.5.2 (2024-07-24)

Bug fixes

* `[#162](https://github.com/aklajnert/pytest-subprocess/issues/162) &lt;https://github.com/aklajnert/pytest-subprocess/pull/162&gt;`_: Include tests (and docs) and sdist correctly, and stop installing them to site-packages.

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/ab2ff2e6052e841ded654fa32a49a8902fad4bc5&quot;&gt;&lt;code&gt;ab2ff2e&lt;/code&gt;&lt;/a> Replace Sphinx-only roles with plain RST in README</li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/1c3567636814939a6d107de40d5bd1933fde2e75&quot;&gt;&lt;code&gt;1c35676&lt;/code&gt;&lt;/a> Bump version.</li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/ac99f46b29c390b804b911f20d4c510996e702fe&quot;&gt;&lt;code&gt;ac99f46&lt;/code&gt;&lt;/a> Fix poll() not reflecting returncode when a callback is registered. (<a href="https://redirect.github.com/aklajnert/pytest-subprocess/issues/207&quot;&gt;#207&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/308db95f984c790df9a8d79a638d5d5ff4a43b0d&quot;&gt;&lt;code&gt;308db95&lt;/code&gt;&lt;/a> Add fp.regex() for regex-based command argument matching. (<a href="https://redirect.github.com/aklajnert/pytest-subprocess/issues/206&quot;&gt;#206&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/827e306a25c86d423d8e7d42bb012d2d33c054c4&quot;&gt;&lt;code&gt;827e306&lt;/code&gt;&lt;/a> Fix stdin not respecting text mode when text=True or encoding is set. (<a href="https://redirect.github.com/aklajnert/pytest-subprocess/issues/205&quot;&gt;#205&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/3ae1444430d963a8a1ff802681eecfa0089232d2&quot;&gt;&lt;code&gt;3ae1444&lt;/code&gt;&lt;/a> Update publish workflow to trigger on all tags</li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/14c571b9b72a7b7e429189a9455fc715e6f0dbce&quot;&gt;&lt;code&gt;14c571b&lt;/code&gt;&lt;/a> Fix tests executed via uv (<a href="https://redirect.github.com/aklajnert/pytest-subprocess/issues/202&quot;&gt;#202&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/56ed9c5b8bfdfdea62c19c49984456a060ab5c05&quot;&gt;&lt;code&gt;56ed9c5&lt;/code&gt;&lt;/a> Add a publish workflow for GH actions.</li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/b783eeaa439a9db248e12df9299dcd13f4e4326c&quot;&gt;&lt;code&gt;b783eea&lt;/code&gt;&lt;/a> Bump version.</li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/53877f8631646bf8e7603eda552015c134b5340f&quot;&gt;&lt;code&gt;53877f8&lt;/code&gt;&lt;/a> Refactor subprocess tests to properly close stdout and improve output asserti...</li>
<li>Additional commits viewable in <a href="https://github.com/aklajnert/pytest-subprocess/compare/1.5.0...1.6.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) from 1.5.0 to 1.6.0.
- [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.0...1.6.0)

---
updated-dependencies:
- dependency-name: pytest-subprocess
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: kind/dependencies, sdk/python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants