From 0d2df3fee8f427486dda994580350224288f7daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:47:06 -0400 Subject: [PATCH] build(deps): update requests requirement (#91) 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.28.1...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c13f66..c55527e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "packaging >= 21.3,< 25.0", "pefile >= 2022.5.30", "pyelftools >= 0.29", - "requests >= 2.28.1,< 2.32.0", + "requests >= 2.28.1,< 2.33.0", "requests-cache >= 0.9.6,< 1.3.0", "rich >= 12.5.1,< 13.8.0", ]