From 641e0c2d51077660380a25df13ab4c03a2c738f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:49:29 +0000 Subject: [PATCH] Bump certifi from 2024.8.30 to 2024.12.14 (#1305) Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14. - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demos/moderator_bot/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/moderator_bot/requirements-dev.txt b/demos/moderator_bot/requirements-dev.txt index 544f68c12..d053bfa60 100644 --- a/demos/moderator_bot/requirements-dev.txt +++ b/demos/moderator_bot/requirements-dev.txt @@ -3,7 +3,7 @@ aiohttp==3.11.10 async-timeout==5.0.1 atomicwrites==1.4.1 attrs==24.2.0 -certifi==2024.8.30 +certifi==2024.12.14 chardet==5.2.0 idna==3.10 importlib-metadata==0.23 ; python_version < '3.8'