chore: bump test dependencies

This commit is contained in:
Oleg A 2023-09-23 10:44:08 +03:00
parent bb0d81991a
commit dd4e0b3633
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

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