Merge pull request 'v3.2.3' (#118) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 1m2s
Tests / test (3.11) (push) Successful in 58s
Tests / test (3.8) (push) Successful in 1m4s
Tests / test (3.9) (push) Successful in 1m1s

Reviewed-on: #118
This commit is contained in:
Profitroll 2024-07-10 00:07:54 +03:00
commit 171e36a491
4 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
black==24.4.2
build==1.2.1
isort==5.13.2
mypy==1.10.0
pylint==3.2.2
mypy==1.10.1
pylint==3.2.5
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest==8.2.1
tox==4.15.0
types-aiofiles==23.2.0.20240403
pytest==8.2.2
tox==4.16.0
types-aiofiles==24.1.0.20240626
types-ujson==5.10.0.20240515

View File

@ -1,2 +1,2 @@
apscheduler~=3.10.4
py-cord~=2.5.0
py-cord~=2.6.0

View File

@ -1,2 +1,2 @@
apscheduler~=3.10.4
pyrofork~=2.3.21.post3
pyrofork~=2.3.32

View File

@ -1,4 +1,4 @@
__version__ = "3.2.2"
__version__ = "3.2.3"
__license__ = "GPL3"
__author__ = "Profitroll"