From d8a3ead998f730e03cc316ac4827bf7d3f92357e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:43:53 +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 58ac5f3..33082b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "audioop-lts==0.2.1; python_version >= '3.13'", # Needed by discord.py. "beautifulsoup4==4.13.0", "boltons==24.1.0", - "certifi==2024.12.14", + "certifi==2025.1.31", "discord.py==2.4.0", "hachiko @ git+https://git@github.com/tuokri/hachiko", "httpx==0.28.1",