fix(deps): update dependency requests to v2.31.0 [security] (#528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-28 23:10:05 +02:00 committed by GitHub
parent 68cfc83503
commit 5c457a3715
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

@ -824,14 +824,14 @@ files = [
[[package]]
name = "requests"
version = "2.30.0"
version = "2.31.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"},
{file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"},
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
]
[package.dependencies]
@ -1101,4 +1101,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "3f1e14b0a7a77d5d444cb2db765546f7a2796105683351900ed51e0e1ff4ffbe"
content-hash = "aac7791786f3916b1ef7bf59b14da46cf7a5de0c4a095a82891ad21b5ff497d3"

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.30.0"
requests = "2.31.0"
"ruamel.yaml" = "0.17.26"
websocket_client = "1.5.1"
zipp = "3.15.0"