From 91bb090d474877568b9fb61bd51c6b873cf7de98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:26:31 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.2.2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.2.2. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.02.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... 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 ae76009..a902084 100644 --- a/poetry.lock +++ b/poetry.lock @@ -201,13 +201,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "certifi" -version = "2023.7.22" +version = "2024.2.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, + {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, ] [[package]] @@ -1262,4 +1262,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "f3f9fc424556e0a6347775efef0eac054084a8267a2057387fa9fb1fcc825dbf" +content-hash = "97dbea36758e29b38dd214346a40b63970b3c4a4644934d4969c240b3f624313" diff --git a/pyproject.toml b/pyproject.toml index f19a550..8d81ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["Vivint", "alarm system", "security", "smart home", "home automation [tool.poetry.dependencies] python = "^3.9.0" aiohttp = "^3.8.5" -certifi = ">=2022.9.24,<2024.0.0" +certifi = ">=2022.9.24,<2025.0.0" pubnub = "^7.0" grpcio = "^1.51.1" protobuf = "^4.23.1"