From dd4e0b363304adf086c92903ac7197c7add49820 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Sat, 23 Sep 2023 10:44:08 +0300 Subject: [PATCH] chore: bump test dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbccb271..9841a1d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,16 +70,16 @@ cli = [ ] test = [ "pytest~=7.4.0", - "pytest-html~=3.2.0", + "pytest-html~=4.0.0", "pytest-asyncio~=0.21.0", "pytest-lazy-fixture~=0.6.3", - "pytest-mock~=3.10.0", + "pytest-mock~=3.11.0", "pytest-mypy~=0.10.0", - "pytest-cov~=4.0.0", - "pytest-aiohttp~=1.0.4", - "aresponses~=2.1.6", - "pytz~=2022.7.1", - "pycryptodomex~=3.18", + "pytest-cov~=4.1.0", + "pytest-aiohttp~=1.0.5", + "aresponses~=2.1.0", + "pytz~=2023.3", + "pycryptodomex~=3.19.0", ] docs = [ "Sphinx~=7.1.1",