diff --git a/proxy/poetry.lock b/proxy/poetry.lock index 4cce309fb..a0ce12654 100644 --- a/proxy/poetry.lock +++ b/proxy/poetry.lock @@ -577,13 +577,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.1" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, - {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -597,20 +597,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-httpbin" -version = "2.0.0" +version = "2.1.0" description = "Easily test your HTTP library against a local copy of httpbin" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-httpbin-2.0.0.tar.gz", hash = "sha256:3e739cad9b8f8df58952df7329d9295fe17449d3a647f49c4ce634fd81d71b8e"}, - {file = "pytest_httpbin-2.0.0-py2.py3-none-any.whl", hash = "sha256:d977f8095796e27a45911bbafa3587c081c9025e060e2fdb559794db2d45e82d"}, + {file = "pytest_httpbin-2.1.0-py3-none-any.whl", hash = "sha256:b3bf7346cc2ad231447189cd85b458e341056684a7a69d69533dd29692209cdd"}, + {file = "pytest_httpbin-2.1.0.tar.gz", hash = "sha256:d40579838443228327f9fe4f08d9338bee8885c29fe933e5f2d58c20a26c33c6"}, ] [package.dependencies] httpbin = "*" [package.extras] -test = ["pytest", "requests", "werkzeug (<2.1.0)"] +test = ["pytest", "requests"] [[package]] name = "pyyaml" @@ -826,4 +826,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "51a9b6cca46ab166817bb657c735068439c4fec7fddcc97cf90be17db382193e" +content-hash = "e726db8f010c4723082f5f3ec983c27c52f803549f2e32a0c7cda5d924887fc3" diff --git a/proxy/pyproject.toml b/proxy/pyproject.toml index ab76cfb35..5136011fd 100644 --- a/proxy/pyproject.toml +++ b/proxy/pyproject.toml @@ -10,5 +10,5 @@ readme = "README.md" python = "^3.11" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.1" -pytest-httpbin = "^2.0.0" +pytest = "^8.3.4" +pytest-httpbin = "^2.1.0"