From 12f183efb81aeb97b152e2b78547aca4dc502a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:17:31 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the /proxy directory: [pytest](https://github.com/pytest-dev/pytest) and [pytest-httpbin](https://github.com/kevin1024/pytest-httpbin). Updates `pytest` from 8.3.1 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.3) Updates `pytest-httpbin` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/kevin1024/pytest-httpbin/releases) - [Changelog](https://github.com/kevin1024/pytest-httpbin/blob/master/release.py) - [Commits](https://github.com/kevin1024/pytest-httpbin/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-httpbin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- proxy/poetry.lock | 18 +++++++++--------- proxy/pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/proxy/poetry.lock b/proxy/poetry.lock index 4cce309fb..0fe8e6758 100644 --- a/proxy/poetry.lock +++ b/proxy/poetry.lock @@ -577,13 +577,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.1" +version = "8.3.3" 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.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [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 = "4aad6a10178b200defa15547ee68eba2e31c9bcab9b7bf22956a5b4fc8573fe3" diff --git a/proxy/pyproject.toml b/proxy/pyproject.toml index ab76cfb35..3829aa013 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.3" +pytest-httpbin = "^2.1.0"