From 770e72e75f8da642b74a28b30782337c6b05bc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:59:22 +0000 Subject: [PATCH] deps(deps): update requests requirement in /tools/python Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.0...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index d45ef29..afcba7e 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -1,6 +1,6 @@ PyYAML>=6.0 jsonschema>=4.0 -requests>=2.25 +requests>=2.34.0 tabulate>=0.9 jinja2>=3.0 pytest>=7.0