From ff791e9b8e15fe5d4d6de3d80157f70cc9e19bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:09:41 +0000 Subject: [PATCH] python(deps): bump requests from 2.26.0 to 2.27.1 in /pywisp_emibcn Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.1. - [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.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pywisp_emibcn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywisp_emibcn/requirements.txt b/pywisp_emibcn/requirements.txt index 8012692..c2b611d 100644 --- a/pywisp_emibcn/requirements.txt +++ b/pywisp_emibcn/requirements.txt @@ -1,4 +1,4 @@ -requests==2.26.0 +requests==2.27.1 paramiko==2.7.2 termcolor==1.1.0 argparse==1.4.0