From 1e976ccd438d6ff185d4d6379107d10f2cbbe434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 12:15:44 +0000 Subject: [PATCH] Bump requests from 2.27.0 to 2.27.1 Bumps [requests](https://github.com/psf/requests) from 2.27.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.27.0...v2.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f0b42c..0281267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ defusedxml==0.7.1 protobuf==3.19.1 pycryptodomex==3.12.0 pyogg==0.6.14a.1 -requests==2.27.0 +requests==2.27.1 websocket-client==1.2.3 zeroconf==0.38.1 \ No newline at end of file