From b2b1d08c53fba0278bffe10adb3fb1de59cd395b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:31:21 +0000 Subject: [PATCH] build(deps): bump requests from 2.28.1 to 2.31.0 in /tools/python Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [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.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 9c9b51d..aa7ddb0 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -19,7 +19,7 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing==3.0.9 python-dateutil==2.8.2 -requests==2.28.1 +requests==2.31.0 rsa==4.9 six==1.16.0 slack-cleaner==0.7.4