Update dependency requests-mock to v1.10.0 (develop)

environments/review-docs-renov-b1i8ag/deployments/15025
RenovateBot 2022-11-07 07:47:09 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 34b99f2925
commit 28d362faa8
2 zmienionych plików z 6 dodań i 6 usunięć

10
api/poetry.lock wygenerowano
Wyświetl plik

@ -1763,7 +1763,7 @@ requests = ">=2,<3"
[[package]]
name = "requests-mock"
version = "1.9.3"
version = "1.10.0"
description = "Mock out responses from the requests package"
category = "dev"
optional = false
@ -1775,7 +1775,7 @@ six = "*"
[package.extras]
fixture = ["fixtures"]
test = ["fixtures", "mock", "purl", "pytest", "sphinx", "testrepository (>=0.0.18)", "testtools"]
test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testrepository (>=0.0.18)", "testtools"]
[[package]]
name = "requests-oauthlib"
@ -2199,7 +2199,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "e7f014f21cdf1108535b88a7628c4537c6999382a32823606abae275cdb60f90"
content-hash = "fd4b1eae7d0e4ed6c21f86b3da4e0b2ce64ba4358bc58344918d3cbad568b315"
[metadata.files]
aiohttp = [
@ -3450,8 +3450,8 @@ requests-http-message-signatures = [
{file = "requests_http_message_signatures-0.3.1-py3-none-any.whl", hash = "sha256:c20d49adecbebdccfa98676b0760c12a8c2753d262dcb3a8f54cd672794bfb85"},
]
requests-mock = [
{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"},
{file = "requests-mock-1.10.0.tar.gz", hash = "sha256:59c9c32419a9fb1ae83ec242d98e889c45bd7d7a65d48375cc243ec08441658b"},
{file = "requests_mock-1.10.0-py2.py3-none-any.whl", hash = "sha256:2fdbb637ad17ee15c06f33d31169e71bf9fe2bdb7bc9da26185be0dd8d842699"},
]
requests-oauthlib = [
{file = "requests-oauthlib-1.3.1.tar.gz", hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"},

Wyświetl plik

@ -71,7 +71,7 @@ pytest-mock = "==3.10.0"
pytest-randomly = "==3.12.0"
pytest-sugar = "==0.9.6"
pytest-asyncio = "==0.20.1"
requests-mock = "==1.9.3"
requests-mock = "==1.10.0"
Faker = "==14.2.1"
coverage = "==6.5.0"
django-coverage-plugin = "==2.0.4"