From 7fb54aea53a2c698b8c96a91f60cc6c51de742d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:02:43 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 466110b6..544663df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1216,4 +1216,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "34597602e04d52dc97c56ed8871de733fabd671ce75cc7d51dedcaa32c45aefc" +content-hash = "5cfb5b303930a60f859d24ffbb82203f758e539d10b5309dbba93f59b81af3a2" diff --git a/pyproject.toml b/pyproject.toml index e55cbc9d..33f6e1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ aiohttp = "^3.8.5" cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography pyjwt = "^2.8.0" requests = "^2.31.0" -urllib3 = "^2.0.7" # requests has a weak dependency on urllib3 +urllib3 = "^2.2.2" # requests has a weak dependency on urllib3 [tool.poetry.group.dev.dependencies] aioresponses = "^0.7.4"