diff --git a/poetry.lock b/poetry.lock index 96a75a377..148716640 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3088,13 +3088,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] @@ -3353,4 +3353,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "17655ca42990f8067595a3a81e1383e05ae1466d95f49b55b2adb6f81b73fe09" +content-hash = "300fbd271f5c00118512545b34e6e9cd5ce2020c909eb76e2b2a9307597f6ee6" diff --git a/pyproject.toml b/pyproject.toml index b7db5530b..c4b587e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ sentry-sdk = "1.14.0" redis = "4.4.4" requests = "2.32.2" # Workaround to be able to do the lock file update -urllib3 = "1.26.18" +urllib3 = "1.26.19" scipy = "1.10.1" pillow = "10.3.0" msal = "1.24.1"