From 12ba70c798fa8bb7c05007c74f2050105c8f6b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:19:34 +0000 Subject: [PATCH] Update certifi requirement from ^2025.1.31 to ^2026.4.22 Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2026.04.22) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.4.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5a093f..c835158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -certifi = "^2025.1.31" +certifi = "^2026.4.22" openai = "^1.4.0" python-dotenv = "^1.0.0" slack-bolt = "^1.18.1"