From e3b5db6776e8cf5df9042e2441b6ff8878733628 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:23:49 +0000 Subject: [PATCH 1/2] Update dependency requests to v2.34.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d22ac07b..8b4a8673 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1021,8 +1021,8 @@ files = [ google-auth = ">=2.14.1,<3.0.0" googleapis-common-protos = ">=1.63.2,<2.0.0" proto-plus = [ - {version = ">=1.22.3,<2.0.0"}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=1.22.3,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=4.25.8,<8.0.0" requests = ">=2.20.0,<3.0.0" @@ -2152,8 +2152,8 @@ files = [ astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] isort = ">=5,<5.13 || >5.13,<9" @@ -2854,14 +2854,14 @@ files = [ [[package]] name = "requests" -version = "2.33.1" +version = "2.34.0" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, - {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, + {file = "requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"}, + {file = "requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"}, ] [package.dependencies] @@ -3403,4 +3403,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "b6695656955acfaf1c4a184eb1c29ce419a7354ba0e7045591016b3c6dd8b0bd" +content-hash = "85eb15bb4df67d60cc212a838d997f35dd74af44fcd5ccb9530a2f055363dde2" diff --git a/pyproject.toml b/pyproject.toml index 596d3100..374b262c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ botocore="^1.29.145" kapitan = "0.35.1" click = "8.3.3" gitpython = "3.1.50" -requests = "2.33.1" +requests = "2.34.0" url-normalize = "3.0.0" python-dotenv = "1.2.2" pyxdg = "0.28" From a2a9f7f6762c40b4a0de03d014f9c209ebb09fcf Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Tue, 12 May 2026 09:05:41 +0200 Subject: [PATCH 2/2] Remove `types-requests` from `mypy` Tox environment Requests 2.34.0 comes with inline types, removing the need for the `types-requests` package. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 91b3e3d8..c2cbbcf0 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,6 @@ description = Run static analysis for typing deps = mypy types-PyYAML - types-requests types-pyxdg types-oauthlib commands =