From 4119c6d5f3562d2791f2104a8cfce63ab8c0c2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:47:50 +0000 Subject: [PATCH] Bump requests from 2.9.1 to 2.20.0 in /demo/client Bumps [requests](https://github.com/psf/requests) from 2.9.1 to 2.20.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.9.1...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/client/requirements.txt b/demo/client/requirements.txt index 5e14d3d57..3cb65d1d9 100644 --- a/demo/client/requirements.txt +++ b/demo/client/requirements.txt @@ -1 +1 @@ -requests==2.9.1 \ No newline at end of file +requests==2.20.0 \ No newline at end of file