From 9181b44fd480a67d565c8faca5962e419d48d5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:24:47 +0000 Subject: [PATCH] Bump pytest-subprocess from 1.5.0 to 1.5.2 Bumps [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/aklajnert/pytest-subprocess/releases) - [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst) - [Commits](https://github.com/aklajnert/pytest-subprocess/compare/1.5.0...1.5.2) --- updated-dependencies: - dependency-name: pytest-subprocess dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44a301d..466766e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -127,7 +127,7 @@ pytest==8.2.2 # via # silence-lint-error (setup.cfg) # pytest-subprocess -pytest-subprocess==1.5.0 +pytest-subprocess==1.5.2 # via silence-lint-error (setup.cfg) pyyaml==6.0.1 # via libcst