From b2662ccaa337893c297e5bae6aef14bd3ecb0c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:26:45 +0000 Subject: [PATCH] Bump certifi from 2023.11.17 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 493dc7cb..fc1d2c36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -123,13 +123,13 @@ files = [ [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -2376,4 +2376,4 @@ minify = ["htmlmin"] [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "affd8daaa24b66c1f7d75e046105a89e3c4a8b29adb09c534c38940dc069030f" +content-hash = "03bd6ff39fcc7683062b3f9b00e2d6f55bd499bd9ea7b31b8c63eef9cbe75a3a" diff --git a/pyproject.toml b/pyproject.toml index ec00f511..b41fe2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ minify = ["htmlmin"] docs = ["Sphinx", "linkify-it-py", "myst-parser", "furo", "sphinx-copybutton", "sphinx-autobuild", "rst2pdf", "sphinx-autoapi", "sphinxext-opengraph", "toml", "sphinx-design", "colon_fence"] [tool.poetry.group.dev.dependencies] -certifi = "^2023.7.22" # needed for GitHub Actions +certifi = ">=2023.7.22,<2025.0.0" # needed for GitHub Actions keyring = "24.2.0" # needed for GitHub Actions pytest = "^7" mypy = "<1"