diff --git a/requirements/dev.txt b/requirements/dev.txt index f80992d..566d360 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 \ No newline at end of file diff --git a/requirements/pycord.txt b/requirements/pycord.txt index e7a7c44..520f02f 100644 --- a/requirements/pycord.txt +++ b/requirements/pycord.txt @@ -1,2 +1,2 @@ apscheduler~=3.10.4 -py-cord~=2.5.0 \ No newline at end of file +py-cord~=2.6.0 \ No newline at end of file diff --git a/requirements/pyrogram.txt b/requirements/pyrogram.txt index c24b74c..572ac17 100644 --- a/requirements/pyrogram.txt +++ b/requirements/pyrogram.txt @@ -1,2 +1,2 @@ apscheduler~=3.10.4 -pyrofork~=2.3.21.post3 \ No newline at end of file +pyrofork~=2.3.32 \ No newline at end of file diff --git a/src/libbot/__init__.py b/src/libbot/__init__.py index 3abbe6a..a2c0bdf 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.2" +__version__ = "3.2.3" __license__ = "GPL3" __author__ = "Profitroll"