From fc123ebaf5455caa59f91717cc0c0c36c27b58a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:03:10 +0000 Subject: [PATCH] Bump pook from 2.0.1 to 2.1.4 Bumps [pook](https://github.com/h2non/pook) from 2.0.1 to 2.1.4. - [Release notes](https://github.com/h2non/pook/releases) - [Changelog](https://github.com/h2non/pook/blob/master/History.rst) - [Commits](https://github.com/h2non/pook/compare/v2.0.1...v2.1.4) --- updated-dependencies: - dependency-name: pook dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 70807c92..75ed4a28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -535,14 +535,14 @@ test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock [[package]] name = "pook" -version = "2.0.1" +version = "2.1.4" description = "HTTP traffic mocking and expectations made easy" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pook-2.0.1-py3-none-any.whl", hash = "sha256:30d73c95e0520f45c1e3889f3bf486e990b6f04b4915aa9daf86cf0d8136b2e1"}, - {file = "pook-2.0.1.tar.gz", hash = "sha256:e04c0e698f256438b4dfbf3ab1b27559f0ec25e42176823167f321f4e8b9c9e4"}, + {file = "pook-2.1.4-py3-none-any.whl", hash = "sha256:3f273ab189874dd775a15c3fa1b1bf89f28b001d2619c5f909e4d3f7df66d36e"}, + {file = "pook-2.1.4.tar.gz", hash = "sha256:2bcbc7d58d1d88b6f2da98c711f5391d5f690292bdd5ff2ccda927576500937a"}, ] [package.dependencies] @@ -1025,4 +1025,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8862e5f182dcc8b07b2c3ebff198187fcb1c4d17895071592b83c772ad84b980" +content-hash = "cb904c35dab26d810aa728bd0f813e6a64290bd95915fe9230e8e1c2d7de8251" diff --git a/pyproject.toml b/pyproject.toml index 08c2b4c1..e85f2804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sphinx-rtd-theme = "^3.0.2" sphinx-autodoc-typehints = "^2.0.1" types-certifi = "^2021.10.8" types-setuptools = "^80.9.0" -pook = "^2.0.1" +pook = "^2.1.4" orjson = "^3.11.3" [build-system]