From 1bcdc5b2e90b3ea927dd9ccc0abaa1cc01112993 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 May 2021 03:37:28 +0000 Subject: [PATCH] chore(deps): update dependency requests-mock to v1.9.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0730cda..4703df7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -504,7 +504,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] [[package]] name = "requests-mock" -version = "1.9.2" +version = "1.9.3" description = "Mock out responses from the requests package" category = "dev" optional = false @@ -619,7 +619,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "96e6668db64f7430e0fe5bc960eddff02e5e5051aabf6fdba376179d7b353e42" +content-hash = "07ea482cead5a5d8cb85bf2f7a037c68b6481c3f52c3c696670f621e00095326" [metadata.files] atomicwrites = [ @@ -902,8 +902,8 @@ requests = [ {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"}, ] requests-mock = [ - {file = "requests-mock-1.9.2.tar.gz", hash = "sha256:33296f228d8c5df11a7988b741325422480baddfdf5dd9318fd0eb40c3ed8595"}, - {file = "requests_mock-1.9.2-py2.py3-none-any.whl", hash = "sha256:5c8ef0254c14a84744be146e9799dc13ebc4f6186058112d9aeed96b131b58e2"}, + {file = "requests-mock-1.9.3.tar.gz", hash = "sha256:8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba"}, + {file = "requests_mock-1.9.3-py2.py3-none-any.whl", hash = "sha256:0a2d38a117c08bb78939ec163522976ad59a6b7fdd82b709e23bb98004a44970"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index 2ed548b..d49fffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pydocstyle = "6.1.1" pytest = "6.2.4" pytest-cov = "2.12.0" pytest-mock = "3.6.1" -requests-mock = "1.9.2" +requests-mock = "1.9.3" yapf = "0.31.0" [tool.poetry.scripts]