From d0e39a2939e0ac0a485f66de113a6089594a506d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:18:32 +0000 Subject: [PATCH] build(deps): bump requests from 2.31.0 to 2.32.2 in /ci/fireci Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/fireci/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fireci/pyproject.toml b/ci/fireci/pyproject.toml index a4faf8d1ac7..8fd3b462353 100644 --- a/ci/fireci/pyproject.toml +++ b/ci/fireci/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pandas==1.5.3", "PyGithub==1.58.2", "pystache==0.6.0", - "requests==2.31.0", + "requests==2.32.2", "seaborn==0.12.2", "PyYAML==6.0.1", "termcolor==2.4.0",