From 2c05778b0a008c11eccc32d8144f45ffcb87ec40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:49:37 +0000 Subject: [PATCH] Bump requests from 2.20.1 to 2.31.0 in /6-pubsub Bumps [requests](https://github.com/psf/requests) from 2.20.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.20.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- 6-pubsub/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-pubsub/requirements-dev.txt b/6-pubsub/requirements-dev.txt index 7e4b9ace..9b616fda 100644 --- a/6-pubsub/requirements-dev.txt +++ b/6-pubsub/requirements-dev.txt @@ -5,5 +5,5 @@ mock==2.0.0 pytest==4.0.1 pytest-cov==2.6.0 BeautifulSoup4==4.6.3 -requests==2.20.1 +requests==2.31.0 retrying==1.3.3