From 24dddef4c25f361da4e9b222d442d258029db147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:49:42 -0800 Subject: [PATCH] Bump pook from 1.4.2 to 1.4.3 (#614) Bumps [pook](https://github.com/h2non/pook) from 1.4.2 to 1.4.3. - [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/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: pook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 11488b06..02f7f75b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,13 +491,13 @@ test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock [[package]] name = "pook" -version = "1.4.2" +version = "1.4.3" description = "HTTP traffic mocking and expectations made easy" optional = false python-versions = ">=3.8" files = [ - {file = "pook-1.4.2-py3-none-any.whl", hash = "sha256:a9be6a29931f2fa77347ae74d5d42758f26497dccb4f9f811fb07a4f196ec772"}, - {file = "pook-1.4.2.tar.gz", hash = "sha256:0d8fa419f86fd258cb3c38779b72ff2e382421b060c9ee1beaddf2ea050d969b"}, + {file = "pook-1.4.3-py3-none-any.whl", hash = "sha256:4683a8a9d11fb56901ae15001a5bfb76a1bb960b1a841de1f0ca11c8c2d9eef8"}, + {file = "pook-1.4.3.tar.gz", hash = "sha256:61dbd9f6f9bf4d0bbab4abdf382bf7e8fbaae8561c5de3cd444e7c4be67df651"}, ] [package.dependencies] @@ -961,4 +961,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "19b1df1bc5be066df9c2dd7116a9ae6f7c388d04b6b64e3a95660a6a838c4ea6" +content-hash = "adabc755495b0973eb59a7d170c21fa3b95e38e40af5801f69ec07fc610c1b27" diff --git a/pyproject.toml b/pyproject.toml index 0f14d44b..621fa958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sphinx-rtd-theme = "^2.0.0" sphinx-autodoc-typehints = "^2.0.0" types-certifi = "^2021.10.8" types-setuptools = "^69.1.0" -pook = "^1.4.2" +pook = "^1.4.3" orjson = "^3.9.15" [build-system]