diff --git a/poetry.lock b/poetry.lock index e52a88b6..fa5fbf77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,15 +501,14 @@ test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock [[package]] name = "pook" -version = "1.0.2" +version = "1.1.1" description = "HTTP traffic mocking and expectations made easy" category = "dev" optional = false python-versions = "*" files = [ - {file = "pook-1.0.2-py2-none-any.whl", hash = "sha256:cd3cbfe280d544e672f41a5b9482883841ba247f865858b57fd59f729e37616a"}, - {file = "pook-1.0.2-py3-none-any.whl", hash = "sha256:2e16d231ec9fe071c14cad7fe41261f65b401f6cb30935a169cf6fc229bd0a1d"}, - {file = "pook-1.0.2.tar.gz", hash = "sha256:f28112db062d17db245b351c80f2bb5bf1e56ebfa93d3d75cc44f500c15c40eb"}, + {file = "pook-1.1.1-py3-none-any.whl", hash = "sha256:0bf4f8b53739e165722263c894a27140cf7f3ae6e7a378e4cbf48fdca4abe037"}, + {file = "pook-1.1.1.tar.gz", hash = "sha256:53da04930616d94eeede77a39d6b5f0fac1f7bbd160d8f54bc468cd798b93956"}, ] [package.dependencies] @@ -994,4 +993,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0ceda7003d52f8216a350254f9e703cfe760fb274687d64679a077f67d6e9021" +content-hash = "b14c33076a17bb1c784a476c91d1541082057e32ee7207234253834b6f7c6fff" diff --git a/pyproject.toml b/pyproject.toml index a8c8d35e..3d5f6744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sphinx-rtd-theme = "^1.0.0" sphinx-autodoc-typehints = "^1.19.2" types-certifi = "^2021.10.8" types-setuptools = "^67.4.0" -pook = "^1.0.2" +pook = "^1.1.1" orjson = "^3.8.7" [build-system]