From 379b39cea9b704b2036037d876985c0dfe915fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:43:06 +0000 Subject: [PATCH] Update dependency requests to v2.33.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dbc124d7..946a43af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2821,14 +2821,14 @@ files = [ [[package]] name = "requests" -version = "2.33.0" +version = "2.33.1" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, - {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, + {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, + {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, ] [package.dependencies] @@ -2839,7 +2839,6 @@ urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] @@ -3371,4 +3370,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.13" -content-hash = "862fb7eb843ec6853c17681c4a788d163d8017aafddb8bc46117285a97a33bfa" +content-hash = "4060992a0c816e27792200588993dfc61481b83e07becdadc6bdb79607b3fc12" diff --git a/pyproject.toml b/pyproject.toml index a18e5803..e5226570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ botocore="^1.29.145" kapitan = "0.34.7" click = "8.3.1" gitpython = "3.1.46" -requests = "2.33.0" +requests = "2.33.1" url-normalize = "2.2.1" python-dotenv = "1.2.2" pyxdg = "0.28"