mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-17 23:20:38 +00:00
fix(deps): update dependency requests to v2.30.0 (#404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
546c10020c
commit
b0079e33f5
10
poetry.lock
generated
10
poetry.lock
generated
@ -599,21 +599,21 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.29.0"
|
||||
version = "2.30.0"
|
||||
description = "Python HTTP for Humans."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"},
|
||||
{file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"},
|
||||
{file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"},
|
||||
{file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
certifi = ">=2017.4.17"
|
||||
charset-normalizer = ">=2,<4"
|
||||
idna = ">=2.5,<4"
|
||||
urllib3 = ">=1.21.1,<1.27"
|
||||
urllib3 = ">=1.21.1,<3"
|
||||
|
||||
[package.extras]
|
||||
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
||||
@ -827,4 +827,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "64bba795f29f1ad277c62a384eec66c6faf15b79c8e93fdee49fd7e1e56d9b9d"
|
||||
content-hash = "31539657a0851bbc168e70a94544ad1356289d8cb5bd7a3180eea4a4929c94f1"
|
||||
|
@ -40,7 +40,7 @@ prometheus-client = "0.16.0"
|
||||
proxmoxer = "2.0.1"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.7"
|
||||
requests = "2.29.0"
|
||||
requests = "2.30.0"
|
||||
"ruamel.yaml" = "0.17.26"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
Reference in New Issue
Block a user