mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump requirements
This commit is contained in:
parent
1243dd9861
commit
65f08902f4
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ pytest-asyncio==0.19.*
|
|||
tox==3.26.*
|
||||
aresponses==2.1.*
|
||||
aioredis==2.0.*
|
||||
redis[hiredis]>=4.3,<4.4
|
||||
wheel>=0.31.*
|
||||
Sphinx==5.1.*
|
||||
sphinx-rtd-theme==1.0.*
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py38
|
||||
envlist = py38,py39,py310,py311
|
||||
|
||||
[testenv]
|
||||
deps = -rdev_requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue