From 5a3e75d7f821f4cb1640ba1267c778317982327c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:03:51 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.28.2 Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.28.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.26.0...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8675be2fb1e..ef333ffdc36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dotenv==0.19.2 python-git-info==0.7.1 requests-cache==0.8.1 requests-oauthlib==1.3.0 -requests==2.26.0 +requests==2.28.2 rich==10.16.1 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tqdm==4.62.3