fix(deps): update dependency requests to v2.29.0 (#511)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-27 08:46:50 +02:00 committed by GitHub
parent 222fdb9a24
commit ffa9f1de98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -837,14 +837,14 @@ files = [
[[package]]
name = "requests"
version = "2.28.2"
version = "2.29.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7, <4"
python-versions = ">=3.7"
files = [
{file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"},
{file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"},
{file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"},
{file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"},
]
[package.dependencies]
@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "ef0bbee047ce8a6eb9801f6cb39c7be286b3f7b0ff51550b2720780816f964bb"
content-hash = "ad09253d06ea283ad7d969554e9774b25f9bcebf0dfa6299974d9d38973c3a7c"

View File

@ -52,7 +52,7 @@ pathspec = "0.11.1"
python = "^3.7.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.7"
requests = "2.28.2"
requests = "2.29.0"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.5.1"
zipp = "3.15.0"