mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: bump test dependencies
This commit is contained in:
parent
bb0d81991a
commit
dd4e0b3633
1 changed files with 7 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue