diff --git a/custom/poetry.lock b/custom/poetry.lock index 0841b77e4..9ff5e7af7 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" @@ -1906,13 +1906,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] @@ -2140,4 +2140,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "c1b4c022e4f927e126243c95863349e82f5d548d34c7881661e85be115149ac4" +content-hash = "e87de2c021b8ae004897f9362069647adacea5710a3ac361018aeb25efa63573" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index 8fb919bfc..6735f2684 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -29,6 +29,7 @@ PyYAML = "6.0.1" sentry-sdk = "2.3.1" requests-oauthlib = "2.0.0" ujson = "5.10.0" +urllib3 = "2.2.2" [tool.poetry.dev-dependencies] prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy"] }