From 50ce9a8ea6f62daf39e12bbd6a5ad24f10647aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:11:37 +0000 Subject: [PATCH] build(deps): bump pytest-socket from 0.6.0 to 0.7.0 Bumps [pytest-socket](https://github.com/miketheman/pytest-socket) from 0.6.0 to 0.7.0. - [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-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- surface/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surface/requirements_test.txt b/surface/requirements_test.txt index 24425385..af0883b6 100644 --- a/surface/requirements_test.txt +++ b/surface/requirements_test.txt @@ -4,7 +4,7 @@ pytest==7.4.0 pytest-cov==4.1.0 pytest-django==4.5.2 pytest-xdist==3.3.1 -pytest-socket==0.6.0 +pytest-socket==0.7.0 responses==0.23.3 # for integration testing