mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-22 09:20:41 +00:00
fix(deps): update dependency proxmoxer to v1.3.0 (#175)
This commit is contained in:
parent
31682f76fd
commit
fa45dcdd2c
7
poetry.lock
generated
7
poetry.lock
generated
@ -446,7 +446,7 @@ twisted = ["twisted"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proxmoxer"
|
name = "proxmoxer"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
description = "Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
|
description = "Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
@ -737,7 +737,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "b3090980e3e4896ba02b3340f7035695d3e8232296b399a4ffec9b0290e9e991"
|
content-hash = "ecc5ba97da258fd6b13f5e8e4823e641bc397fd12e57e48ceca0f5f017c745e5"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyconfig = [
|
anyconfig = [
|
||||||
@ -923,7 +923,8 @@ prometheus-client = [
|
|||||||
{file = "prometheus_client-0.13.1.tar.gz", hash = "sha256:ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5"},
|
{file = "prometheus_client-0.13.1.tar.gz", hash = "sha256:ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5"},
|
||||||
]
|
]
|
||||||
proxmoxer = [
|
proxmoxer = [
|
||||||
{file = "proxmoxer-1.2.0.tar.gz", hash = "sha256:d1261c1cefd4d4faa6c654922c8db72cfee51e811e5ede4eb38a48cc62dac80e"},
|
{file = "proxmoxer-1.3.0-py3-none-any.whl", hash = "sha256:4067a8444cd246cd9e94c4d1a919732568afe44ca6e82f4c1de244d059198cee"},
|
||||||
|
{file = "proxmoxer-1.3.0.tar.gz", hash = "sha256:dc1638d53fad0cf30ba8b1d3bd5a7a8a79c95edae497e31d12105032be4b91fd"},
|
||||||
]
|
]
|
||||||
py = [
|
py = [
|
||||||
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
|
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
|
||||||
|
@ -36,7 +36,7 @@ environs = "9.5.0"
|
|||||||
jsonschema = "4.4.0"
|
jsonschema = "4.4.0"
|
||||||
nested-lookup = "0.2.23"
|
nested-lookup = "0.2.23"
|
||||||
prometheus-client = "0.13.1"
|
prometheus-client = "0.13.1"
|
||||||
proxmoxer = "1.2.0"
|
proxmoxer = "1.3.0"
|
||||||
python = "^3.7.0"
|
python = "^3.7.0"
|
||||||
python-json-logger = "2.0.2"
|
python-json-logger = "2.0.2"
|
||||||
requests = "2.27.1"
|
requests = "2.27.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user