From e150fa96cc1f2cae1410efdd688c67be3956c29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:02:40 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.28.2 Bumps [requests](https://github.com/psf/requests) from 2.27.1 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.27.1...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 ed176e6655..26c714f5fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytest-forked==1.4.0 pytest-parallel==0.1.1 pytest-rerunfailures==10.2 PyYAML==6.0 -requests==2.27.1 +requests==2.28.2 semver==2.13.0 setuptools==59.6.0 wcwidth==0.2.5