chore(deps): update dependency requests-mock to v1.9.3

This commit is contained in:
Renovate Bot 2021-05-28 03:37:28 +00:00 committed by renovate[bot]
parent c96cb9e08a
commit 1bcdc5b2e9
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -504,7 +504,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
[[package]] [[package]]
name = "requests-mock" name = "requests-mock"
version = "1.9.2" version = "1.9.3"
description = "Mock out responses from the requests package" description = "Mock out responses from the requests package"
category = "dev" category = "dev"
optional = false optional = false
@ -619,7 +619,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6.0" python-versions = "^3.6.0"
content-hash = "96e6668db64f7430e0fe5bc960eddff02e5e5051aabf6fdba376179d7b353e42" content-hash = "07ea482cead5a5d8cb85bf2f7a037c68b6481c3f52c3c696670f621e00095326"
[metadata.files] [metadata.files]
atomicwrites = [ atomicwrites = [
@ -902,8 +902,8 @@ requests = [
{file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"}, {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
] ]
requests-mock = [ requests-mock = [
{file = "requests-mock-1.9.2.tar.gz", hash = "sha256:33296f228d8c5df11a7988b741325422480baddfdf5dd9318fd0eb40c3ed8595"}, {file = "requests-mock-1.9.3.tar.gz", hash = "sha256:8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba"},
{file = "requests_mock-1.9.2-py2.py3-none-any.whl", hash = "sha256:5c8ef0254c14a84744be146e9799dc13ebc4f6186058112d9aeed96b131b58e2"}, {file = "requests_mock-1.9.3-py2.py3-none-any.whl", hash = "sha256:0a2d38a117c08bb78939ec163522976ad59a6b7fdd82b709e23bb98004a44970"},
] ]
six = [ six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},

View File

@ -57,7 +57,7 @@ pydocstyle = "6.1.1"
pytest = "6.2.4" pytest = "6.2.4"
pytest-cov = "2.12.0" pytest-cov = "2.12.0"
pytest-mock = "3.6.1" pytest-mock = "3.6.1"
requests-mock = "1.9.2" requests-mock = "1.9.3"
yapf = "0.31.0" yapf = "0.31.0"
[tool.poetry.scripts] [tool.poetry.scripts]