From 2b6f66da5e2c0f1b82456bcc43b72040b2428eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:31:18 -0500 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 (#347) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index aea11b9f..433466c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1373,13 +1373,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] @@ -1496,4 +1496,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "1e924d0906b6925251db36b8ecc03cfd860564b1c329e9bee32a286a5a976f71" +content-hash = "efa2c0cd69584f69fae60c3bb0541daf204dbfa2c4581e65fc7600db88486679" diff --git a/pyproject.toml b/pyproject.toml index e8e36117..13b99434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ githubrelease = "1.5.9" keepachangelog = "1.0.0" click = "8.1.7" types-setuptools = "68.2.0.0" -urllib3 = "2.0.6" +urllib3 = "2.0.7" wrapt = ">=1.15.0" [tool.black]