fix(deps): update dependency proxmoxer to v1.3.0 (#175)

This commit is contained in:
renovate[bot] 2022-03-14 21:09:34 +01:00 committed by GitHub
parent 31682f76fd
commit fa45dcdd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
poetry.lock generated
View File

@ -446,7 +446,7 @@ twisted = ["twisted"]
[[package]]
name = "proxmoxer"
version = "1.2.0"
version = "1.3.0"
description = "Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
category = "main"
optional = false
@ -737,7 +737,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "b3090980e3e4896ba02b3340f7035695d3e8232296b399a4ffec9b0290e9e991"
content-hash = "ecc5ba97da258fd6b13f5e8e4823e641bc397fd12e57e48ceca0f5f017c745e5"
[metadata.files]
anyconfig = [
@ -923,7 +923,8 @@ prometheus-client = [
{file = "prometheus_client-0.13.1.tar.gz", hash = "sha256:ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5"},
]
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 = [
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},

View File

@ -36,7 +36,7 @@ environs = "9.5.0"
jsonschema = "4.4.0"
nested-lookup = "0.2.23"
prometheus-client = "0.13.1"
proxmoxer = "1.2.0"
proxmoxer = "1.3.0"
python = "^3.7.0"
python-json-logger = "2.0.2"
requests = "2.27.1"