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",