From 0f771a40f84a9490f1abac17a1d84f4acce16b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:53:18 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 0043cfa..2080d10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1373,13 +1373,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] @@ -1555,4 +1555,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3223f5c6d763cd250bb7a196deea4c7801d8845600cb6a681712c084478f1335" +content-hash = "9b436c29c863b0276885267abb8e8705dc9a3745050541169c25987d7be7e556" diff --git a/pyproject.toml b/pyproject.toml index 986dd96..c05b1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ homeassistant = "^2023.12.3" [tool.poetry.group.dev.dependencies] # https://github.com/home-assistant/core/issues/95192 -urllib3 = "2.2.0" +urllib3 = "2.2.1" ruff = "^0.2.2" colorlog = "^6.8.2"