From 4d1a86fa545952e4c10544e6858afccfd663965b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:51:09 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-httpbin from 2.0.0 to 2.1.0 Bumps [pytest-httpbin](https://github.com/kevin1024/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-httpbin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7951487..623840c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,20 +953,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 = "pytest-randomly" @@ -1301,4 +1301,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "29419d27cedd3340d196f82b376b6e63b9b6460664b8857ab8c1dd1e187bb2ec" +content-hash = "16469127846590d4ea680b3e937db6058c9c53073952742fae4fb8b30e379a2e" diff --git a/pyproject.toml b/pyproject.toml index 3c37c67..50e4e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = ">=7.0.0" [tool.poetry.dev-dependencies] coverage = "^7.6" -pytest-httpbin = "^2.0.0" +pytest-httpbin = "^2.1.0" pytest-randomly = "^3.15.0" requests = "^2.32.3" starlette = "^0.38.5"