From 0a31d964eca858ee4a96296374ecfa9e8fa69f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:22:55 +0000 Subject: [PATCH] :arrow_up: Bump certifi from 2023.11.17 to 2025.8.3 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2025.8.3. - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2025.08.03) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d840dbd..0d3dd2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.9.1 ; python_version >= "3.8" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.8" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.8" and python_version < "3.11" attrs==23.2.0 ; python_version >= "3.8" and python_version < "4.0" -certifi==2023.11.17 ; python_version >= "3.8" and python_version < "4.0" +certifi==2025.8.3 ; python_version >= "3.8" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" frozenlist==1.4.1 ; python_version >= "3.8" and python_version < "4.0"