From 5842dcddd7827ef9be44f1490d01f1f1459eb25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:42:33 +0000 Subject: [PATCH] chore(deps-dev): update certifi requirement Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2026.07.22) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a497eba..bc413c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "langgraph>=1.2,<2", ] financial-agent = [ - "certifi>=2024.0.0", + "certifi>=2026.7.22", "langgraph>=1.2,<2", "yfinance>=1.0,<2", ]