From 3fa28a51123dc9c1b167edcd44d534720b1a1982 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:53:48 +0000 Subject: [PATCH] ci(pre-commit): auto fixes from pre-commit hooks --- CHANGELOG.md | 3 +-- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934fe9b3b..1dd345aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,9 @@ ## [0.7.1](https://github.com/liblaf/ai-commit-cli/compare/v0.7.0...v0.7.1) (2024-02-26) - ### Bug Fixes -* **ai_commit_cli/prompt:** update prompt message for determining scope ([142871d](https://github.com/liblaf/ai-commit-cli/commit/142871d44d66ceae2c07f1697dcd6bb4e6610020)) +- **ai_commit_cli/prompt:** update prompt message for determining scope ([142871d](https://github.com/liblaf/ai-commit-cli/commit/142871d44d66ceae2c07f1697dcd6bb4e6610020)) ## [0.7.0](https://github.com/liblaf/ai-commit-cli/compare/v0.6.1...v0.7.0) (2024-02-04) diff --git a/requirements.txt b/requirements.txt index e7c909daa..25d4a5dc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.6.0 ; python_version >= "3.10" and python_version < "4.0" -anyio==4.2.0 ; python_version >= "3.10" and python_version < "4.0" +anyio==4.3.0 ; python_version >= "3.10" and python_version < "4.0" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" @@ -7,7 +7,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_p distro==1.9.0 ; python_version >= "3.10" and python_version < "4.0" exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11" h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" -httpcore==1.0.2 ; python_version >= "3.10" and python_version < "4.0" +httpcore==1.0.4 ; python_version >= "3.10" and python_version < "4.0" httpx==0.26.0 ; python_version >= "3.10" and python_version < "4.0" httpx[socks]==0.26.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.6 ; python_version >= "3.10" and python_version < "4.0" @@ -16,19 +16,19 @@ markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" openai==1.12.0 ; python_version >= "3.10" and python_version < "4.0" prompt-toolkit==3.0.36 ; python_version >= "3.10" and python_version < "4.0" -pydantic-core==2.16.1 ; python_version >= "3.10" and python_version < "4.0" -pydantic==2.6.0 ; python_version >= "3.10" and python_version < "4.0" +pydantic-core==2.16.2 ; python_version >= "3.10" and python_version < "4.0" +pydantic==2.6.1 ; python_version >= "3.10" and python_version < "4.0" pygments==2.17.2 ; python_version >= "3.10" and python_version < "4.0" questionary==2.0.1 ; python_version >= "3.10" and python_version < "4.0" regex==2023.12.25 ; python_version >= "3.10" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0" rich==13.7.0 ; python_version >= "3.10" and python_version < "4.0" -sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0" +sniffio==1.3.0 ; python_version >= "3.10" and python_version < "4.0" socksio==1.0.0 ; python_version >= "3.10" and python_version < "4.0" tiktoken==0.6.0 ; python_version >= "3.10" and python_version < "4.0" -tqdm==4.66.1 ; python_version >= "3.10" and python_version < "4.0" +tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0" typer==0.9.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0" -urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.2.1 ; python_version >= "3.10" and python_version < "4.0" wcwidth==0.2.13 ; 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"