From 6aeb6c58c9010709362e2f98ec0f74d2b64a9af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 05:29:23 +0000 Subject: [PATCH] Bump certifi from 2024.12.14 to 2025.1.31 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31. - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 830e21f..474bbb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "gemini_public_api"}] python = "^3.9" requests = "^2.31.0" aiohttp = "^3.9.3" -certifi = "2024.12.14" +certifi = "2025.1.31" charset-normalizer = "3.4.1" idna = "3.10" urllib3 = "2.3.0"