fix(deps): update dependency requests to v2.28.2 (#458)

This commit is contained in:
renovate[bot] 2023-01-16 09:33:43 +01:00 committed by GitHub
parent 8135f73ee2
commit 82d21e5b07
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

@ -1145,19 +1145,19 @@ files = [
[[package]]
name = "requests"
version = "2.28.1"
version = "2.28.2"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7, <4"
files = [
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
{file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"},
{file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"},
]
[package.dependencies]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<3"
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<1.27"
@ -1431,4 +1431,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "0c76695c51a8d3eef5216df856ebe504ae684935516af5346f2c195f60b9ff24"
content-hash = "7d44a6147d51ab2d5f44bcceea79f360e0ae356ceed4e4258922006f96d58e3d"

View File

@ -52,7 +52,7 @@ pathspec = "0.10.3"
python = "^3.7.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.4"
requests = "2.28.1"
requests = "2.28.2"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.4.2"
zipp = "3.11.0"