fix(deps): update dependency requests to v2.27.1 (#229)

This commit is contained in:
renovate[bot] 2022-01-08 12:55:10 +01:00 committed by GitHub
parent 20460593f4
commit d636bd71ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -686,7 +686,7 @@ python-versions = "*"
[[package]]
name = "requests"
version = "2.26.0"
version = "2.27.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
@ -872,7 +872,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "60e555118ba2074d2ef2b7fcb15db37715dcb56c0b9fe2365c77958b80ee48ac"
content-hash = "45e0381958662d0e0f63e9d3dcb19dc15cb17304e6f8c7a24898903f17339451"
[metadata.files]
anyconfig = [
@ -1298,8 +1298,8 @@ regex = [
{file = "regex-2021.11.10.tar.gz", hash = "sha256:f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6"},
]
requests = [
{file = "requests-2.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"},
{file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"},
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
]
"ruamel.yaml" = [
{file = "ruamel.yaml-0.17.17-py3-none-any.whl", hash = "sha256:9af3ec5d7f8065582f3aa841305465025d0afd26c5fb54e15b964e11838fc74f"},

View File

@ -51,7 +51,7 @@ pathspec = "0.9.0"
python = "^3.7.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.2"
requests = "2.26.0"
requests = "2.27.1"
"ruamel.yaml" = "0.17.17"
websocket_client = "1.2.3"
zipp = "3.6.0"