mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-21 17:00:40 +00:00
fix(deps): update dependency requests to v2.29.0 (#397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a3b3f5df8
commit
3926d55b62
10
poetry.lock
generated
10
poetry.lock
generated
@ -599,14 +599,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]
|
||||
@ -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 = "c4fbaf6bbd06eac04eca27bfb815f6dfaf346d1a7ec2e0fc11137f63792564e1"
|
||||
content-hash = "056116ea61a707effb19883c8095d80279129e8b1220b8c0fb1489dc7b7e78a2"
|
||||
|
@ -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.28.2"
|
||||
requests = "2.29.0"
|
||||
"ruamel.yaml" = "0.17.21"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
Reference in New Issue
Block a user