diff --git a/poetry.lock b/poetry.lock index 18ac76a..ae9f3f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -235,13 +235,13 @@ lxml = ["lxml"] [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.8.30" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, + {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, ] [[package]] @@ -2414,4 +2414,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5dd4a86e710bcae41ec487c8226c42730d47de75e61a3875ae00c0441288eec4" +content-hash = "8343a3c03b2054a4f346602a0ae020be3f13295a95beb4d1dd20e8e5549d2e7c" diff --git a/pyproject.toml b/pyproject.toml index 2560369..24d6f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ aiohttp-socks = "^0.7.1" arabic-reshaper = "^3.0.0" async-timeout = "^4.0.3" attrs = "^22.2.0" -certifi = "^2023.7.22" +certifi = "^2024.8.30" chardet = "^5.0.0" colorama = "^0.4.6" future = "^1.0.0"