From 672543261b747a35665d3e3d0e5ad32fe52fd1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:44:49 +0000 Subject: [PATCH] Update requests requirement from 2.31.0 to 2.32.2 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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89c5517..2a78daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pdb-tools = "^2.5.0" keras = "^2.13.1" tensorflow = "^2.13.0" idna = "^3.7" -requests = "2.31.0" +requests = "2.32.2" [tool.poetry.group.dev.dependencies]