From 20ce1e5db250f4ddf2ff653bdcf345cd19e225b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:00:13 +0000 Subject: [PATCH] Bump requests from 2.22.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.22.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.22.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce166c6..32a1f86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ certifi==2024.7.4 chardet==3.0.4 idna==3.7 python-rocksdb==0.7.0 -requests==2.31.0 +requests==2.32.2 tqdm==4.32.2 urllib3==1.26.19