diff --git a/api/poetry.lock b/api/poetry.lock index 1543fa2c7..a6fdba08a 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -112,17 +112,17 @@ speedups = ["Brotli", "aiodns", "cchardet"] [[package]] name = "aioresponses" -version = "0.7.4" +version = "0.7.6" description = "Mock out requests made by ClientSession from aiohttp package" optional = false python-versions = "*" files = [ - {file = "aioresponses-0.7.4-py2.py3-none-any.whl", hash = "sha256:1160486b5ea96fcae6170cf2bdef029b9d3a283b7dbeabb3d7f1182769bfb6b7"}, - {file = "aioresponses-0.7.4.tar.gz", hash = "sha256:9b8c108b36354c04633bad0ea752b55d956a7602fe3e3234b939fc44af96f1d8"}, + {file = "aioresponses-0.7.6-py2.py3-none-any.whl", hash = "sha256:d2c26defbb9b440ea2685ec132e90700907fd10bcca3e85ec2f157219f0d26f7"}, + {file = "aioresponses-0.7.6.tar.gz", hash = "sha256:f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1"}, ] [package.dependencies] -aiohttp = ">=2.0.0,<4.0.0" +aiohttp = ">=3.3.0,<4.0.0" [[package]] name = "aiosignal" @@ -3894,4 +3894,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "a0434a4ab1ab1e02648da15bcf0f5517ec2a7b2291d696fb0595666a91f8737c" +content-hash = "1113f13cc89bbb15d7e7bf9307037765dfca09e02e0eec7ce6a922c6f4f6ff76" diff --git a/api/pyproject.toml b/api/pyproject.toml index 428e6d725..09a85a4bb 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -93,7 +93,7 @@ service-identity = "==21.1.0" unicode-slugify = "==0.1.5" [tool.poetry.dev-dependencies] -aioresponses = "==0.7.4" +aioresponses = "==0.7.6" asynctest = "==0.13.0" black = "==22.12.0" coverage = { version = "==6.5.0", extras = ["toml"] }