diff --git a/poetry.lock b/poetry.lock index 4c457dd80..f6af7dcb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,13 +345,13 @@ files = [ [[package]] name = "certifi" -version = "2024.12.14" +version = "2025.1.31" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, - {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, + {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, + {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, ] [[package]] @@ -3018,4 +3018,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0d25c90be06069850da2e490c366414d51132cad292cd924f3e8cb55ee6ca0d8" +content-hash = "30abc77fb60c263714179350ab26bc279033cbeeed4ecdf34c351cdce4174594" diff --git a/pyproject.toml b/pyproject.toml index b3c093255..da7a32c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ aiohttp-socks = "^0.10.1" arabic-reshaper = "^3.0.0" async-timeout = "^5.0.1" attrs = "^24.3.0" -certifi = "^2024.12.14" +certifi = "^2025.1.31" chardet = "^5.0.0" colorama = "^0.4.6" future = "^1.0.0"