From 564a97c217829dc325e35f5805c7c5a6f6077cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:42:05 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2023.5.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.5.7. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.05.07) --- 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 3417e19..fcf3b23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -270,13 +270,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + {file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716"}, + {file = "certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"}, ] [[package]] @@ -1577,4 +1577,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "51f724515600e010f077a53efb5e98c37649ce199878a1ef3b65151f15250967" +content-hash = "60e08b2e60f95948371ee3c717e2dac8b3eafcbf896922d6361364a2db6f2e87" diff --git a/pyproject.toml b/pyproject.toml index 5d17916..a064cfd 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.8.1" aiohttp = "^3.8.4" -certifi = "^2022.9.24" +certifi = ">=2022.9.24,<2024.0.0" pubnub = "^7.0" grpcio = "^1.51.1" protobuf = "^4.23.1"