From db66087f458af47bc21676a7b1962c97bbfdad90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:45:03 +0000 Subject: [PATCH] fix(deps): bump urllib3 from 2.2.2 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2...2.2.3) --- 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 498edd5..034cbc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -638,13 +638,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -667,4 +667,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7bc37a43cb8fd5b7b9f70eb1b7d0d6a4dc88b7668d329ee49564075f062b5ed3" +content-hash = "9b8486863043a03181546bcf86777157092ea65cae05b4ec580be1df1c09ab8f" diff --git a/pyproject.toml b/pyproject.toml index 8250466..e569933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jinja2 = "==3.1.4" markupsafe = "==2.1.5" pypdf2 = "==3.0.1" requests = "==2.32.3" -urllib3 = "==2.2.2" +urllib3 = "==2.2.3" [tool.poetry.group.dev.dependencies] black = "==24.8.0"