From 2319def8db114c21701b1f7da8970934270d6e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:04:09 +0000 Subject: [PATCH] fix(deps): bump urllib3 from 2.2.0 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. - [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.2.0...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index eecd0f2..7c39a1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -638,13 +638,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.0" +version = "2.2.1" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.0-py3-none-any.whl", hash = "sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224"}, - {file = "urllib3-2.2.0.tar.gz", hash = "sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20"}, + {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, + {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, ] [package.extras] @@ -667,4 +667,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4ecf4de0c54468228343ee9ddcb411fa5fed2a63501cda01b0137b10d0f8ed9b" +content-hash = "006f475de280f306ebc69f2982aab674714f96610d2090e12c88f51beeba8ffd" diff --git a/pyproject.toml b/pyproject.toml index f4186c9..f3b6ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jinja2 = "==3.1.3" markupsafe = "==2.1.5" pypdf2 = "==3.0.1" requests = "==2.31.0" -urllib3 = "==2.2.0" +urllib3 = "==2.2.1" [tool.poetry.group.dev.dependencies] black = "==24.2.0"