From a6ee312d2ebc7d483a7e1a558876df525813dda3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:22:40 +0000 Subject: [PATCH] chore(deps): update dependency pytest-socket to v0.7.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 94e72ab8c..b6bd2f9c2 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,7 +10,7 @@ mypy==1.8.0 # https://github.com/python/mypy django-stubs==4.2.7 # https://github.com/typeddjango/django-stubs pytest==8.0.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar -pytest-socket==0.6.0 # https://github.com/miketheman/pytest-socket +pytest-socket==0.7.0 # https://github.com/miketheman/pytest-socket # Code quality # ------------------------------------------------------------------------------