diff --git a/poetry.lock b/poetry.lock index 4ffbb63b3..18d71e216 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1264,7 +1264,7 @@ python-versions = ">=3.6" [[package]] name = "urllib3" -version = "2.0.5" +version = "2.0.6" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false @@ -1315,7 +1315,7 @@ version = ["multi-repo-automation"] [metadata] lock-version = "1.1" python-versions = ">=3.9,<4.0" -content-hash = "ec97f72601a527371c625551629c77f17ae214415c9161c1baddbb63f4914421" +content-hash = "471e7c9fec44690a5677f1f4351792868b77b97c8e6712eaac854040bd60a513" [metadata.files] astroid = [ @@ -2044,8 +2044,8 @@ uritemplate = [ {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"}, ] urllib3 = [ - {file = "urllib3-2.0.5-py3-none-any.whl", hash = "sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e"}, - {file = "urllib3-2.0.5.tar.gz", hash = "sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"}, + {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, + {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, ] webencodings = [ {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, diff --git a/pyproject.toml b/pyproject.toml index 3eae0f862..777599264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ PyYAML = "6.0.1" tomlkit = { version = "0.12.1", optional = true } multi-repo-automation = { version="0.3.1", optional = true } cryptography = "41.0.4" +urllib3 = "2.0.6" [tool.poetry.extras] audit = []