diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 5380f3b..90e4566 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -1,6 +1,6 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" dynaconf==3.2.1 ; python_version >= "3.10" and python_version < "4.0" emoji==2.8.0 ; python_version >= "3.10" and python_version < "4.0" -loguru==0.6.0 ; python_version >= "3.10" and python_version < "4.0" +loguru==0.7.0 ; python_version >= "3.10" and python_version < "4.0" pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0" win32-setctime==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" diff --git a/pyproject.toml b/pyproject.toml index 8e5e5c6..c30b940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" dynaconf = "^3.1.12" -loguru = "^0.6.0" +loguru = "^0.7.0" pyparsing = "^3.0.9" emoji = "^2.5.1"