chore: bump test dependencies (fix)

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

View file

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