diff --git a/poetry.lock b/poetry.lock index f80231a5df1..a2c8f22861b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2405,17 +2405,17 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-socket" -version = "0.6.0" +version = "0.7.0" description = "Pytest Plugin to disable socket calls during tests" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "pytest_socket-0.6.0-py3-none-any.whl", hash = "sha256:cca72f134ff01e0023c402e78d31b32e68da3efdf3493bf7788f8eba86a6824c"}, - {file = "pytest_socket-0.6.0.tar.gz", hash = "sha256:363c1d67228315d4fc7912f1aabfd570de29d0e3db6217d61db5728adacd7138"}, + {file = "pytest_socket-0.7.0-py3-none-any.whl", hash = "sha256:7e0f4642177d55d317bbd58fc68c6bd9048d6eadb2d46a89307fa9221336ce45"}, + {file = "pytest_socket-0.7.0.tar.gz", hash = "sha256:71ab048cbbcb085c15a4423b73b619a8b35d6a307f46f78ea46be51b1b7e11b3"}, ] [package.dependencies] -pytest = ">=3.6.3" +pytest = ">=6.2.5" [[package]] name = "pytest-xdist" @@ -3411,4 +3411,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "e89f5744ae45049f03bae49899a58b3a387e69279bc67d1a83376cefe8f3dccd" +content-hash = "28e369064057dafc403fc2564caa4e3ac308ac52208cfe853fa35f516976ff24" diff --git a/pyproject.toml b/pyproject.toml index f92dc913a57..d6bc3342d64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ httpx = ">=0.23.3,<0.27.0" sentry-sdk = "^1.22.2" ruff = ">=0.0.272,<0.2.2" retry2 = "^0.9.5" -pytest-socket = "^0.6.0" +pytest-socket = ">=0.6,<0.8" types-redis = "^4.6.0.7" testcontainers = { extras = ["redis"], version = "^3.7.1" }