From a99fbf11574a284adcc36464b34a811519135d7a Mon Sep 17 00:00:00 2001 From: Oleg A Date: Sat, 23 Sep 2023 10:50:22 +0300 Subject: [PATCH] chore: bump test dependencies (fix) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9841a1d6..2fe79202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,10 +76,10 @@ test = [ "pytest-mock~=3.11.0", "pytest-mypy~=0.10.0", "pytest-cov~=4.1.0", - "pytest-aiohttp~=1.0.5", - "aresponses~=2.1.0", + "pytest-aiohttp~=1.0.4", + "aresponses~=2.1.6", "pytz~=2023.3", - "pycryptodomex~=3.19.0", + "pycryptodomex~=3.19", ] docs = [ "Sphinx~=7.1.1",