diff --git a/poetry.lock b/poetry.lock index ec1ec5bc..346bad9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1428,13 +1428,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -1569,4 +1569,4 @@ tools = ["pre-commit"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "ebebbaf41b282ef2db9f59eb721182a57395b6478b5a5693e49e587eaa3654f3" +content-hash = "5acce3123cbcdda9a86a8cf4b1a79c49d817b928d5f13224723a43df0bba0a4b" diff --git a/pyproject.toml b/pyproject.toml index 9fa9ef9a..f5f5088a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ romkan = { version = "0.2.1", optional = true } romanize = { version = "1.0.2", optional = true } pre-commit = { version = "3.2.2", optional = true } certifi = "2023.7.22" -urllib3 = "1.26.18" +urllib3 = "1.26.19" idna = "3.7" [tool.poetry.extras]