chore(api): update dependency aioresponses to v0.7.4
This commit is contained in:
parent
39a872f530
commit
f219edcdfe
|
@ -113,14 +113,14 @@ speedups = ["Brotli", "aiodns", "cchardet"]
|
|||
|
||||
[[package]]
|
||||
name = "aioresponses"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
description = "Mock out requests made by ClientSession from aiohttp package"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "aioresponses-0.7.3-py2.py3-none-any.whl", hash = "sha256:7b1897169062c92fa87d6ecc503ac566ac87fbfacb2504f8ca81c8035a2eb068"},
|
||||
{file = "aioresponses-0.7.3.tar.gz", hash = "sha256:2c64ed5710ee8cb4e958c569184dad12f4c9cd5939135cb38f88c6a8261cceb3"},
|
||||
{file = "aioresponses-0.7.4-py2.py3-none-any.whl", hash = "sha256:1160486b5ea96fcae6170cf2bdef029b9d3a283b7dbeabb3d7f1182769bfb6b7"},
|
||||
{file = "aioresponses-0.7.4.tar.gz", hash = "sha256:9b8c108b36354c04633bad0ea752b55d956a7602fe3e3234b939fc44af96f1d8"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3857,4 +3857,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "240cef8eb8f45bf786b7531398cefa9aea3fa0d2f172d3a2ce655dcff1bdd788"
|
||||
content-hash = "0b31c7f9673b551d439d367db83e11792c87fe41c879ddf5114e12c42d72a143"
|
||||
|
|
|
@ -95,7 +95,7 @@ django-coverage-plugin = "==3.0.0"
|
|||
factory-boy = "==3.2.1"
|
||||
django-debug-toolbar = "==3.8.1"
|
||||
asynctest = "==0.13.0"
|
||||
aioresponses = "==0.7.3"
|
||||
aioresponses = "==0.7.4"
|
||||
prompt-toolkit = "==3.0.36"
|
||||
black = "==22.12.0"
|
||||
ipdb = "==0.13.9"
|
||||
|
|
Loading…
Reference in New Issue