diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5234f1..91d802d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.0 + rev: v0.11.5 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/python-poetry/poetry - rev: '2.1.1' + rev: '2.1.2' hooks: - id: poetry-check - id: poetry-lock diff --git a/requirements.txt b/requirements.txt index 6a18668..6a422d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ colorlog==6.8.2 ; python_version >= "3.8" and python_version < "4" enum34==1.1.10 ; python_full_version >= "2.7.18" and python_version < "3.0" future==1.0.0 ; python_full_version >= "2.7.18" and python_version < "3.0" pathlib==1.0.1 ; python_full_version >= "2.7.18" and python_version < "3.0" -win-unicode-console==0.5 ; python_full_version >= "2.7.18" and python_version < "3.0" and platform_system == "Windows" or python_version >= "3.8" and python_version < "4" and platform_system == "Windows" +win-unicode-console==0.5 ; python_full_version >= "2.7.18" and (python_version < "3.0" or python_version >= "3.8") and python_version < "4" and platform_system == "Windows"