From 08534ad39ff445b40263e4facf3f9bee97686dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:56:09 +0000 Subject: [PATCH 1/2] chore(deps): bump click from 8.1.7 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7003b2b..7df6eb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -624,14 +624,14 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.3.1" description = "Composable command line interface toolkit" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, + {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, ] [package.dependencies] @@ -4041,4 +4041,4 @@ repair = ["scipy (>=1.6.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "eb0ca2f8bce774184fb48c5ddd6fe6420cdc74348547ea904a7de2edc27b0c1e" +content-hash = "a1f007af9e2bd82c59c22368b197e1176db0ff8682f99e8dfe5afa83f2324be0" diff --git a/pyproject.toml b/pyproject.toml index bc7ac67..8ccda7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pandas = "^2.2.0" pyarrow = "^23.0.0" requests-cache = "1.2.1" typer = "0.12.3" -click = "8.1.7" +click = "8.3.1" PyYAML = "6.0.2" pydantic = "2.8.2" yfinance = "^0.2.55" From 9aa5759296d0f24c8def6d98d19317c334408647 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 2 Mar 2026 06:00:48 +0000 Subject: [PATCH 2/2] fix: upgrade typer for click 8.3.1 compatibility --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7df6eb9..0e12106 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -3414,14 +3414,14 @@ telegram = ["requests"] [[package]] name = "typer" -version = "0.12.3" +version = "0.16.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.16.0-py3-none-any.whl", hash = "sha256:1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855"}, + {file = "typer-0.16.0.tar.gz", hash = "sha256:af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b"}, ] [package.dependencies] @@ -4041,4 +4041,4 @@ repair = ["scipy (>=1.6.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "a1f007af9e2bd82c59c22368b197e1176db0ff8682f99e8dfe5afa83f2324be0" +content-hash = "49318c6a3c4b2c3d56e07398df7b37bba6f18d6f14707cb5dbe736093815c27f" diff --git a/pyproject.toml b/pyproject.toml index 8ccda7a..41941d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ numpy = ">=2.3.3,<2.4" pandas = "^2.2.0" pyarrow = "^23.0.0" requests-cache = "1.2.1" -typer = "0.12.3" +typer = "0.16.0" click = "8.3.1" PyYAML = "6.0.2" pydantic = "2.8.2"