diff --git a/poetry.lock b/poetry.lock index 7299573..71d2016 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 @@ -627,7 +627,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 = "b2fa0fb2b6fe76c9054f8599e3a0b389a359c9beb5066a75b614321baf1124c7" +content-hash = "41850cee2631534b08c9428e4213770025a7b98193639d975ee954486016d1a1" [metadata.files] atomicwrites = [ @@ -910,8 +910,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"}, ] semantic-version = [ {file = "semantic_version-2.8.5-py2.py3-none-any.whl", hash = "sha256:45e4b32ee9d6d70ba5f440ec8cc5221074c7f4b0e8918bdab748cc37912440a9"}, diff --git a/pyproject.toml b/pyproject.toml index 476388c..d45c5c2 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]