diff options
author | 2023-10-03 01:29:01 +0000 | |
---|---|---|
committer | 2023-10-03 01:29:01 +0000 | |
commit | 8bf535012403e50e96607072544b46ce48b09f7f (patch) | |
tree | 318b70af71eabc4952830587f6951874f2144b76 | |
parent | Bump arrow from 1.2.3 to 1.3.0 (#1376) (diff) |
Bump urllib3 from 2.0.4 to 2.0.6 (#1377)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock index 320eb526..6d74744b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1698,13 +1698,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.4" +version = "2.0.6" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"}, - {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"}, + {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, + {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, ] [package.extras] |