diff --git a/poetry.lock b/poetry.lock index 0658d9bb..aa5a287c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1697,18 +1697,18 @@ files = [ [[package]] name = "urllib3" -version = "2.0.7" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, - {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] -secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] @@ -1990,4 +1990,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "af966ebc0f052ce808aedc782adadbd939b045c527a69c72925dd6662bbeca5e" +content-hash = "3ca62fa2238e3f95bcbb13c415349ac7da8399423d2e0e6b54857b298154a702" diff --git a/pyproject.toml b/pyproject.toml index 51515b4a..fcb4359a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ opencv-python = "==4.10.0.84" pytz = ">=2024.1" numpy = "^1.26.4" aiohttp = "~3.7.4.post0" -urllib3 = "~2.0.7" +urllib3 = "~2.2.3" feedparser = "^6.0.8" regex = "^2024.7.24" googletrans = "==4.0.0rc1"