diff --git a/requirements.txt b/requirements.txt index 5303cec..ba95cbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -aiogram==3.3.0 -sulguk==0.7.0 +aiogram==3.6.0 +sulguk==0.8.0 pydantic-settings==2.2.1 pyaml==24.4.0 uvloop==0.19.0; sys_platform == 'linux' -structlog~=24.1.0 -orjson==3.10.1 +structlog==24.2.0 +orjson==3.10.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index ffb0095..78511d2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -pre-commit==3.7.0 -black==24.4.1 +pre-commit==3.7.1 +black==24.4.2 autoflake==2.3.1 reorder-python-imports==3.12.0 pyupgrade==3.15.2 diff --git a/src/constants.py b/src/constants.py index 7463c3d..c8f39f6 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,8 +1,8 @@ import os -VERSION: str = "2024-04-29.12" +VERSION: str = "2024-05-31.19" ROOT_DIR: str = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) CONFIG_FILE_PATH: str = os.path.join(ROOT_DIR, "config.yaml") -__all__ = ["CONFIG_FILE_PATH", "ROOT_DIR", "VERSION"] +__all__ = ["CONFIG_FILE_PATH", "ROOT_DIR", "VERSION"] \ No newline at end of file