From 72017da426df388c3437e08b5c64e2edf94fef60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:47:33 +0000 Subject: [PATCH] build(deps-dev): update pytest-socket requirement from ~=0.6 to ~=0.7 Updates the requirements on [pytest-socket](https://github.com/miketheman/pytest-socket) to permit the latest version. - [Release notes](https://github.com/miketheman/pytest-socket/releases) - [Changelog](https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md) - [Commits](https://github.com/miketheman/pytest-socket/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: pytest-socket dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 966403be..788a5b4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ pytest-cov ~= 4.1 pytest-forked ~= 1.6 pytest-icdiff ~= 0.9 pytest-random-order ~= 1.1 -pytest-socket ~= 0.6 +pytest-socket ~= 0.7 pytest-sugar ~= 0.9 pytest-tldr ~= 0.2 twine ~= 4.0