From d3c5f51cc03777d8444a079a576e0443b2a89f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:40: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 c5178da..0fdba23 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 = "b8fcecda8787631e44e4cc98f4e514638089cb4ba7f630fc593ae2da47863459" +content-hash = "b9ade1522bd5c0d6d3c33b59f7729f5fec296423c758a42f757f1205f75514e0" diff --git a/pyproject.toml b/pyproject.toml index 81caf27..95bd427 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.1" colorlog = "^6.8.2"